jolly has uploaded this change for review.

View Change

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" };



To view, visit change 33977. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Change-Id: I2bb9bec5b084ad5e2a46caa91d1908d2c6781132
Gerrit-Change-Number: 33977
Gerrit-PatchSet: 1
Gerrit-Owner: jolly <andreas@eversberg.eu>
Gerrit-MessageType: newchange