[MODULE_PARAMETERS] # This section shall contain the values of all parameters that are defined in your TTCN-3 modules. LibItsGeoNetworking_Pixits.PX_GN_UPPER_LAYER := e_any [LOGGING] # In this section you can specify the name of the log file and the classes of events # you want to log into the file or display on console (standard error). LogFile := "../logs/%e.%h-%r.%s" FileMask := LOG_ALL | USER | MATCHING | DEBUG ConsoleMask := LOG_ALL | USER | MATCHING | DEBUG #FileMask := USER | MATCHING | EXECUTOR_RUNTIME #ConsoleMask := USER | MATCHING | EXECUTOR_RUNTIME LogSourceInfo := Stack LogEntityName:= Yes LogEventTypes:= Yes #TimeStampFormat := DateTime [TESTPORT_PARAMETERS] # In this section you can specify parameters that are passed to Test Ports. # BTP Layer # type : btpA|btpB # destination port: dst_port # source port : src_port # GN Layer # mid # latitude # longitude # Ethernet layer # Source MAC address: mac_src # Broadcast address : mac_bc # Ethernet type : eth_type # Pcap layer # Pcap filter: filter # Offline mode: # File to read : file # Frame offset : frame_offset # Time offset : time_offset # Save sent packet: save_mode=[0|1] # Online mode: # Local NIC: nic system.geoNetworkingPort.params := "GN(mid=F8CAB8083918,latitude=43551050,longitude=10298730,TsBeaconInterval=1000,its_aid=141)/ETH(mac_src=F8CAB8083918,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(nic=,file=/home/ubuntu/tmp/test_1_beacon.pcap,filter=ether proto 0x8947,frame_offset=0,save_mode=0)" system.btpPort.params := "BTP(type=btpA,dst_port=2000,src_port=0)/GN(mid=F8CAB8083918,latitude=43551050,longitude=10298730,TsBeaconInterval=1000,its_aid=141)/ETH(mac_src=F8CAB8083918,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(nic=,file=/home/ubuntu/tmp/test_1_cam.pcap,filter=ether proto 0x8947,frame_offset=0)" system.camPort.params := "CAM/BTP(type=btpA,dst_port=2000,src_port=0)/GN(mid=F8CAB8083918,latitude=43551050,longitude=10298730,TsBeaconInterval=1000,its_aid=141)/ETH(mac_src=F8CAB8083918,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(nic=,file=/home/ubuntu/tmp/test_1_cam.pcap,filter=ether proto 0x8947,frame_offset=0)" [EXECUTE] # GeoNetworking Req TestCodec_GeoNetworking.tc_GeoNetReq_AnycastPacket #TestCodec_GeoNetworking.tc_GeoNetReq_BroadcastPacket #TestCodec_GeoNetworking.tc_GeoNetReq_UnicastPacket #TestCodec_GeoNetworking.tc_GeoNetReq_BeaconPacket # GeoNetworking Ind #TestCodec_GeoNetworking.tc_GeoNetInd_AnycastPacket # GeoNetworking Port TestCodec_GeoNetworking.tc_GeoNet_Port # Btp PDU #TestCodec_Btp.tc_Btp_A_Without_Payload #TestCodec_Btp.tc_Btp_A #TestCodec_Btp.tc_Btp_B #TestCodec_Btp.tc_BtpReq_A #TestCodec_Btp.tc_Btp_Port # CAM PDU #TestCodec_CAM.tc_CamReq #TestCodec_CAM.tc_Cam_Port [MAIN_CONTROLLER] # The options herein control the behavior of MC. KillTimer := 10.0 TCPPort := 0 LocalAddress := 127.0.0.1 TCPPort := 12000 NumHCs := 1