From db741f9634ec9e3980166eaaee299b15478ee91a Mon Sep 17 00:00:00 2001
From: donker <donker@astron.nl>
Date: Thu, 29 Jul 2021 15:25:28 +0200
Subject: [PATCH] L2SDP-349, remove unused code.

---
 src/tools/util.h  | 9 ---------
 src/uniboard.conf | 2 +-
 2 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/src/tools/util.h b/src/tools/util.h
index 8aad1f88..01650fd8 100644
--- a/src/tools/util.h
+++ b/src/tools/util.h
@@ -50,15 +50,6 @@ public:
   void toc(void);
 };
 
-const static uint MAX_VAL_SIZE = 100;
-const static uint FORMAT_UNKNOWN = 0;
-const static uint FORMAT_STRING = 1;
-
-struct StrData {
-    char val[MAX_VAL_SIZE];
-};
-
-
 class TermOutput {
 public:
 
diff --git a/src/uniboard.conf b/src/uniboard.conf
index fca499bb..dab0735c 100644
--- a/src/uniboard.conf
+++ b/src/uniboard.conf
@@ -5,7 +5,7 @@
 #   gn  ipaddr     expected firmware  expected version  enabled
 
 # UNB 0
-node 0   10.99.2.1   lofar2_unb2b_sdp_station_xsub_one    2                 1
+node 0   10.99.2.1   lofar2_unb2b_sdp_station_bf    2                 1
 node 1   10.99.2.2   lofar2_unb2b_sdp_station_xsub_one    2                 1
 node 2   10.99.2.3   lofar2_unb2b_sdp_station_xsub_one    2                 1
 node 3   10.99.2.4   lofar2_unb2b_sdp_station_xsub_one    2                 1
-- 
GitLab