From d418fc6bb53fdda43310abc03f090ecf9bf38b1e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 4 Aug 2017 00:34:42 +0200 Subject: GTP: convert from translation port to dual faced port I spent numerous hours in trying to avoid the dual faced port from segfaulting, but in the end didn't succeed :( The easy way was then simply to fall back to the known-working pattern of the dual-faced port, which I already successfully used also on the NS module for the Gb Inteface --- ggsn_tests/GTP_CodecPort_CtrlFunct.ttcn | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ggsn_tests/GTP_CodecPort_CtrlFunct.ttcn') diff --git a/ggsn_tests/GTP_CodecPort_CtrlFunct.ttcn b/ggsn_tests/GTP_CodecPort_CtrlFunct.ttcn index 33a2cabf..4f61af79 100644 --- a/ggsn_tests/GTP_CodecPort_CtrlFunct.ttcn +++ b/ggsn_tests/GTP_CodecPort_CtrlFunct.ttcn @@ -40,4 +40,11 @@ module GTP_CodecPort_CtrlFunct { out UserData userData ) return Result; + external function f_GTPU_listen( + inout GTPU_PT portRef, + in HostName locName, + in PortNumber locPort, + in ProtoTuple proto, + in OptionList options := {} + ) return Result; } -- cgit v1.2.3