Skip to content
Snippets Groups Projects
Commit 10e146e9 authored by Yann Garcia's avatar Yann Garcia
Browse files

Validate RTCMEM ATS

parent 4db73ea0
No related branches found
No related tags found
1 merge request!3EndOfTtf011
......@@ -215,7 +215,7 @@ module LibItsRtcmem_Templates {
template ItsPduHeader mw_itsPduHeaderRtcmem(
template (present) StationID p_stationID := ?,
template (present) ItsPduHeader.protocolVersion p_protocolVersion := LibItsCommon_ASN1_NamedNumbers.ItsPduHeader_protocolVersion_currentVersion_,
template (present) ItsPduHeader.messageID p_messageID := LibItsCommon_ASN1_NamedNumbers.ItsPduHeader_messageID_srem_
template (present) ItsPduHeader.messageID p_messageID := LibItsCommon_ASN1_NamedNumbers.ItsPduHeader_messageID_rtcmem_
) := {
protocolVersion := p_protocolVersion,
messageID := p_messageID,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment