Commit cdf1455a authored by garciay's avatar garciay
Browse files

Simplify Payload for GeoNetworking & BTP

==> Check TODO in Security ATS
parent 8a7a5c3e
[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
......@@ -7,10 +8,10 @@ LibItsGeoNetworking_Pixits.PX_GN_UPPER_LAYER := e_any
# you want to log into the file or display on console (standard error).
LogFile := "../logs/%e.%h-%r.%s"
FileMask := LOG_ALL | USER | DEBUG | MATCHING
ConsoleMask := LOG_ALL | USER | DEBUG | MATCHING
#FileMask := USER | MATCHING | EXECUTOR_RUNTIME
#ConsoleMask := USER | MATCHING | EXECUTOR_RUNTIME
#FileMask := LOG_ALL | USER | DEBUG | MATCHING
#ConsoleMask := LOG_ALL | USER | DEBUG | MATCHING
FileMask := ERROR | USER | MATCHING | EXECUTOR_RUNTIME | VERDICTOP
ConsoleMask := ERROR | USER | MATCHING | EXECUTOR_RUNTIME | VERDICTOP
LogSourceInfo := Stack
LogEntityName:= Yes
LogEventTypes:= Yes
......@@ -23,25 +24,27 @@ LogEventTypes:= Yes
# destination port: dst_port
# source port : src_port
# GN Layer
# mid
# latitude
# longitude
# ll_address : GeoNetworking address of the TestSystem
# latitude : latitude of the TestSystem
# longitude : longitude of the TestSystem
# expiry : Beaconning timer expiry (ms)
# Ethernet layer
# Source MAC address: mac_src
# Broadcast address : mac_bc
# Ethernet type : eth_type
# Pcap layer
# Pcap filter: filter
# Online mode:
# Local NIC: nic
# If set, online mode used
# 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=1)"
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)"
system.geoNetworkingPort.params := "GN(ll_address=F8CAB8083918,latitude=43551050,longitude=10298730,expiry=1000,its_aid=141)/ETH(mac_src=F8CAB8083918,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(mac_src=F8CAB8083918,nic=enp0s8,file=/home/ubuntu/tmp/test_1_beacon.pcap,filter=ether proto 0x8947,frame_offset=0,save_mode=1)"
system.btpPort.params := "BTP(type=btpB,dst_port=2000,src_port=0)/GN(ll_address=F8CAB8083918,latitude=43551050,longitude=10298730,expiry=1000,its_aid=141)/ETH(mac_src=F8CAB8083918,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(mac_src=F8CAB8083918,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(ll_address=F8CAB8083918,latitude=43551050,longitude=10298730,expiry=1000,its_aid=141)/ETH(mac_src=F8CAB8083918,mac_bc=FFFFFFFFFFFF,eth_type=8947)/PCAP(mac_src=F8CAB8083918,nic=,file=/home/ubuntu/tmp/test_1_cam.pcap,filter=ether proto 0x8947,frame_offset=0)"
[EXECUTE]
# GeoNetworking Req
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment