Loading ttcn/LibItsECall_TypesAndValues.ttcn +14 −16 Original line number Diff line number Diff line Loading @@ -38,7 +38,6 @@ module LibItsECall_TypesAndValues { type integer PositiveInteger (1 .. infinity); type enumerated SimulatorModeType {PSAP, IVS}; type float TimerDurationType (0.0 .. 20.0); type integer AckNumberType (0 .. 20); type enumerated ModemStateType {OFF, HALF, FULL, UNDEFINED}; type enumerated ModemControlType {AUTO, MANUAL}; Loading Loading @@ -88,12 +87,12 @@ module LibItsECall_TypesAndValues { */ type record ModemConfiguration { SimulatorModeType mode optional, TimerDurationType t3Timer optional, TimerDurationType t4Timer optional, TimerDurationType t5Timer optional, TimerDurationType t6Timer optional, TimerDurationType t7Timer optional, TimerDurationType t8Timer optional, float t3Timer optional, float t4Timer optional, float t5Timer optional, float t6Timer optional, float t7Timer optional, float t8Timer optional, boolean sendNecDisabler optional, AckNumberType numberOfAlAcks optional, AckNumberType numberOfLlAcks optional, Loading Loading @@ -776,10 +775,10 @@ module LibItsECall_TypesAndValues { */ const ModemConfiguration c_defaultIVSSimulatorConfiguration := { mode := IVS, t3Timer := 2.0, t5Timer := 2.0, t6Timer := 5.0, t7Timer := 20.0, t3Timer := c_t3_timer, t5Timer := c_t5_timer, t6Timer := c_t6_timer, t7Timer := c_t7_timer, //eCallMessage := f_expandMsdValue(PX_ECALL_MESSAGE), inbandState := OFF, inbandControl := AUTO, Loading @@ -794,9 +793,8 @@ module LibItsECall_TypesAndValues { */ const ModemConfiguration c_defaultPsapSimulatorConfiguration := { mode := PSAP, t4Timer := 2.0, t6Timer := 5.0, t8Timer := 20.0, t4Timer := c_t4_timer, t8Timer := c_t8_timer, sendNecDisabler := false, numberOfAlAcks := 5, numberOfLlAcks := 5, Loading Loading @@ -856,11 +854,11 @@ module LibItsECall_TypesAndValues { /** * @desc IVS NAD minimum network registration period */ modulepar float c_t9_timer := 20.0; modulepar float c_t9_timer := 3600.0; /** * @desc IVS NAD network "Deregistration Fallback Timer" (DFT) */ modulepar float c_t10_timer := 20.0; modulepar float c_t10_timer := 12.0 * 3600.0; } } Loading
ttcn/LibItsECall_TypesAndValues.ttcn +14 −16 Original line number Diff line number Diff line Loading @@ -38,7 +38,6 @@ module LibItsECall_TypesAndValues { type integer PositiveInteger (1 .. infinity); type enumerated SimulatorModeType {PSAP, IVS}; type float TimerDurationType (0.0 .. 20.0); type integer AckNumberType (0 .. 20); type enumerated ModemStateType {OFF, HALF, FULL, UNDEFINED}; type enumerated ModemControlType {AUTO, MANUAL}; Loading Loading @@ -88,12 +87,12 @@ module LibItsECall_TypesAndValues { */ type record ModemConfiguration { SimulatorModeType mode optional, TimerDurationType t3Timer optional, TimerDurationType t4Timer optional, TimerDurationType t5Timer optional, TimerDurationType t6Timer optional, TimerDurationType t7Timer optional, TimerDurationType t8Timer optional, float t3Timer optional, float t4Timer optional, float t5Timer optional, float t6Timer optional, float t7Timer optional, float t8Timer optional, boolean sendNecDisabler optional, AckNumberType numberOfAlAcks optional, AckNumberType numberOfLlAcks optional, Loading Loading @@ -776,10 +775,10 @@ module LibItsECall_TypesAndValues { */ const ModemConfiguration c_defaultIVSSimulatorConfiguration := { mode := IVS, t3Timer := 2.0, t5Timer := 2.0, t6Timer := 5.0, t7Timer := 20.0, t3Timer := c_t3_timer, t5Timer := c_t5_timer, t6Timer := c_t6_timer, t7Timer := c_t7_timer, //eCallMessage := f_expandMsdValue(PX_ECALL_MESSAGE), inbandState := OFF, inbandControl := AUTO, Loading @@ -794,9 +793,8 @@ module LibItsECall_TypesAndValues { */ const ModemConfiguration c_defaultPsapSimulatorConfiguration := { mode := PSAP, t4Timer := 2.0, t6Timer := 5.0, t8Timer := 20.0, t4Timer := c_t4_timer, t8Timer := c_t8_timer, sendNecDisabler := false, numberOfAlAcks := 5, numberOfLlAcks := 5, Loading Loading @@ -856,11 +854,11 @@ module LibItsECall_TypesAndValues { /** * @desc IVS NAD minimum network registration period */ modulepar float c_t9_timer := 20.0; modulepar float c_t9_timer := 3600.0; /** * @desc IVS NAD network "Deregistration Fallback Timer" (DFT) */ modulepar float c_t10_timer := 20.0; modulepar float c_t10_timer := 12.0 * 3600.0; } }