Change in osmo-ttcn3-hacks[master]: GSUP_Types.ttcn: allow other TLV appear in Cancel Location Errors

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Tue May 22 16:22:34 UTC 2018


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 <lynxis at fe80.eu>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180522/473ce3b9/attachment.htm>


More information about the gerrit-log mailing list