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


Change subject: GSUP_Types.ttcn: allow other TLV appear in Cancel Location 
Errors
......................................................................

GSUP_Types.ttcn: allow other TLV appear in Cancel Location Errors

Change-Id: I21ee02556f0734dad871a6294b21ca6f2864dea0
---
M library/GSUP_Types.ttcn
1 file changed, 1 insertion(+), 1 deletion(-)



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

diff --git a/library/GSUP_Types.ttcn b/library/GSUP_Types.ttcn
index 57c0a39..4c2aac0 100644
--- a/library/GSUP_Types.ttcn
+++ b/library/GSUP_Types.ttcn
@@ -341,7 +341,7 @@

 template GSUP_PDU tr_GSUP_CL_ERR(template hexstring imsi, template integer 
cause := ?) :=
        tr_GSUP(OSMO_GSUP_MSGT_LOCATION_CANCEL_ERROR, {
-                       tr_GSUP_IE_IMSI(imsi), tr_GSUP_IE_Cause(cause) });
+                       tr_GSUP_IE_IMSI(imsi), tr_GSUP_IE_Cause(cause), * });
 
 template (value) GSUP_PDU ts_GSUP_PURGE_MS_REQ(hexstring imsi, GSUP_CnDomain 
dom) :=
        ts_GSUP(OSMO_GSUP_MSGT_PURGE_MS_REQUEST, {

--
To view, visit https://gerrit.osmocom.org/9249
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: I21ee02556f0734dad871a6294b21ca6f2864dea0
Gerrit-Change-Number: 9249
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lyn...@fe80.eu>

Reply via email to