pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/37556?usp=email )
(
2 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )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(-)
Approvals: fixeria: Looks good to me, approved laforge: Looks good to me, but someone else must approve Jenkins Builder: Verified
diff --git a/library/L3_Templates.ttcn b/library/L3_Templates.ttcn index 77d949b..4c9a2f6 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 },