Change in osmo-ttcn3-hacks[master]: bsc: add Coord_PT to communicate between components

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

laforge gerrit-no-reply at lists.osmocom.org
Fri Aug 6 14:03:29 UTC 2021


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

Change subject: bsc: add Coord_PT to communicate between components
......................................................................

bsc: add Coord_PT to communicate between components

This is used by upcoming BSC_Tests.TC_cm_reestablishment().

Related: SYS#5130
Change-Id: I093ca7f66a3106a75e409ad8ea03e7db3c3cb165
---
M bsc/MSC_ConnectionHandler.ttcn
1 file changed, 6 insertions(+), 0 deletions(-)

Approvals:
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/bsc/MSC_ConnectionHandler.ttcn b/bsc/MSC_ConnectionHandler.ttcn
index af93343..5f77764 100644
--- a/bsc/MSC_ConnectionHandler.ttcn
+++ b/bsc/MSC_ConnectionHandler.ttcn
@@ -431,6 +431,11 @@
 	[] as_Media_mgw();
 }
 
+type port Coord_PT message
+{
+	inout charstring;
+} with { extension "internal" };
+
 /* this component represents a single subscriber connection at the MSC.
  * There is a 1:1 mapping between SCCP connections and RAN_ConnHdlr components.
  * We inherit all component variables, ports, functions, ... from RAN_ConnHdlr */
@@ -441,6 +446,7 @@
 	/* procedure port back to our parent (RAN_Emulation_CT) for control */
 	port RAN_PROC_PT RAN;
 	port TELNETasp_PT BSCVTY;
+	port Coord_PT COORD;
 
 	/* Proxy MGCP-over-IPA and MGCP-over-UDP */
 	port IPA_MGCP_PT MGCP_MSC_CLIENT;

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/25019
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: I093ca7f66a3106a75e409ad8ea03e7db3c3cb165
Gerrit-Change-Number: 25019
Gerrit-PatchSet: 5
Gerrit-Owner: neels <nhofmeyr 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/20210806/b492bc2a/attachment.htm>


More information about the gerrit-log mailing list