blob: 3a86fc9f2f25acbd7652cb6059c1e0781ed6bc8a [file] [log] [blame]
Pau Espin Pedrol4b090c92024-02-29 19:47:07 +01001module GTPv1U_CodecPort_CtrlFunct {
2
3 import from GTPv1U_CodecPort all;
4 import from IPL4asp_Types all;
5
6 external function f_GTPU_listen(
7 inout GTPU_PT portRef,
8 in HostName locName,
9 in PortNumber locPort,
10 in ProtoTuple proto,
11 in OptionList options := {}
12 ) return Result;
13}