Skip to content
Snippets Groups Projects
Commit e6b7328d authored by Overeem's avatar Overeem
Browse files

Task #1319: Modified names after review.

parent 82ae8f61
No related branches found
No related tags found
No related merge requests found
......@@ -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
###############################################################################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment