laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36179?usp=email )
Change subject: GSUP_Templates: tr_GSUP_SAI_ERR: Allow passing extra params like
MSG_CLASS
......................................................................
GSUP_Templates: tr_GSUP_SAI_ERR: Allow passing extra params like MSG_CLASS
Change-Id: I817b079ed380514e067bda1e7f3f7c6177ef314b
---
M library/GSUP_Templates.ttcn
1 file changed, 10 insertions(+), 1 deletion(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
fixeria: Looks good to me, but someone else must approve
diff --git a/library/GSUP_Templates.ttcn b/library/GSUP_Templates.ttcn
index 6d14b02..dcf086d 100644
--- a/library/GSUP_Templates.ttcn
+++ b/library/GSUP_Templates.ttcn
@@ -376,7 +376,7 @@
template GSUP_PDU tr_GSUP_SAI_ERR(template hexstring imsi, template (present) integer
cause := ?) :=
tr_GSUP(OSMO_GSUP_MSGT_SEND_AUTH_INFO_ERROR, {
- tr_GSUP_IE_IMSI(imsi), tr_GSUP_IE_Cause(cause) });
+ tr_GSUP_IE_IMSI(imsi), tr_GSUP_IE_Cause(cause), *});
template (value) GSUP_PDU ts_GSUP_SAI_ERR(hexstring imsi, integer cause) :=
ts_GSUP(OSMO_GSUP_MSGT_SEND_AUTH_INFO_ERROR, {
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36179?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: I817b079ed380514e067bda1e7f3f7c6177ef314b
Gerrit-Change-Number: 36179
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-MessageType: merged