From 50fa23a18f74a9cea0c14c4422831b7816bede07 Mon Sep 17 00:00:00 2001
From: Daniel van der Schuur <schuur@astron.nl>
Date: Thu, 29 Jun 2017 10:17:07 +0000
Subject: [PATCH] -Disabled broken link.

---
 applications/apertif/commissioning/central_commands.sh | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/applications/apertif/commissioning/central_commands.sh b/applications/apertif/commissioning/central_commands.sh
index 609bab91f5..5ed5daedb5 100755
--- a/applications/apertif/commissioning/central_commands.sh
+++ b/applications/apertif/commissioning/central_commands.sh
@@ -241,6 +241,11 @@ done
 #    python $UPE/peripherals/util_dp_bsn_aligner.py --unb 5 --bn 2 -r 0 -n 2 -s INPUT
 #fi
 
+# This receiver @ XC unb 5 gets no packets. BSN monitors on RT8 look good; optical link issue? Date: 29 June 2017.
+if [ $(echo $UNBS | grep -c 5) == '1' ]; then
+    python $UPE/peripherals/util_dp_bsn_aligner.py --unb 5 --bn 2 -r 0 -n 2 -s INPUT
+fi
+
 # This receiver @ XC unb 0 sees bursts of CRC errors now and then. Undiagnosed. Optics replaced on both sides 17 may 2017.
 #if [ $(echo $UNBS | grep -c 0) == '1' ]; then
 #    python $UPE/peripherals/util_dp_bsn_aligner.py --unb 0 --bn 0 -r 0 -n 2 -s INPUT
-- 
GitLab