jolly has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/33977 )
Change subject: ASCI: Add integer type to BSC_ConnHdlr_Coord_PT port ......................................................................
ASCI: Add integer type to BSC_ConnHdlr_Coord_PT port
This allows to send integers via COORD pipes.
Related: OS#4854 Change-Id: I2bb9bec5b084ad5e2a46caa91d1908d2c6781132 --- M msc/BSC_ConnectionHandler.ttcn 1 file changed, 13 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/77/33977/1
diff --git a/msc/BSC_ConnectionHandler.ttcn b/msc/BSC_ConnectionHandler.ttcn index 64e2aff..b122f6f 100644 --- a/msc/BSC_ConnectionHandler.ttcn +++ b/msc/BSC_ConnectionHandler.ttcn @@ -65,7 +65,7 @@
type port BSC_ConnHdlr_Coord_PT message { - inout charstring, CallParameters; + inout charstring, CallParameters, integer; } with { extension "internal" };