[MERGED] osmo-ttcn3-hacks[master]: BSSMAP_Emulation: Add missing procedure port to client/ConnHdlr

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
Sun Jan 21 18:34:24 UTC 2018


Harald Welte has submitted this change and it was merged.

Change subject: BSSMAP_Emulation: Add missing procedure port to client/ConnHdlr
......................................................................


BSSMAP_Emulation: Add missing procedure port to client/ConnHdlr

Change-Id: I2925f74d5dcc18f37d48ec8a38a308c1adeef3cc
---
M library/BSSMAP_Emulation.ttcn
1 file changed, 2 insertions(+), 0 deletions(-)

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



diff --git a/library/BSSMAP_Emulation.ttcn b/library/BSSMAP_Emulation.ttcn
index 8475d55..14174f8 100644
--- a/library/BSSMAP_Emulation.ttcn
+++ b/library/BSSMAP_Emulation.ttcn
@@ -44,6 +44,8 @@
 type component BSSAP_ConnHdlr {
 	/* port towards MSC Emulator core / SCCP connection dispatchar */
 	port BSSAP_Conn_PT BSSAP;
+	/* procedure based port to register for incoming connections */
+	port BSSMAPEM_PROC_PT BSSAP_PROC;
 }
 
 /* Auxiliary primitive that can happen on the port between per-connection client and this dispatcher */

-- 
To view, visit https://gerrit.osmocom.org/5959
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I2925f74d5dcc18f37d48ec8a38a308c1adeef3cc
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list