|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the specified timers for the SCCP Protocol Layer. When this SccpTimerProfile is created, the corresponding OamTimerVals should be created for each Timer with the correct min, max and default values set. The Timer values are based on the ITU and ANSI Standards.
Whenever the Protocol variant of the Protocol Layer is changed, the max, min, and default values should be automatically changed.
The comments for each Timer defined within this Timer Profile identify the default values for that Timer.
When the value of any of a timer (t) defined for this SccpTimerProfile is changed,
an SccpAlarmEvent should be sent to all registered SccpAlarmListeners.
The SccpAlarmEvent (event) should have the following characterics:
There are no statistics that can be collected for this MO
The following Alarms can be emitted by this MO
The following Errors can be emitted by this MO
Field Summary | |
static OamTimerVal |
SCCP_TIMER_CONNECT
Timer Connect - Waiting for connection confirm message [ITU & ANSI]. |
static OamTimerVal |
SCCP_TIMER_COORD_CHG
Out-of-service Grant Timer - Waiting for grant for subsystem to go out-of-service. |
static OamTimerVal |
SCCP_TIMER_GUARD
Timer Guard - Waiting to resume normal procedure for temporary connection sections during the restart procedure [ITU & ANSI]. |
static OamTimerVal |
SCCP_TIMER_IAR
Timer IAR - Waiting to receive a message on a connection section [ITU & ANSI]. |
static 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 & ANSI]. |
static OamTimerVal |
SCCP_TIMER_IGNORE_SST
Ignore SST Timer - Delay for subsystem between receiving grant to go out-of-service and actually going out of service [ANSI]. |
static 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]. |
static 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]. |
static OamTimerVal |
SCCP_TIMER_RELEASE
Timer Release - Waiting for release complete message [ITU & ANSI]. |
static 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]. |
static OamTimerVal |
SCCP_TIMER_RESET
Reset Timer - Waiting to release temporary connection section or alert maintenance function after reset request message is sent [ITU & ANSI]. |
static OamTimerVal |
SCCP_TIMER_RTG_STAT_INFO
Routing Stat Info Timer - Delay between requests for subsystem routing status information [ANSI]. |
Fields inherited from class java.io.Serializable |
serialVersionUID |
Methods inherited from interface jain.protocol.ss7.oam.OamTimerProfile |
initialiseTimers |
Methods inherited from interface jain.protocol.ss7.oam.sccp.SccpManagedObject |
addSccpAlarmListener,
addSccpErrorListener,
removeSccpAlarmListener,
removeSccpErrorListener |
Methods inherited from interface jain.protocol.ss7.oam.OamManagedObject |
addPropertyChangeListener,
addVetoableChangeListener,
getName,
getObjectId,
getProprietaryInformation,
removePropertyChangeListener,
removeVetoableChangeListener,
setName |
Field Detail |
public static final OamTimerVal SCCP_TIMER_CONNECT
Timer ID: 301
Reference: ITU Q.714, Section C.4
Default Values:
ITU & ANSI - Min: 360000 ms, Max: 720000 ms, Default: 540000 ms
public static final OamTimerVal SCCP_TIMER_GUARD
Timer ID: 302
Reference: ITU Q.714, Section C.4, T1.112.4, Section 6.8
Default Values:
ITU & ANSI - Min: 82000000 ms, Max: 90000000 ms, Default: 86000000 ms
public static final OamTimerVal SCCP_TIMER_IAR
Timer ID: 303
Reference: ITU Q.714, Section C.4, T1.112.4, Section 6.8
Default Values:
ITU & ANSI - Min: 39600000 ms, Max: 75600000 ms, Default: 62600000 ms
public static final OamTimerVal SCCP_TIMER_IAS
Timer ID: 304
Reference: ITU Q.714, Section C.4, T1.112.4, Section 6.8
Default Values:
ITU & ANSI - Min: 1800000 ms, Max: 3600000 ms, Default: 2400000 ms
public static final OamTimerVal SCCP_TIMER_INT
Timer ID: 305
Reference: ITU Q.714, Section C.4
Default Values:
ITU - Min: 0 ms, Max: 1000 ms, Default: 500 ms
public static final OamTimerVal SCCP_TIMER_REASSEMBLY
Timer ID: 306
Reference: ITU Q.714, Section C.4, T1.112.4, Section 6.8
Default Values:
ITU - Min: 10000 ms, Max: 20000 ms, Default: 15000 ms
public static final OamTimerVal SCCP_TIMER_RELEASE
Timer ID: 307
Reference: ITU Q.714, Section C.4
Default Values:
ITU & ANSI - Min: 10000 ms, Max: 20000 ms, Default: 1500 ms
public static final OamTimerVal SCCP_TIMER_REPEAT_RELEASE
Timer ID: 308
Reference: ITU Q.714, Section C.4
Default Values:
ITU - Min: 10000 ms, Max: 20000 ms, Default: 1500 ms
public static final OamTimerVal SCCP_TIMER_RESET
Timer ID: 309
Reference: ITU Q.714, Section C.4, T1.112.4, Section 6.8
Default Values:
ITU & ANSI - Min: 10000 ms, Max: 20000 ms, Default: 15000 ms
public static final OamTimerVal SCCP_TIMER_COORD_CHG
Timer ID: 309
Reference: T1.112.4, Section 6.8
Default Values:
ANSI - Min: not specified, Max: not specified, Default: 30,000 ms
public static final OamTimerVal SCCP_TIMER_IGNORE_SST
Timer ID: 309
Reference: T1.112.4, Section 6.8
Default Values:
ANSI - Min: not specified, Max: not specified, Default: 30,000 ms
public static final OamTimerVal SCCP_TIMER_RTG_STAT_INFO
Timer ID: 309
Reference: T1.112.4, Section 6.8
Default Values:
ANSI - Min: not specified, Max: not specified, Default: 30,000 ms
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |