Change in osmo-ttcn3-hacks[master]: L3_Templates: tr_GMM_DET_REQ_MT: use * instead of omit for `cause`

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Tue May 29 14:32:39 UTC 2018


lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/9362


Change subject: L3_Templates: tr_GMM_DET_REQ_MT: use * instead of omit for `cause`
......................................................................

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
---
M library/L3_Templates.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/62/9362/1

diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn
index 824dbf2..e814cd1 100644
--- a/library/L3_Templates.ttcn
+++ b/library/L3_Templates.ttcn
@@ -1866,7 +1866,7 @@
 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

-- 
To view, visit https://gerrit.osmocom.org/9362
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iae91f752789273934a6382bdd474594c3c50bbe9
Gerrit-Change-Number: 9362
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180529/5b723080/attachment.htm>


More information about the gerrit-log mailing list