aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <axilirator@gmail.com>2020-05-03 22:54:08 +0700
committerVadim Yanitskiy <axilirator@gmail.com>2020-05-03 22:54:08 +0700
commit2b98bda8dc6da01be0e6d01175b4584db0e75c3c (patch)
treebea5c49969051ee9db151795748d88fcd640361e
parentedae16aaa3769e3c1013b21b901f227b9e211629 (diff)
library: clarify length restrictions for SI4 Rest Octets
Change-Id: I54bfe5710f744cdd61752f3e46b1b00e9f2f3e43 Signed-off-by: Vadim Yanitskiy <axilirator@gmail.com>
-rw-r--r--library/GSM_SystemInformation.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/GSM_SystemInformation.ttcn b/library/GSM_SystemInformation.ttcn
index 4cabd774..07ca8e65 100644
--- a/library/GSM_SystemInformation.ttcn
+++ b/library/GSM_SystemInformation.ttcn
@@ -179,7 +179,7 @@ module GSM_SystemInformation {
RachControlParameters rach_control,
ChannelDescriptionTV cbch_chan_desc optional,
MobileAllocationT cbch_mobile_alloc optional,
- RestOctets rest_octets
+ RestOctets rest_octets /* 0 .. 10 octets (see 10.5.2.35) */
} with { variant "TAG(cbch_chan_desc, iei = '64'O; cbch_mobile_alloc, iei = '72'O)" };
/* 44.018 9.1.37 */