Commit 4110166d authored by YannGarcia's avatar YannGarcia
Browse files

Add support of AtsMBR

parent aaa999c5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
module LibItsCommon_TestSystem {
    
    // LibCommon
    import from LibCommon_Time {modulepar all};
    import from LibCommon_Time all;
    import from LibCommon_Sync all;
    
    // LibIts
+1 −0
Original line number Diff line number Diff line
@@ -206,6 +206,7 @@ module LibItsCommon_TypesAndValues {
        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_CPOC  := 624; // ETSI TS 102 941 Clause 6.4 Generation and distribution of TLM / RCA Link Certificates
        const integer c_its_aid_MBR   := 0; // FIXME
    }
}
with {