Commit 27e151b1 authored by garciay's avatar garciay
Browse files

STF538: Start Certificate TPs implementation

parent 731bbc2e
Loading
Loading
Loading
Loading
+3 −11
Original line number Diff line number Diff line
@@ -32,21 +32,13 @@ module ItsSecurity_Pics {
        HashedId8 hashedId8,
        GeographicRegion region optional
    } // End of type certificates_foi
    type record of certificates_foi certificates_fois;
    
    modulepar certificates_foi PICS_CERTFICATES_FOI[2] := {
    modulepar certificates_fois PICS_CERTFICATES_FOI := {
        { cc_iutCert_A, sha256, '0000000000000000'O, '0000000000000000'O, omit }, // CERT_IUT_A_AT
        { cc_iutCert_B, sha256, '0000000000000000'O, '0000000000000000'O, { circularRegion := { center := {0, 0}, radius := 1000 } } } // CERT_IUT_B_AT
    }
    modulepar integer PICS_CERTFICATES_VAR := 0;

    /**
     * @desc Set to true to enable specific behavior to validate ITS Security ATS against itself
     */
    modulepar boolean PICS_DEBUG_ADDON := false;
    
    /**
     * @desc Set to true to enable restrictions of TS 103 097 v1.2.5
     */
    //modulepar boolean PICS_PLUGTEST_VERSION := false;
    
} // End of module ItsSecurity_Pics 
+479 −338

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ module ItsSecurity_TestControl {
            execute(TC_SEC_ITSS_SND_CAM_06_BV());
            execute(TC_SEC_ITSS_SND_CAM_07_BV());
            execute(TC_SEC_ITSS_SND_CAM_08_BV());
            execute(TC_SEC_ITSS_SND_CAM_09_BV());
            execute(TC_SEC_ITSS_SND_CAM_09_TI());
            execute(TC_SEC_ITSS_SND_CAM_10_BV());
            execute(TC_SEC_ITSS_SND_CAM_11_BV());
            execute(TC_SEC_ITSS_SND_CAM_12_BV());