aboutsummaryrefslogtreecommitdiffstats
path: root/library/GTPv1U_CodecPort_CtrlFunct.ttcn
blob: 3a86fc9f2f25acbd7652cb6059c1e0781ed6bc8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
}