Skip to content
Snippets Groups Projects
Commit be5cbdb0 authored by Ruud Overeem's avatar Ruud Overeem
Browse files

BugID: 810

Solved bug in generating WAN part.
parent ca892868
No related branches found
No related tags found
No related merge requests found
......@@ -18,8 +18,9 @@ Ring - C P LOFAR_PIC_@ring@
Station STS C P LOFAR_PIC_@ring@_@station@
Cluster - C P LOFAR_PIC_@cluster@
Node - C P LOFAR_PIC_@cluster@_@node@
WAN - C P LOFAR_PIC_@wan@
Switch - C P LOFAR_PIC_@wan@_@switch@
WAN - C P LOFAR_PIC_WAN
WANarea - C P LOFAR_PIC_WAN_@wan@
Switch - C P LOFAR_PIC_WAN_@wan@_@switch@
PermSW - C P LOFAR_PermSW
MACScheduler MS C P LOFAR_PermSW_MACScheduler
Ring - C P LOFAR_PermSW_@ring@
......
......@@ -653,6 +653,7 @@ ARMLIST=`concatfile $ARMFILE`
CLUSTERLIST=`concatfile $CLUSTERFILE`
RINGLIST=`concatfile $RINGFILE`
RINGSTATIONLIST=`create_ring_station_list`
WANLIST=`concatfile $WANFILE`
WANSWITCHLIST=`create_wan_switch_list`
NRRSPBOARDS=`grep -s ${STNNAME} ${BOARDFILE} | awk '{ print $2 }'`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment