* @desc Check that TLC service does not send SREM with priority request without possession of the certificate with prioritized SREM signing permissions
* <pre>
* Pics Selection: PICS_SREM_GENERATION AND PICS_IS_IUT_SECURED
* Initial conditions:
* with {
* the IUT being in the "initial state"
* and the IUT is operating in secured mode
* and the IUT sending SREM with the certificate CERT_SRM_SSP_REQ
* containing appPermission item
* containing psid
* indicating ITS_AID_SREM
* containing bitmapSSP
* indicating octet at position 0 set to 0x01
* and indicating other bits set to 0
* }
* Expected behaviour:
* ensure that {
* when {
* the IUT is requested to generate a SREM
* containing srm
* containing requests
* and containing requestor
* containing type
* containing role
* indicating ROLE_X
* }
* then {
* the IUT discards the received SREM
* }
* }
* </pre>
*
* @see ETSI TS 103 191-2 v1.2.1 TP_IS_TLCR_GEN_SEC_BO_04
* @reference ETSI TS 103 301 v1.1.1 Clause 8.4.3.2
* @desc Check that the secured IUT skips the SREM message without requests and without specific requestor role if signing certificate does not allow it
* <pre>
* Pics Selection: PICS_SREM_RECEPTION AND PICS_IS_IUT_SECURED
* Initial conditions:
* with {
* the IUT being in the "initial state"
* and the IUT is operating in secured mode
* }
* Expected behaviour:
* ensure that {
* when {
* the IUT receives a SREM
* containing srm
* containing requests
* and containing requestor
* containing type
* containing role
* indicating ‘basicVehicle’
* and not containing requests
* and signed with the certificate CERT_NONE
* not containing appPermission item
* containing psid
* indicating ITS_AID_SREM
* }
* then {
* the IUT discards the received SREM
* }
* }
* </pre>
*
* @see ETSI TS 103 191-2 v1.2.1 TP_IS_TLCR_RCV_SSP_BO_01
* @desc Check that the secured IUT skips the SREM message with request and without specific requestor role if it is not allowed by the signing certificate
* <pre>
* Pics Selection: PICS_SREM_RECEPTION AND PICS_IS_IUT_SECURED
* Initial conditions:
* with {
* the IUT being in the "initial state"
* and the IUT is operating in secured mode
* }
* Expected behaviour:
* ensure that {
* when {
* the IUT receives a SREM
* containing srm
* containing requests
* and containing requestor
* containing type
* containing role
* indicating ‘basicVehicle’
* and containing requests
* and signed with the certificate CERT_SRM_SSP_NONE
* containing appPermission item
* containing psid
* indicating ITS_AID_SREM
* and containing bitmapSSP
* indicating octet at position 0 set to 0x02
* and indicating other bits set to 0
* }
* then {
* the IUT discards the received SREM
* }
* }
* </pre>
*
* @see ETSI TS 103 191-2 v1.2.1 TP_IS_TLCR_RCV_SSP_BO_02