Commit 0eca6a47 authored by rennoch's avatar rennoch
Browse files

new timer for inactivity

parent 0aae141a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;