From 366b977c85c2ce2d85c795f6c2ecab06762582af Mon Sep 17 00:00:00 2001 From: Auke Klazema <klazema@astron.nl> Date: Fri, 13 Apr 2018 08:39:39 +0000 Subject: [PATCH] SW-111: Added the changes in FR606 check_hardware config made to correctly using the new test signal option. --- .../config/FR606-check_hardware.conf | 28 +++++++++---------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/LCU/checkhardware/config/FR606-check_hardware.conf b/LCU/checkhardware/config/FR606-check_hardware.conf index f1a1ca5777d..045a901b766 100755 --- a/LCU/checkhardware/config/FR606-check_hardware.conf +++ b/LCU/checkhardware/config/FR606-check_hardware.conf @@ -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 -- GitLab