Commit 548bece4 authored by berge's avatar berge
Browse files

Added 'with encode' statements fro ASN.1 pdus

parent 589a5f2d
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -332,6 +332,9 @@ module LibIts_Interface {
                type record CamInd {
                    CamPdu msgIn
                }
                with {
                    encode (msgIn) "LibtItsCam_asn1"
                }
                    
                /**
                 * @desc FA1 CAM Request Primitive 
@@ -339,6 +342,9 @@ module LibIts_Interface {
                type record CamReq {
                    CamPdu msgOut
                }
                with {
                    encode (msgOut) "LibtItsCam_asn1"
                }

                /**
                 * @desc FA1 DENM Indication Primitive 
@@ -349,6 +355,9 @@ module LibIts_Interface {
                    DenmPdu msgIn,
                    TimeStamp receptionTime
                }
                with {
                    encode (msgIn) "LibtItsDenm_asn1"
                }
                
                /**
                 * @desc FA1 DENM Request Primitive 
@@ -358,6 +367,9 @@ module LibIts_Interface {
                type record DenmReq {
                    DenmPdu msgOut
                }
                with {
                    encode (msgIn) "LibtItsDenm_asn1"
                }
                
            } // end fa1Primitives