Change in osmo-ttcn3-hacks[master]: pcu: Connect to RIM port from BSSGP_Emulation

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 Jan 20 14:42:23 UTC 2021


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22336 )

Change subject: pcu: Connect to RIM port from BSSGP_Emulation
......................................................................

pcu: Connect to RIM port from BSSGP_Emulation

It will be used in next commits to test RIM related topics (such as
NACC).

Change-Id: I8113d9ef5433ae0976227408133a53397aeae41a
---
M pcu/SGSN_Components.ttcn
1 file changed, 3 insertions(+), 0 deletions(-)

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



diff --git a/pcu/SGSN_Components.ttcn b/pcu/SGSN_Components.ttcn
index 08d9231..a55d791 100644
--- a/pcu/SGSN_Components.ttcn
+++ b/pcu/SGSN_Components.ttcn
@@ -89,6 +89,7 @@
 	var NS_CT ns_component;
 	var BSSGP_CT bssgp_component;
 	port BSSGP_CT_PROC_PT PROC;
+	port BSSGP_PT RIM;
 	var boolean g_initialized := false;
 }
 
@@ -125,6 +126,8 @@
 		connect(self:BSSGP_PROC[i], vc_BVC:BSSGP_PROC);
 		f_bssgp_client_register(mmctx.imsi, mmctx.tlli);
 	}
+	/* connect RIM related port */
+	connect(self:RIM, bssgp_component:RIM);
 	connect(self:BSSGP_GLOBAL[0], bssgp_component:GLOBAL);
 }
 

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/22336
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: I8113d9ef5433ae0976227408133a53397aeae41a
Gerrit-Change-Number: 22336
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.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/20210120/d06d314f/attachment.htm>


More information about the gerrit-log mailing list