Commit cdf1455a authored by garciay's avatar garciay
Browse files

Simplify Payload for GeoNetworking & BTP

==> Check TODO in Security ATS
parent 8a7a5c3e
[MODULE_PARAMETERS] [MODULE_PARAMETERS]
# This section shall contain the values of all parameters that are defined in your TTCN-3 modules. # 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 LibItsGeoNetworking_Pixits.PX_GN_UPPER_LAYER := e_any
...@@ -7,10 +8,10 @@ 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). # you want to log into the file or display on console (standard error).
LogFile := "../logs/%e.%h-%r.%s" LogFile := "../logs/%e.%h-%r.%s"
FileMask := LOG_ALL | USER | DEBUG | MATCHING #FileMask := LOG_ALL | USER | DEBUG | MATCHING
ConsoleMask := LOG_ALL | USER | DEBUG | MATCHING #ConsoleMask := LOG_ALL | USER | DEBUG | MATCHING
#FileMask := USER | MATCHING | EXECUTOR_RUNTIME FileMask := ERROR | USER | MATCHING | EXECUTOR_RUNTIME | VERDICTOP
#ConsoleMask := USER | MATCHING | EXECUTOR_RUNTIME ConsoleMask := ERROR | USER | MATCHING | EXECUTOR_RUNTIME | VERDICTOP
LogSourceInfo := Stack LogSourceInfo := Stack
LogEntityName:= Yes LogEntityName:= Yes
LogEventTypes:= Yes LogEventTypes:= Yes
...@@ -23,25 +24,27 @@ LogEventTypes:= Yes ...@@ -23,25 +24,27 @@ LogEventTypes:= Yes
# destination port: dst_port # destination port: dst_port
# source port : src_port # source port : src_port
# GN Layer # GN Layer
# mid # ll_address : GeoNetworking address of the TestSystem
# latitude # latitude : latitude of the TestSystem
# longitude # longitude : longitude of the TestSystem
# expiry : Beaconning timer expiry (ms)
# Ethernet layer # Ethernet layer
# Source MAC address: mac_src # Source MAC address: mac_src
# Broadcast address : mac_bc # Broadcast address : mac_bc
# Ethernet type : eth_type # Ethernet type : eth_type
# Pcap layer # Pcap layer
# Pcap filter: filter # Pcap filter: filter
# Online mode:
# Local NIC: nic
# If set, online mode used
# Offline mode: # Offline mode:
# File to read : file # File to read : file
# Frame offset : frame_offset # Frame offset : frame_offset
# Time offset : time_offset # Time offset : time_offset
# Save sent packet: save_mode=[0|1] # Save sent packet: save_mode=[0|1]
# Online mode: 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)"
# Local NIC: nic 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.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.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)"
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] [EXECUTE]
# GeoNetworking Req # 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