Skip to content
Snippets Groups Projects
Commit 366b977c authored by Auke Klazema's avatar Auke Klazema
Browse files

SW-111: Added the changes in FR606 check_hardware config made to correctly...

SW-111: Added the changes in FR606 check_hardware config made to correctly using the new test signal option.
parent d223c89f
No related branches found
No related tags found
No related merge requests found
......@@ -29,8 +29,8 @@ station= FR606C
always= RV, TV, RBC, TBC
list.0=
list.1= SPU,TM,RCU3,RCU5
list.2= SPU,TM,RCU3,M5,SN5,O5,N5,SP5,S7,E7
list.3= S3
list.2= SPU,TM,RCU3,M5,SN5,O5,N5,SP5,S5,E5
list.3= S5,E5
[spu]
temperature.min= 10.0
......@@ -131,10 +131,10 @@ short.mean-pwr.min= 55.0
short.mean-pwr.max= 61.0
flat.mean-pwr.min= 61.0
flat.mean-pwr.max= 64.5
rf.subbands= 105
rf.subbands= 256
rf.min-sb-pwr= 65.0
rf.negative-deviation= -24.0
rf.positive-deviation= 12.0
rf.negative-deviation= -28.0
rf.positive-deviation= 16.0
noise.negative-deviation= -3.0
noise.positive-deviation= 1.5
noise.max-difference= 1.5
......@@ -147,16 +147,16 @@ oscillation.min-peak-pwr= 6.0
oscillation.passband= 1:511
spurious.min-peak-pwr= 3.0
spurious.passband= 1:511
testsignal.start-cmd= echo set config 56.0 -10 | nc ncu 8093
testsignal.start-cmd= echo set_config 150.0 -10 | nc ncu 8093
testsignal.stop-cmd= echo bye | nc ncu 8093
testsignal.status-cmd= echo get config | nc ncu 8093
testsignal.ok-status= Frequency: 56 MHz Power level: -10 dBm RF: ON
testsignal.status-cmd= echo get_config | nc ncu 8093 | grep Frequency
testsignal.ok-status= Frequency: 150 MHz Power level: -10 dBm RF: ON
[rcumode.5.element]
rf.subbands= 105
rf.subbands= 256
rf.min-sb-pwr= 65.0
rf.negative-deviation= -24.0
rf.positive-deviation= 12.0
rf.negative-deviation= -30.0
rf.positive-deviation= 16.0
noise.negative-deviation= -3.0
noise.positive-deviation= 1.5
noise.max-difference= 1.5
......@@ -165,10 +165,10 @@ oscillation.min-peak-pwr= 6.0
oscillation.passband= 1:511
spurious.min-peak-pwr= 3.0
spurious.passband= 1:511
testsignal.start-cmd= echo set config 56.0 -10 | nc ncu 8093
testsignal.start-cmd= echo set_config 150.0 0 | nc ncu 8093
testsignal.stop-cmd= echo bye | nc ncu 8093
testsignal.status-cmd= echo get config | nc ncu 8093
testsignal.ok-status= Frequency: 56 MHz Power level: -10 dBm RF: ON
testsignal.status-cmd= echo get_config | nc ncu 8093 | grep Frequency
testsignal.ok-status= Frequency: 150 MHz Power level: 0 dBm RF: ON
[rcumode.6.tile]
short.mean-pwr.min= 55.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment