Change in ...osmo-ttcn3-hacks[master]: bsc: Move hardcoded ip addr to variable

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

pespin gerrit-no-reply at lists.osmocom.org
Wed Jun 19 10:52:14 UTC 2019


pespin has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14509 )

Change subject: bsc: Move hardcoded ip addr to variable
......................................................................

bsc: Move hardcoded ip addr to variable

This way it's more clear what are those IP addresses for.

Change-Id: I3600fd0d0486205e5bdc487fa75e9038d3bfb52c
---
M bsc/MSC_ConnectionHandler.ttcn
1 file changed, 3 insertions(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/bsc/MSC_ConnectionHandler.ttcn b/bsc/MSC_ConnectionHandler.ttcn
index c709794..4436b0c 100644
--- a/bsc/MSC_ConnectionHandler.ttcn
+++ b/bsc/MSC_ConnectionHandler.ttcn
@@ -360,6 +360,8 @@
 	var MediaState g_media;
 	var TestHdlrParams g_pars;
 
+	var charstring host_bts := "127.0.0.2";
+	var charstring host_mgw := "127.0.0.3";
 	var boolean g_vty_initialized := false;
 }
 
@@ -878,7 +880,7 @@
 		codecType := FR_AMR;
 	}
 
-	f_MscConnHdlr_init(g_pars.media_nr, "127.0.0.2", "127.0.0.3", codecType);
+	f_MscConnHdlr_init(g_pars.media_nr, host_bts, host_mgw, codecType);
 
 	/* patch in the LCLS related items, as needed */
 	f_ass_patch_lcls(ass_tpl, exp_ass_cpl);

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/14509
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: I3600fd0d0486205e5bdc487fa75e9038d3bfb52c
Gerrit-Change-Number: 14509
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at gnumonks.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190619/b683a189/attachment.htm>


More information about the gerrit-log mailing list