Commits (3)
[submodule "asn1/cdd"] [submodule "asn1/cdd"]
path = asn1/cdd path = asn1/cdd
url = https://forge.etsi.org/rep/ITS/asn1/cdd_ts102894_2.git url = https://forge.etsi.org/rep/ITS/asn1/cdd_ts102894_2.git
branch = testing branch = testing2
Subproject commit b3b989bd743f70c85467aaf7f9f022788d618f78
ifeq (,$(findstring ITS_Container.asn,$(all_sources)))
ifeq (,$(findstring ETSI_ITS_CDD.asn,$(all_sources)))
sources += cdd/ETSI_ITS_CDD.asn
endif
endif
modules := ttcn/Common modules := ttcn/Common asn1
...@@ -203,9 +203,10 @@ module LibItsCommon_TypesAndValues { ...@@ -203,9 +203,10 @@ module LibItsCommon_TypesAndValues {
const integer c_its_aid_TLC := 140; const integer c_its_aid_TLC := 140;
const integer c_its_aid_TLS := 140; const integer c_its_aid_TLS := 140;
const integer c_its_aid_GN := 141; const integer c_its_aid_GN := 141;
const integer c_its_aid_CRL := 622; // ETSI TS 102 941 Clause 6.4 Generation and distribution of TLM / RCA Link Certificates const integer c_its_aid_CRL := 622; // ETSI TS 102 941 Clause 6.4 Generation and distribution of TLM / RCA Link Certificates
const integer c_its_aid_SCR := 623; // Secured Certificate Request, https://standards.ieee.org/products-services/regauth/psid/public.html const integer c_its_aid_SCR := 623; // Secured Certificate Request, https://standards.ieee.org/products-services/regauth/psid/public.html
const integer c_its_aid_CPOC := 624; // ETSI TS 102 941 Clause 6.4 Generation and distribution of TLM / RCA Link Certificates const integer c_its_aid_CPOC := 624; // ETSI TS 102 941 Clause 6.4 Generation and distribution of TLM / RCA Link Certificates
const integer c_its_aid_MBR := 1000; // ETSI TS 103 759 Misbehavior Reporting application
} }
} }
with { with {
......