From e6b7328d1f738e8e78e90c498217fb311c83098b Mon Sep 17 00:00:00 2001 From: Overeem <overeem> Date: Wed, 8 Nov 2017 09:31:52 +0000 Subject: [PATCH] Task #1319: Modified names after review. --- applications/apertif/commissioning/dish_commands.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/apertif/commissioning/dish_commands.sh b/applications/apertif/commissioning/dish_commands.sh index d50a639c62..b58a957871 100755 --- a/applications/apertif/commissioning/dish_commands.sh +++ b/applications/apertif/commissioning/dish_commands.sh @@ -270,10 +270,10 @@ if [ "$APP" == "apertif-sr2.6" ]; then TELCHAR=${HOST:6:7} # . Get value from MAC configuration file PPS_DELAY=$(grep -i ^RT$TELCHAR /opt/apertif/etc/FixedDelays.conf | awk '{print $2}') - RESIDUAL_DELAY=$(grep -i ^RT$TELCHAR /opt/apertif/etc/FixedDelays.conf | awk '{print $3}') + FIBER_DELAY=$(grep -i ^RT$TELCHAR /opt/apertif/etc/FixedDelays.conf | awk '{print $3}') # . Apply value python $UPE/peripherals/pi_common_pulse_delay.py --unb $UNBS --bn 0:3 --reg pulse_delay=$PPS_DELAY - python $UPE/peripherals/pi_dp_fifo_monitor.py --unb $UNBS --fn 0:3 --reg rd_fill=$RESIDUAL_DELAY + python $UPE/peripherals/pi_dp_fifo_monitor.py --unb $UNBS --fn 0:3 --reg rd_fill=$FIBER_DELAY fi ############################################################################### -- GitLab