|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jain.protocol.ss7.oam.OamTimerProfile | +--jain.protocol.ss7.oam.sccp.SccpTimerProfile
This class defines and initialises the specified timers for the SCCP Protocol Layer. The Timer values are based on the ITU and ANSI Standards.
The comments for each Timer defined within this Timer Profile identify the default values for that Timer.
Field Summary | |
OamTimerVal |
SCCP_TIMER_CONNECT
Timer Connect - Waiting for connection confirm message [ITU]. Timer ID: 301 Default Values: ITU & ANSI - Min: 360000 ms, Max: 720000 ms, Default: 540000 ms |
OamTimerVal |
SCCP_TIMER_GUARD
Timer Guard - Waiting to resume normal procedure for temporary connection sections during the restart procedure [ITU]. Timer ID: 302 Default Values: ITU & ANSI - Min: 82000000 ms, Max: 90000000 ms, Default: 86000000 ms Recomended Range: to ms. |
OamTimerVal |
SCCP_TIMER_IAR
Timer IAR - Waiting to receive a message on a connection section [ITU]. Timer ID: 303 Default Values: ITU & ANSI - Min: 39600000 ms, Max: 75600000 ms, Default: 62600000 ms |
OamTimerVal |
SCCP_TIMER_IAS
Timer IAS - Delay to send a message on a conn IT on a connection section when there are no messages to send [ITU]. Timer ID: 304 Default Values: ITU & ANSI - Min: 1800000 ms, Max: 3600000 ms, Default: 2400000 ms |
OamTimerVal |
SCCP_TIMER_INT
Timer Int - Waiting for release complete message; or to release connection resources, freeze the LRN and alert a maintenance function after the initial SCCP_TIMER_RELEASE expiry [ITU]. Timer ID: 305 Default Values: ITU & ANSI - Min: 0 ms, Max: 1000 ms, Default: 500 ms |
OamTimerVal |
SCCP_TIMER_REASSEMBLY
Reassembly Timer - Waiting to receive all the segments of the remaining segments single segmented message after receiving the first segment [ITU]. Timer ID: 306 Default Values: ITU & ANSI - Min: 10000 ms, Max: 20000 ms, Default: 15000 ms |
OamTimerVal |
SCCP_TIMER_RELEASE
Timer Release - Waiting for release complete message [ITU]. Timer ID: 307 Default Values: ITU & ANSI - Min: 10000 ms, Max: 20000 ms, Default: 1500 ms |
OamTimerVal |
SCCP_TIMER_REPEAT_RELEASE
Timer Repeat Release - Waiting for release complete message; or to repeat sending released message after the initial SCCP_TIMER_RELEASE expiry [ITU]. Timer ID: 308 Default Values: ITU & ANSI - Min: 10000 ms, Max: 20000 ms, Default: 1500 ms |
OamTimerVal |
SCCP_TIMER_RESET
Reset Timer - Waiting to release temporary connection section or alert maintenance function after reset request message is sent [ITU]. Timer ID: 309 Default Values: ITU & ANSI - Min: 10000 ms, Max: 20000 ms, Default: 15000 ms |
Fields inherited from class jain.protocol.ss7.oam.OamTimerProfile |
TIMER_ANSI,
TIMER_ITU,
timerVariant |
Constructor Summary | |
SccpTimerProfile(int timerVariant)
Constructs a new SccpTimerProfile and initialises the Timer vaules with their default values. |
Method Summary | |
void |
initialiseTimers()
Initialises the SCCP timers to their default values. |
Methods inherited from class jain.protocol.ss7.oam.OamTimerProfile |
getTimerVariant,
setTimerVariant |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public OamTimerVal SCCP_TIMER_CONNECT
public OamTimerVal SCCP_TIMER_GUARD
public OamTimerVal SCCP_TIMER_IAR
public OamTimerVal SCCP_TIMER_IAS
public OamTimerVal SCCP_TIMER_INT
public OamTimerVal SCCP_TIMER_REASSEMBLY
public OamTimerVal SCCP_TIMER_RELEASE
public OamTimerVal SCCP_TIMER_REPEAT_RELEASE
public OamTimerVal SCCP_TIMER_RESET
Constructor Detail |
public SccpTimerProfile(int timerVariant)
Method Detail |
public void initialiseTimers()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |