blob: 3a86fc9f2f25acbd7652cb6059c1e0781ed6bc8a [file] [log] [blame]
module GTPv1U_CodecPort_CtrlFunct {
import from GTPv1U_CodecPort all;
import from IPL4asp_Types all;
external function f_GTPU_listen(
inout GTPU_PT portRef,
in HostName locName,
in PortNumber locPort,
in ProtoTuple proto,
in OptionList options := {}
) return Result;
}