pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37556?usp=email )
Change subject: library/L3_Templates: Fix discriminator field in ts_GMM_DET_ACCEPT_MO ......................................................................
library/L3_Templates: Fix discriminator field in ts_GMM_DET_ACCEPT_MO
It says it's overwritten, so in practice it may not be important, but it's confusing for readers when figuring out which values are expected, eg when adding a new tr_ template which needs that field set right (not overwritten there).
Change-Id: If9741953f98b7dd29749d335a5bd937fdfb62bc6 --- M library/L3_Templates.ttcn 1 file changed, 15 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/56/37556/1
diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn index d37ce0e..c64a0d0 100644 --- a/library/L3_Templates.ttcn +++ b/library/L3_Templates.ttcn @@ -3061,7 +3061,7 @@ }
template PDU_L3_MS_SGSN ts_GMM_DET_ACCEPT_MO := { - discriminator := '0000'B, /* overwritten */ + discriminator := '1000'B, /* overwritten */ tiOrSkip := { skipIndicator := '0000'B },