jain.protocol.ss7.oam.sccp
Class SccpTimerProfile

java.lang.Object
  |
  +--jain.protocol.ss7.oam.OamTimerProfile
        |
        +--jain.protocol.ss7.oam.sccp.SccpTimerProfile

public class SccpTimerProfile
extends OamTimerProfile

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

SCCP_TIMER_CONNECT

public 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

SCCP_TIMER_GUARD

public 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.

SCCP_TIMER_IAR

public 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

SCCP_TIMER_IAS

public 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

SCCP_TIMER_INT

public 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

SCCP_TIMER_REASSEMBLY

public 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

SCCP_TIMER_RELEASE

public 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

SCCP_TIMER_REPEAT_RELEASE

public 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

SCCP_TIMER_RESET

public 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
Constructor Detail

SccpTimerProfile

public SccpTimerProfile(int timerVariant)
Constructs a new SccpTimerProfile and initialises the Timer vaules with their default values. A maximum, minimum and value will be set for each Timer value along with a default value that lies within the maximum and minimum range.
Method Detail

initialiseTimers

public void initialiseTimers()
Initialises the SCCP timers to their default values. This will set the maximum, minimum and default values for each Timer.


11 October 99
If you have any comments or queries, please mail them to JainOAM@East.Sun.Com

Copyright - 1999 Sun Microsystems