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