Loading ItsPki_Pixits.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ module ItsPki_Pixits { modulepar float PX_RE_AUTHORIZATION_DELAY := 2.0; modulepar integer PX_ENR_MAX_N1 := 3; modulepar boolean PX_TRIGGER_EC_BEFORE_AT := true; } // End of module ItsPki_Pixits ItsPki_TestCases.ttcn +822 −2 File changed.Preview size limit exceeded, changes collapsed. Show changes ItsPki_TestControl.ttcn +8 −1 Original line number Diff line number Diff line Loading @@ -20,6 +20,13 @@ module ItsPki_TestControl { if (PICS_SECPKI_CRL) { execute(TC_SECPKI_ITSS_ENR_04_BV()) } if (PICS_SECPKI_ENROLLMENT_RETRY) { execute(TC_SECPKI_ITSS_ENR_REP_01_BV()); execute(TC_SECPKI_ITSS_ENR_REP_02_BV()); execute(TC_SECPKI_ITSS_ENR_REP_03_BV()); execute(TC_SECPKI_ITSS_ENR_REP_04_BV()); execute(TC_SECPKI_ITSS_ENR_REP_05_BV()); } execute(TC_SECPKI_ITSS_ENR_05_BV()); execute(TC_SECPKI_ITSS_ENR_07_BV()); execute(TC_SECPKI_ITSS_ENR_08_BV()); Loading lib/LibItsPki_Pics.ttcn +5 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,11 @@ module LibItsPki_Pics { */ modulepar boolean PICS_SECPKI_ENROLLMENT_X509 := false; /** * @desc Does the IUT support enrolment repetition? */ modulepar boolean PICS_SECPKI_ENROLLMENT_RETRY := true; /** * @desc Does the IUT support autorization? */ Loading Loading
ItsPki_Pixits.ttcn +2 −0 Original line number Diff line number Diff line Loading @@ -8,6 +8,8 @@ module ItsPki_Pixits { modulepar float PX_RE_AUTHORIZATION_DELAY := 2.0; modulepar integer PX_ENR_MAX_N1 := 3; modulepar boolean PX_TRIGGER_EC_BEFORE_AT := true; } // End of module ItsPki_Pixits
ItsPki_TestCases.ttcn +822 −2 File changed.Preview size limit exceeded, changes collapsed. Show changes
ItsPki_TestControl.ttcn +8 −1 Original line number Diff line number Diff line Loading @@ -20,6 +20,13 @@ module ItsPki_TestControl { if (PICS_SECPKI_CRL) { execute(TC_SECPKI_ITSS_ENR_04_BV()) } if (PICS_SECPKI_ENROLLMENT_RETRY) { execute(TC_SECPKI_ITSS_ENR_REP_01_BV()); execute(TC_SECPKI_ITSS_ENR_REP_02_BV()); execute(TC_SECPKI_ITSS_ENR_REP_03_BV()); execute(TC_SECPKI_ITSS_ENR_REP_04_BV()); execute(TC_SECPKI_ITSS_ENR_REP_05_BV()); } execute(TC_SECPKI_ITSS_ENR_05_BV()); execute(TC_SECPKI_ITSS_ENR_07_BV()); execute(TC_SECPKI_ITSS_ENR_08_BV()); Loading
lib/LibItsPki_Pics.ttcn +5 −0 Original line number Diff line number Diff line Loading @@ -35,6 +35,11 @@ module LibItsPki_Pics { */ modulepar boolean PICS_SECPKI_ENROLLMENT_X509 := false; /** * @desc Does the IUT support enrolment repetition? */ modulepar boolean PICS_SECPKI_ENROLLMENT_RETRY := true; /** * @desc Does the IUT support autorization? */ Loading