lynxis lazus has uploaded this change for review.

View Change

GSUP_Templates: fix whitespace issues

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

git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/68/40668/1
diff --git a/library/GSUP_Templates.ttcn b/library/GSUP_Templates.ttcn
index 2a4bc65..cdc0a72 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: newchange
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I03be75063a71153bd2881afd1d741454c508fada
Gerrit-Change-Number: 40668
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis@fe80.eu>