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

Harald Welte gerrit-no-reply at lists.osmocom.org
Fri Mar 29 11:12:16 UTC 2019


Harald Welte has submitted this change and it was merged. ( 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(-)

Approvals:
  Harald Welte: Looks good to me, approved
  Jenkins Builder: Verified



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: merged
Gerrit-Change-Id: I27cf1a2f5c8a55eb9883ac9430e73c95dded9b7b
Gerrit-Change-Number: 13458
Gerrit-PatchSet: 2
Gerrit-Owner: Daniel Willmann <dwillmann at sysmocom.de>
Gerrit-Reviewer: Daniel Willmann <dwillmann at sysmocom.de>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder (1000002)
Gerrit-Reviewer: Pau Espin Pedrol <pespin at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190329/1067845c/attachment.htm>


More information about the gerrit-log mailing list