From cb365bbf34acfed84e848632f4eb484cd69d3954 Mon Sep 17 00:00:00 2001
From: Chris Broekema <broekema@astron.nl>
Date: Wed, 30 Sep 2009 13:43:25 +0000
Subject: [PATCH] Bug 1011: Add CS030LBA and CS030HBA

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

diff --git a/RTCP/Run/src/LOFAR/Stations.py b/RTCP/Run/src/LOFAR/Stations.py
index 555df076c05..e088005abc0 100755
--- a/RTCP/Run/src/LOFAR/Stations.py
+++ b/RTCP/Run/src/LOFAR/Stations.py
@@ -208,6 +208,10 @@ def defineStations( s ):
     "RS503LBA":   [Station('RS503LBA',  '10.170.0.170', defaultPorts)],
     "RS503HBA":   [Station('RS503HBA',  '10.170.0.170', defaultPorts)],
 
+    # CS030
+    "CS030LBA":   [Station('CS030LBA',  '10.170.0.153', defaultPorts)],
+    "CS030HBA":   [Station('CS030HBA',  '10.170.0.153', defaultPorts)],
+
     # DE601, a.k.a. Effelsberg
     "DE601LBA":   [Station('DE601LBA',  '10.170.0.178', ports( [4358,4359,4363,4364] ))],
   } )
-- 
GitLab