[PATCH] osmo-ttcn3-hacks[master]: GSUP_Types: Templates for UpdateLocation + ISD

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
Sun Jan 21 18:12:14 UTC 2018


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

GSUP_Types: Templates for UpdateLocation + ISD

Change-Id: If7a5a1159f098645652114e0c36fea98f63f946c
---
M library/GSUP_Types.ttcn
1 file changed, 10 insertions(+), 0 deletions(-)


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

diff --git a/library/GSUP_Types.ttcn b/library/GSUP_Types.ttcn
index fc524a1..95b2cc2 100644
--- a/library/GSUP_Types.ttcn
+++ b/library/GSUP_Types.ttcn
@@ -147,6 +147,16 @@
 	tr_GSUP(OSMO_GSUP_MSGT_SEND_AUTH_INFO_REQUEST, {
 			tr_GSUP_IE_IMSI(imsi), *, tr_GSUP_IE(OSMO_GSUP_AUTH_TUPLE_IE), * });
 
+template GSUP_PDU tr_GSUP_UL_REQ(template hexstring imsi) :=
+	tr_GSUP(OSMO_GSUP_MSGT_UPDATE_LOCATION_REQUEST, {
+			tr_GSUP_IE_IMSI(imsi), * });
+
+template GSUP_PDU ts_GSUP_UL_RES(hexstring imsi) :=
+	ts_GSUP(OSMO_GSUP_MSGT_UPDATE_LOCATION_RESULT, { valueof(ts_GSUP_IE_IMSI(imsi)) });
+
+template GSUP_PDU tr_GSUP_ISD_REQ(template hexstring imsi) :=
+	tr_GSUP(OSMO_GSUP_MSGT_INSERT_DATA_REQUEST, {
+			tr_GSUP_IE_IMSI(imsi), * });
 
 
 template GSUP_IE tr_GSUP_IE(template GSUP_IEI iei, template GSUP_IeValue val := ?) := {

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: If7a5a1159f098645652114e0c36fea98f63f946c
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