laforge has submitted this change. (
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34178
)
Change subject: Cosmetic: msc: f_tc_ho_inter_msc_out: fix indent
......................................................................
Cosmetic: msc: f_tc_ho_inter_msc_out: fix indent
Change-Id: Ie648a485991aff0c28182955a7df2d1505457978
---
M msc/MSC_Tests.ttcn
1 file changed, 12 insertions(+), 3 deletions(-)
Approvals:
laforge: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
diff --git a/msc/MSC_Tests.ttcn b/msc/MSC_Tests.ttcn
index 7c4d8ba..e5c48bb 100644
--- a/msc/MSC_Tests.ttcn
+++ b/msc/MSC_Tests.ttcn
@@ -6030,9 +6030,9 @@
cpars := valueof(t_CallParams('12345'H, 0));
if (pars.use_ipv6) {
- cpars.mgw_conn_1.mgw_rtp_ip := "::1";
- cpars.mgw_conn_2.mgw_rtp_ip := "::2";
- cpars.bss_rtp_ip := "::3";
+ cpars.mgw_conn_1.mgw_rtp_ip := "::1";
+ cpars.mgw_conn_2.mgw_rtp_ip := "::2";
+ cpars.bss_rtp_ip := "::3";
}
var hexstring ho_number := f_gen_msisdn(99999);
--
To view, visit
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/34178
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: Ie648a485991aff0c28182955a7df2d1505457978
Gerrit-Change-Number: 34178
Gerrit-PatchSet: 3
Gerrit-Owner: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: merged