Commit 42b0dfa2 authored by tepelmann's avatar tepelmann
Browse files

Adapted to latest ASN.1.

parent 5db1d216
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -12,10 +12,10 @@ module LibItsBtp_TypesAndValues {
    
    // LibIts
    import from CAM_PDU_Descriptions language "ASN.1:1997" {
        type CamPdu
        type CAM
    };
    import from DENM_PDU_Descriptions language "ASN.1:1997" {
        type DenmPdu
        type DENM
    };
    
    group btpPdus {
@@ -101,8 +101,8 @@ module LibItsBtp_TypesAndValues {
         * @member
         */
        type union DecodedBtpPayload {
            CamPdu camPacket, 
            DenmPdu denmPacket 
            CAM camPacket, 
            DENM denmPacket 
        } with { 
            encode (camPacket) "LibItsCam_asn1"; 
            encode (denmPacket) "LibItsDenm_asn1"