Skip to content
Snippets Groups Projects
Commit cb365bbf authored by Chris Broekema's avatar Chris Broekema
Browse files

Bug 1011: Add CS030LBA and CS030HBA

parent 7c2458cf
No related branches found
No related tags found
No related merge requests found
......@@ -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] ))],
} )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment