aboutsummaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2018-05-29 15:46:06 +0200
committerlynxis lazus <lynxis@fe80.eu>2018-06-05 13:04:41 +0000
commitd8604ab9aebde5e5e38e19af62eb6e8e302e077a (patch)
tree1fa1a3ddcd7b17dc2da4c92b565a14f4a17b9f30 /library
parent83f6dbfa341644d935f6f77c801eec3a3225811f (diff)
L3_Templates: tr_GMM_DET_REQ_MT: use * instead of omit for `cause`
The omit force this field to be not present, while a * allows to be present or not. As user of this tr I would expect to ignore this field rather than an explicit omit. Change-Id: Iae91f752789273934a6382bdd474594c3c50bbe9
Diffstat (limited to 'library')
-rw-r--r--library/L3_Templates.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn
index b346da67..d0f1406b 100644
--- a/library/L3_Templates.ttcn
+++ b/library/L3_Templates.ttcn
@@ -2191,7 +2191,7 @@ template PDU_L3_SGSN_MS tr_GMM_DET_ACCEPT_MT := {
template PDU_L3_SGSN_MS tr_GMM_DET_REQ_MT(
template BIT3 dtt := *,
template BIT3 forceToStandby := ?,
- template OCT1 cause := omit) := {
+ template OCT1 cause := *) := {
discriminator := '1000'B,
tiOrSkip := {
skipIndicator := '0000'B