From d0ff5dfcdeb17bf8c76184b1ac3affcd621b57a8 Mon Sep 17 00:00:00 2001 From: Denis Filatov Date: Mon, 22 Jan 2024 16:38:06 +0100 Subject: [PATCH] fix quotes in comments and header size --- EtsiTs103601Module.asn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EtsiTs103601Module.asn b/EtsiTs103601Module.asn index defcd28..a9dec10 100755 --- a/EtsiTs103601Module.asn +++ b/EtsiTs103601Module.asn @@ -83,7 +83,7 @@ SequentialChunksSegmentedData ::= SEQUENCE { /** * The Segmented CTL Responsemessage (SCRM) is a specific Segment PDU: it uses the parametrized data type * SegmentedData where the psid parameter value is set to the ITS-AID value of the CTL service as specified in -* ETSI TS 102 965 (i.e. value 624). For the SCRM message, the size of the control information (“header” fields) is 23 bytes. +* ETSI TS 102 965 (i.e. value 624). For the SCRM message, the size of the control information ("header" fields) is 22 bytes. */ ctlPsid Psid ::= 624 -- GitLab