Commit 223ec599 authored by tepelmann's avatar tepelmann
Browse files

Added missing encode attributes.

parent a18e33ff
Loading
Loading
Loading
Loading
+12 −2
Original line number Diff line number Diff line
@@ -105,8 +105,18 @@ module LibItsMapSpat_TestSystem {
        /**
        * @desc Appl MAP and SPAT Request Primitive 
        */
        type record MapReq { MAP_PDU msgOut };
        type record SpatReq { SPAT_PDU msgOut };
        type record MapReq { 
            MAP_PDU msgOut 
        }
        with {
            encode (msgOut) "LibItsMapSpat_asn1"
        }
        type record SpatReq { 
            SPAT_PDU msgOut
        }
        with {
            encode (msgOut) "LibItsMapSpat_asn1"
        }
            
    } with { 
        encode "LibIts_Interface"