Commit 16bfbb18 authored by berge's avatar berge
Browse files

Fixed ReceptionTime (optional)

parent b4f368d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -36,7 +36,7 @@ module LibItsDenm_Templates {
            template (present) DENM p_denMsg
            template (present) DENM p_denMsg
        ) := {
        ) := {
            msgIn := p_denMsg,
            msgIn := p_denMsg,
            receptionTime := ?
            receptionTime := *
        }
        }
        
        
        group utPrimitives {
        group utPrimitives {
+1 −1
Original line number Original line Diff line number Diff line
@@ -104,7 +104,7 @@ module LibItsDenm_TestSystem {
             */
             */
            type record DenmInd {
            type record DenmInd {
                DENM msgIn,
                DENM msgIn,
                TimestampIts receptionTime
                TimestampIts receptionTime optional
            }
            }
            with {
            with {
                encode (msgIn) "LibItsDenm_asn1"
                encode (msgIn) "LibItsDenm_asn1"