From f5201bb4630360775c7f90917ce737941b36701c Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Wed, 4 Nov 2009 15:19:11 +0000
Subject: [PATCH] bug 1362: typo in cs030 configuration

---
 RTCP/Run/src/LOFAR/Stations.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/RTCP/Run/src/LOFAR/Stations.py b/RTCP/Run/src/LOFAR/Stations.py
index 2f980877a4f..08be7d90ba3 100755
--- a/RTCP/Run/src/LOFAR/Stations.py
+++ b/RTCP/Run/src/LOFAR/Stations.py
@@ -215,8 +215,8 @@ def defineStations( s ):
     # CS030
     "CS030LBA":   [Station('CS030LBA',  '10.170.0.153', defaultPorts)],
     "CS030HBA":   [Station('CS030HBA',  '10.170.0.153', defaultPorts)],
-    "CS030HBA0":  [Station('CS030HBA',  '10.170.0.153', defaultPorts)],
-    "CS030HBA1":  [Station('CS030HBA',  '10.170.0.25', defaultPorts)],
+    "CS030HBA0":  [Station('CS030HBA0', '10.170.0.153', defaultPorts)],
+    "CS030HBA1":  [Station('CS030HBA1', '10.170.0.25', defaultPorts)],
 
     # DE601, a.k.a. Effelsberg
     #"DE601LBA":   [Station('DE601LBA',  '10.170.0.178', ports( [4353,4359,4363,4364] ))],
-- 
GitLab