Change in osmo-ttcn3-hacks[master]: bsc-nat: Use BSCx as token for BSC no x

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

Daniel Willmann gerrit-no-reply at lists.osmocom.org
Thu Mar 28 16:19:54 UTC 2019


Daniel Willmann has uploaded this change for review. ( https://gerrit.osmocom.org/13458


Change subject: bsc-nat: Use BSCx as token for BSC no x
......................................................................

bsc-nat: Use BSCx as token for BSC no x

Change-Id: I27cf1a2f5c8a55eb9883ac9430e73c95dded9b7b
---
M bsc-nat/BSC_MS_Simulation.ttcn
1 file changed, 3 insertions(+), 1 deletion(-)



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

diff --git a/bsc-nat/BSC_MS_Simulation.ttcn b/bsc-nat/BSC_MS_Simulation.ttcn
index 7b0093d..2f1961b 100644
--- a/bsc-nat/BSC_MS_Simulation.ttcn
+++ b/bsc-nat/BSC_MS_Simulation.ttcn
@@ -39,6 +39,8 @@
 {
 	var integer i := 0;
 	timer T := 1.0;
+	var IPA_CCM_Parameters ccm_pars := IPA_Emulation.c_IPA_default_ccm_pars;
+	ccm_pars.name := id;
 
 	g_sccp_addr_own := sccp_addr_own;
 	g_sccp_addr_remote := sccp_addr_remote;
@@ -60,7 +62,7 @@
 	connect(vc_BSSMAP:MGCP, vc_IPA:IPA_MGCP_PORT);
 
 	/* start components */
-	vc_IPA.start(IPA_Emulation.main_client(remote_ip, remote_port, local_ip, local_port));
+	vc_IPA.start(IPA_Emulation.main_client(remote_ip, remote_port, local_ip, local_port, ccm_pars));
 	vc_SCCP.start(SCCPStart(sccp_pars));
 	vc_BSSMAP.start(BSSMAP_Emulation.main(BSC_MS_ConnectionHandler.BSC_MS_BssmapOps, id));
 

-- 
To view, visit https://gerrit.osmocom.org/13458
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I27cf1a2f5c8a55eb9883ac9430e73c95dded9b7b
Gerrit-Change-Number: 13458
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Willmann <dwillmann at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190328/226ce923/attachment.htm>


More information about the gerrit-log mailing list