lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39235?usp=email )
Change subject: GSUP_Templates: Purge MS Request: allow the Message class IE to be present ......................................................................
GSUP_Templates: Purge MS Request: allow the Message class IE to be present
Change-Id: I367f63fe5286e39ba51de94729455d2638f19c6f --- M library/GSUP_Templates.ttcn 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/35/39235/1
diff --git a/library/GSUP_Templates.ttcn b/library/GSUP_Templates.ttcn index 3335125..cbe4566 100644 --- a/library/GSUP_Templates.ttcn +++ b/library/GSUP_Templates.ttcn @@ -485,7 +485,7 @@
template GSUP_PDU tr_GSUP_PURGE_MS_REQ(template hexstring imsi, template GSUP_CnDomain dom := ?) := tr_GSUP(OSMO_GSUP_MSGT_PURGE_MS_REQUEST, { - tr_GSUP_IE_IMSI(imsi), *, tr_GSUP_IE_CnDomain(dom) }); + tr_GSUP_IE_IMSI(imsi), *, tr_GSUP_IE_CnDomain(dom), * });
template (value) GSUP_PDU ts_GSUP_PURGE_MS_RES(hexstring imsi) := ts_GSUP(OSMO_GSUP_MSGT_PURGE_MS_RESULT, {