module LibItsPki_Pics { /** * @desc Does the IUT act as ITS-S device? */ modulepar boolean PICS_IUT_ITS_S_ROLE := false; /** * @desc Does the IUT act as EA device? */ modulepar boolean PICS_IUT_EA_ROLE := true; /** * @desc Does the IUT act as AA device? */ modulepar boolean PICS_IUT_AA_ROLE := false; /** * @desc Certificate used by the IUT acting as ITS-S */ modulepar charstring PICS_IUT_CERTIFICATE_ID := "CERT_IUT_A_EA"; /** * @desc Certificate used by the IUT acting as EA */ modulepar charstring PICS_IUT_EA_CERTIFICATE_ID := "CERT_IUT_A__EA_EA"; /** * @desc Certificate used by the IUT acting as AA */ modulepar charstring PICS_IUT_AA_CERTIFICATE_ID := "CERT_IUT_A_AA_EA"; /** * @desc Certificate used by the Test System acting as ITS-S */ modulepar charstring PICS_TS_CERTIFICATE_ID := "CERT_TS_A_EA"; /** * @desc Certificate used by the Test System acting as EA */ modulepar charstring PICS_TS_EA_CERTIFICATE_ID := "CERT_TS_A_EA"; /** * @desc Certificate used by the Test System acting as AA */ modulepar charstring PICS_TS_AA_CERTIFICATE_ID := "CERT_TS_A_EA"; /** * @desc Certificate used by the Test System */ modulepar charstring PICS_HTTP_GET_URI := "/its/inner_ec_request"; /** * @desc Canonical ITSS-S identifier */ modulepar charstring PICS_ITS_S_CANONICAL_ID := "CanonicalItsId"; } // End of module LibItsPki_Pics