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
Review at https://gerrit.osmocom.org/5952
MNCC_Emulation: Add missing procedure port to MNCC_ConnHdlr
Change-Id: I775039ffcbeb8223a662e10b40263f9029fddca6
---
M library/MNCC_Emulation.ttcn
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/52/5952/1
diff --git a/library/MNCC_Emulation.ttcn b/library/MNCC_Emulation.ttcn
index b368816..4bf516d 100644
--- a/library/MNCC_Emulation.ttcn
+++ b/library/MNCC_Emulation.ttcn
@@ -38,8 +38,9 @@
/* General "base class" component definition, of which specific implementations
* derive themselves by means of the "extends" feature */
type component MNCC_ConnHdlr {
- /* port towards MNCC Emulator core / call dispatchar */
+ /* ports towards MNCC Emulator core / call dispatchar */
port MNCC_Conn_PT MNCC;
+ port MNCCEM_PROC_PT MNCC_PROC;
}
/* Auxiliary primitive that can happen on the port between per-connection client and this dispatcher */
--
To view, visit https://gerrit.osmocom.org/5952
To unsubscribe, visit https://gerrit.osmocom.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I775039ffcbeb8223a662e10b40263f9029fddca6
Gerrit-PatchSet: 1
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>