lynxis lazus submitted this change.

View Change



2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.

Approvals: fixeria: Looks good to me, approved Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve
GSUP_Templates: fix whitespace issues

Change-Id: I03be75063a71153bd2881afd1d741454c508fada
---
M library/GSUP_Templates.ttcn
1 file changed, 3 insertions(+), 3 deletions(-)

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 change 40668. To unsubscribe, or for help writing mail filters, visit settings.

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@fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy@sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu>
Gerrit-Reviewer: pespin <pespin@sysmocom.de>