Commit f68bc82a authored by mogos's avatar mogos
Browse files

added timers as constants (0006808)

parent ad48b227
Loading
Loading
Loading
Loading
+0 −35
Original line number Diff line number Diff line
@@ -46,41 +46,6 @@ module LibItsECall_Pixits {
     */
    modulepar float PX_CALL_HANG_UP_DELAY := 5.0;
    
    /**
     * @desc  IVS' Call Clear-down Fallback Timer
     */
    modulepar float PX_T2_TIMER := 3600.0;

    /**
     * @desc IVS INITIATION signal duration
     */
    modulepar float PX_T3_TIMER := 2.0;
  
    /**
     * @desc PSAP wait for INITIATION signal period
     */
    modulepar float PX_T4_TIMER := 5.0;
  
    /**
     * @desc IVS wait for SEND MSD period
     */
    modulepar float PX_T5_TIMER := 5.0;
  
    /**
     * @desc IVS wait for AL-ACK period
     */
    modulepar float PX_T6_TIMER := 5.0;
  
    /**
     * @desc IVS  MSD  maximum transmission time
     */
    modulepar float PX_T7_TIMER := 20.0;
  
    /**
     * @desc PSAP MSD maximum reception time
     */
    modulepar float PX_T8_TIMER := 20.0;

    /**
     * @desc Generic timeout for expected events
     */