Commit 5e65a68d authored by tepelmann's avatar tepelmann
Browse files

Added missing encode attribute.

parent 999c0ec8
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -55,9 +55,13 @@ module LibItsMapSpat_TypesAndValues {
         */
        type record UtMapEventInd {
            MAP_PDU mapMsg
        } with {
            encode (mapMsg) "LibItsMapSpat_asn1"
        }
        type record UtSpatEventInd {
            SPAT_PDU spatMsg
        } with {
            encode (spatMsg) "LibItsMapSpat_asn1"
        }
        
        /**