lynxis lazus has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40667?usp=email )
Change subject: GSUP_Templates: ts_GSUP_UL_REQ: add "(omit)" to templates
......................................................................
GSUP_Templates: ts_GSUP_UL_REQ: add "(omit)" to templates
The sending template can only support omit or having a value.
Change-Id: I250960a1e1c19dfa1efa81f6bbc93efa07cb225c
---
M library/GSUP_Templates.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/67/40667/1
diff --git a/library/GSUP_Templates.ttcn b/library/GSUP_Templates.ttcn
index 36702d9..2a4bc65 100644
--- a/library/GSUP_Templates.ttcn
+++ b/library/GSUP_Templates.ttcn
@@ -410,8 +410,8 @@
tr_GSUP(OSMO_GSUP_MSGT_SEND_AUTH_INFO_RESULT, {
tr_GSUP_IE_IMSI(imsi), *, auth_tuple_ie, * });
-template GSUP_PDU ts_GSUP_UL_REQ(hexstring imsi, GSUP_CnDomain dom :=
OSMO_GSUP_CN_DOMAIN_PS,
- template octetstring source_name := omit) :=
+template (omit) GSUP_PDU ts_GSUP_UL_REQ(hexstring imsi, GSUP_CnDomain dom :=
OSMO_GSUP_CN_DOMAIN_PS,
+ template (omit) octetstring source_name := omit) :=
ts_GSUP(OSMO_GSUP_MSGT_UPDATE_LOCATION_REQUEST, f_gen_ts_ies(imsi, dom := dom,
source_name := source_name));
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40667?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I250960a1e1c19dfa1efa81f6bbc93efa07cb225c
Gerrit-Change-Number: 40667
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>