// Generation position. See Draft ETSI TS 103 097 V1.1.14 Clause 7.2 Security profiles for DENMs
varThreeDLocationvc_location;
// Test Adapter certificates & private keys
// Test Adapter certificates & private keys - Valid behavior
constcharstringcc_taCert_A:="CERT_TS_A";/** Default certificate, without region validity restriction, to be used when secured messages are sent from TA to IUT */
constcharstringcc_taCert_B:="CERT_TS_B";/** Default certificate, with circular region, to be used when secured messages are sent from TA to IUT */
constcharstringcc_taCert_C:="CERT_TS_C";/** Certificate with a rectangular region, to be used when secured messages are sent from TA to IUT */
constcharstringcc_taCert_D:="CERT_TS_D";/** Certificate with a polygonal region, to be used when secured messages are sent from TA to IUT */
constcharstringcc_taCert_E:="CERT_TS_E";/** Certificate with a region identifier, to be used when secured messages are sent from TA to IUT */
constcharstringcc_taCert_F:="CERT_TS_F";/** Certificate with a subject type indicating 'enrolment_credentials', to be used when secured messages are sent from TA to IUT */
// Test Adapter certificates & private keys - Inoportune behavior
constcharstringcc_iutCert_A:="CERT_IUT_A";/** Default certificate, without region validity restriction, to be used when secured messages are sent from TA to IUT */
constcharstringcc_iutCert_B:="CERT_IUT_B";/** Default certificate, with circular region, to be used when secured messages are sent from TA to IUT */
constcharstringcc_iutCert_C:="CERT_IUT_C";/** Certificate with a rectangular region, to be used when secured messages are sent from TA to IUT */