From d8604ab9aebde5e5e38e19af62eb6e8e302e077a Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 29 May 2018 15:46:06 +0200 Subject: 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 --- library/L3_Templates.ttcn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library') 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 -- cgit v1.2.3