pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34831?usp=email )
(
1 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
)Change subject: GSUP_Types: Fix tr_GSUP_IMSI params
......................................................................
GSUP_Types: Fix tr_GSUP_IMSI params
Change-Id: Ifeff47d35df53f4238bc1556bdee037e62e9d892
---
M library/GSUP_Types.ttcn
1 file changed, 11 insertions(+), 2 deletions(-)
Approvals:
osmith: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/library/GSUP_Types.ttcn b/library/GSUP_Types.ttcn
index ef98175..739dcbc 100644
--- a/library/GSUP_Types.ttcn
+++ b/library/GSUP_Types.ttcn
@@ -507,7 +507,7 @@
ies := ies
}
-template GSUP_PDU tr_GSUP_IMSI(template GSUP_MessageType msgt := ?, template hexstring
imsi) := {
+template (present) GSUP_PDU tr_GSUP_IMSI(template (present) GSUP_MessageType msgt := ?,
template (present) hexstring imsi := ?) := {
msg_type := msgt,
ies := { tr_GSUP_IE_IMSI(imsi), * }
}
@@ -715,7 +715,7 @@
}
}
-template GSUP_IE tr_GSUP_IE_IMSI(template hexstring imsi) := {
+template (present) GSUP_IE tr_GSUP_IE_IMSI(template (present) hexstring imsi := ?) := {
tag := OSMO_GSUP_IMSI_IE,
len := ?,
val := {
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34831?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: Ifeff47d35df53f4238bc1556bdee037e62e9d892
Gerrit-Change-Number: 34831
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged