Review at  https://gerrit.osmocom.org/5959

BSSMAP_Emulation: Add missing procedure port to client/ConnHdlr

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


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

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: newchange
Gerrit-Change-Id: I2925f74d5dcc18f37d48ec8a38a308c1adeef3cc
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <lafo...@gnumonks.org>

Reply via email to