lynxis lazus has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40668?usp=email )
(
2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
)Change subject: GSUP_Templates: fix whitespace issues
......................................................................
GSUP_Templates: fix whitespace issues
Change-Id: I03be75063a71153bd2881afd1d741454c508fada
---
M library/GSUP_Templates.ttcn
1 file changed, 3 insertions(+), 3 deletions(-)
Approvals:
fixeria: Looks good to me, approved
Jenkins Builder: Verified
pespin: Looks good to me, but someone else must approve
diff --git a/library/GSUP_Templates.ttcn b/library/GSUP_Templates.ttcn
index 1fc18f1..671e36d 100644
--- a/library/GSUP_Templates.ttcn
+++ b/library/GSUP_Templates.ttcn
@@ -448,8 +448,8 @@
template (omit) octetstring source_name := omit,
template (omit) octetstring destination_name := omit) :=
ts_GSUP(OSMO_GSUP_MSGT_INSERT_DATA_RESULT,
- f_gen_ts_ies(imsi, source_name := source_name,
- destination_name := destination_name));
+ f_gen_ts_ies(imsi, source_name := source_name,
+ destination_name := destination_name));
template GSUP_PDU tr_GSUP_ISD_RES(template hexstring imsi) :=
tr_GSUP_IMSI(OSMO_GSUP_MSGT_INSERT_DATA_RESULT, imsi);
@@ -500,7 +500,7 @@
tr_GSUP_IE_IMSI(imsi), tr_GSUP_IE_Cause(cause) });
template (value) GSUP_PDU ts_GSUP_CHECK_IMEI_REQ(hexstring imsi, hexstring imei,
- template (omit) octetstring source_name := omit) :=
+ template (omit) octetstring source_name := omit) :=
ts_GSUP(OSMO_GSUP_MSGT_CHECK_IMEI_REQUEST, f_gen_ts_ies(imsi, imei := imei, source_name
:= source_name));
template GSUP_PDU tr_GSUP_CHECK_IMEI_REQ(
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40668?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I03be75063a71153bd2881afd1d741454c508fada
Gerrit-Change-Number: 40668
Gerrit-PatchSet: 4
Gerrit-Owner: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis(a)fe80.eu>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>