staticconststd::string&its_aid;//! ITS-AID parameter name
staticconststd::string&gn_payload;//! GeoNetworking Payload parameter name
staticconststd::string&gn_next_header;//! GeoNetworking NextHeader parameter name
staticconststd::string&gn_header_type;//! GeoNetworking HeaderType parameter name
staticconststd::string&gn_header_sub_type;//! GeoNetworking HeaderSubType parameter name
staticconststd::string&gn_lifetime;//! GeoNetworking Lifetime parameter name
staticconststd::string&gn_traffic_class;//! GeoNetworking Traffic class parameter name
staticconststd::string&btp_type;//! BTP Type parameter name
staticconststd::string&btp_payload;//! BTP Payload parameter name
staticconststd::string&btp_destination_port;//! BTP DestinationPort parameter name
staticconststd::string&btp_info;//! BTP Info parameter name
staticconststd::string&nic;//! Network Interface Card parameter name
staticconststd::string&ll_address;//! Test system GeoNetworking LL-Address parameter name
staticconststd::string&latitude;//! Test system Latitude parameter name
staticconststd::string&longitude;//! Test system Longitude parameter name
staticconststd::string&expiry;//! Test system GeoNetworking Lifetime parameter name (in ms)
staticconststd::string&station_id;//! To indicate to the peer ITS_Container::stationID
staticconststd::string&device_mode;//! To indicate to the lower layer to act as a standalone device
staticconststd::string&secured_mode;//! To indicate to the lower layer to apply signature on message exchanges as defined in IEEE 1609.2 & ETSI TS 102 965
staticconststd::string&encrypted_mode;//! To indicate to the lower layer to apply encryption on message exchanges as defined in IEEE 1609.2 & ETSI TS 102 965
staticconststd::string&enable_security_checks;//! To indicates if security check failures shall be treated as error or warning
staticconststd::string&sec_db_path;//! Path to the folder containing certificates
staticconststd::string&certificate;//! The certificate identifier the Test System shall use. E.g. CERT_TS_A
staticconststd::string&peer_certificate;//! The peer certificate identifier the Test System shall use for encryption. E.g. CERT_TS_A
staticconststd::string&hash;//! The digest algorithm the Test System shall use, authorised values are SHA-256 or SHA-384. Default: SHA-256
staticconststd::string&signature;//! The signature algorithm the Test System shall use, authorised values are NISTP-256, BP-256 and BP-384. Default: NISTP-256
staticconststd::string&cypher;//! The encryption algorithm the Test System shall use, authorised values are NISTP-256 and BP-256. Default: NISTP-256
staticconststd::string&distanceA;//! Test system GeoNetworking DistanceA parameter name
staticconststd::string&distanceB;//! Test system GeoNetworking DistanceB parameter name
staticconststd::string∠//! Test system GeoNetworking Angle parameter name
staticconststd::string&payload_type;//! Tyoe of payload, value is the ITS Conatainer message identifier or omitted in case of unknown payload
params.insert(std::pair<std::string,std::string>(params::timestamp,std::to_string(pkt_header->ts.tv_sec*1000+static_cast<unsignedint>(pkt_header->ts.tv_usec/1000))));// Use milliseconds