lynxis lazus has submitted this change. ( 
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(-)

Approvals:
  daniel: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified




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, {

--
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/39235?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings?usp=email

Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I367f63fe5286e39ba51de94729455d2638f19c6f
Gerrit-Change-Number: 39235
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <[email protected]>
Gerrit-Reviewer: lynxis lazus <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>

Reply via email to