[PATCH] osmo-ttcn3-hacks[master]: gsup: Make tr_GSUP_ISD_REQ more tolerant

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/.

Harald Welte gerrit-no-reply at lists.osmocom.org
Thu Mar 1 21:44:12 UTC 2018


Review at  https://gerrit.osmocom.org/7040

gsup: Make tr_GSUP_ISD_REQ more tolerant

We permit other subscriber data that's not the MSISDN, but we require
the MSISDN be somewhere within the IEs of the ISD_REQ

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


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

diff --git a/library/GSUP_Types.ttcn b/library/GSUP_Types.ttcn
index 9fb7526..3fb8d8e 100644
--- a/library/GSUP_Types.ttcn
+++ b/library/GSUP_Types.ttcn
@@ -320,7 +320,7 @@
 
 template GSUP_PDU tr_GSUP_ISD_REQ(template hexstring imsi, template hexstring msisdn := ?) :=
 	tr_GSUP(OSMO_GSUP_MSGT_INSERT_DATA_REQUEST, {
-			tr_GSUP_IE_IMSI(imsi), tr_GSUP_IE_MSISDN(msisdn) });
+			tr_GSUP_IE_IMSI(imsi), *, tr_GSUP_IE_MSISDN(msisdn), * });
 
 template (value) GSUP_PDU ts_GSUP_ISD_RES(hexstring imsi) :=
 	ts_GSUP(OSMO_GSUP_MSGT_INSERT_DATA_RESULT, {

-- 
To view, visit https://gerrit.osmocom.org/7040
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic63cd5c9a5e9ed46c70f7d7869b4ece281b97e44
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>



More information about the gerrit-log mailing list