WARNING! Gitlab maintenance operation scheduled for Thursday, 18 June between 19:00 and 20:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
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 securty 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;
staticconststd::string&certificate;
staticconststd::string&hash;
staticconststd::string&signature;
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&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;
staticconststd::string&distanceA;//! Test system GeoNetworking DistanceA parameter name
staticconststd::string&distanceB;//! Test system GeoNetworking DistanceB parameter name
// Set up security services even if secured_mode is set to 0. Later, we can receive an AcEnableSecurity request, the sertificate caching will be ready to go