Change in osmo-ttcn3-hacks[master]: BSC_Tests_CBSP: use proper default values for mp_cbc_ip / mp_cbc_ip6

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/.

fixeria gerrit-no-reply at lists.osmocom.org
Fri Dec 10 16:21:19 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26504 )


Change subject: BSC_Tests_CBSP: use proper default values for mp_cbc_ip / mp_cbc_ip6
......................................................................

BSC_Tests_CBSP: use proper default values for mp_cbc_ip / mp_cbc_ip6

Otherwise it's impossible to run the CBSP test cases locally, because
the remote peer address in osmo-bsc gets set to '0.0.0.0', so indeed
it cannot establish connection to the server.

Change-Id: I5b1d215818255717ed955c9f1a9c45505ab11a65
Fixed: OS#5351
---
M bsc/BSC_Tests_CBSP.ttcn
1 file changed, 2 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/04/26504/1

diff --git a/bsc/BSC_Tests_CBSP.ttcn b/bsc/BSC_Tests_CBSP.ttcn
index 6dd5bb7..8119289 100644
--- a/bsc/BSC_Tests_CBSP.ttcn
+++ b/bsc/BSC_Tests_CBSP.ttcn
@@ -41,8 +41,8 @@
 import from TELNETasp_PortType all;
 
 modulepar {
-	charstring mp_cbc_ip := "0.0.0.0";
-	charstring mp_cbc_ip6 := "::";
+	charstring mp_cbc_ip := "127.0.0.1";
+	charstring mp_cbc_ip6 := "::1";
 	integer mp_cbc_port := 48049;
 	charstring mp_bsc_cbsp_ip := "127.0.0.1";
 	charstring mp_bsc_cbsp_ip6 := "::1";

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/26504
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: I5b1d215818255717ed955c9f1a9c45505ab11a65
Gerrit-Change-Number: 26504
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211210/94955d1b/attachment.htm>


More information about the gerrit-log mailing list