Loading LibGtp/ttcn/LibGtp_Interface.ttcn3 +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ module LibGtp_Interface { type component GtpComponent { port GtpPort GTP; timer tc_wait := 3.0; // time to ensure that IP session has not been accepted // parts needed for Client/SelfSyncComp type compatibility var StringStack v_stateStack := c_initStringStack; Loading Loading
LibGtp/ttcn/LibGtp_Interface.ttcn3 +1 −0 Original line number Diff line number Diff line Loading @@ -22,6 +22,7 @@ module LibGtp_Interface { type component GtpComponent { port GtpPort GTP; timer tc_wait := 3.0; // time to ensure that IP session has not been accepted // parts needed for Client/SelfSyncComp type compatibility var StringStack v_stateStack := c_initStringStack; Loading