Skip to content
Snippets Groups Projects
Commit f5201bb4 authored by Jan David Mol's avatar Jan David Mol
Browse files

bug 1362: typo in cs030 configuration

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