aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-03-01 22:43:28 +0100
committerHarald Welte <laforge@gnumonks.org>2018-03-01 22:43:28 +0100
commit8f6ac16a929eeb33371603ca41a603984b141516 (patch)
tree7de1ddb2211de172f7538b4fee30df2e537fc11e
parent09b3c50e8507f9fc026ef48deca85609fa8158c0 (diff)
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
-rw-r--r--library/GSUP_Types.ttcn2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/GSUP_Types.ttcn b/library/GSUP_Types.ttcn
index 9fb75265..3fb8d8e8 100644
--- a/library/GSUP_Types.ttcn
+++ b/library/GSUP_Types.ttcn
@@ -320,7 +320,7 @@ template (value) GSUP_PDU ts_GSUP_ISD_REQ(hexstring imsi, hexstring msisdn) :=
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, {