diff --git a/MAC/Config/mac.ns b/MAC/Config/mac.ns index f7c994bc20f4abaf1b5a139bdb56bf88c02cd404..805d7fb67624ad25e3cd0dd81ab6925a380807ca 100644 --- a/MAC/Config/mac.ns +++ b/MAC/Config/mac.ns @@ -52,3 +52,31 @@ server.type=TCP [PMLlite] host=localhost client.type=TCP # SAP + +[AVTTest] +host=localhost +BeamServer.type=TCP +BeamServer.port=21040 # MSPP + +[LogicalDeviceScheduler] +host=localhost +VT1_server.type=TCP # SAP +BeamServer.type=TCP # SAP + +[VT1] +host=localhost +VT1_server.type=TCP +VT1_server.port=21041 # MSPP +BF1_server.type=TCP # SAP + +[BF1] +host=localhost +BF1_server.type=TCP +BF1_server.port=21042 # MSPP +BeamServer.type=TCP # SAP + +[ABS] +host=localhost +client.type=TCP +client.port=30230 # MSPP + diff --git a/MAC/Config/mac.top b/MAC/Config/mac.top index 4cd1fe0a6d1601e688fb98784de99b4f5aff9452..7488f83f325b641ff8efb7c38e6db94d2bb1a9b3 100644 --- a/MAC/Config/mac.top +++ b/MAC/Config/mac.top @@ -34,3 +34,16 @@ client=SS:server [PA] # has no SAP's + +[LogicalDeviceScheduler] +VT1_server=VT1:VT1_server +BeamServer=ABS:client + +[VT1] +BF1_server=BF1:BF1_server + +[BF1] +# use BeamServer=AVTTest:BeamServer if you want to use the AVTTest beamserver +BeamServer=ABS:client +#BeamServer=AVTTest:BeamServer +