|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the specified timers for the MTP2 Protocol Layer. When this Mtp2TimerProfile is created, the corresponding OamTimerVals should be created for each Timer with the correct min, max and default values set.
Whenever the Protocol variant of the Protocol Layer is changed, the max, min, and default values should be automatically changed.
The Timer values are based on the ITU and ANSI Standards.
Timer Default values are rate-dependent (ITU Q.703 , ANSI T1.111) and therefore should be defaulted to the middle of the min and max range. The comments for each Timer defined within this Timer Profile identify the default values for that Timer.
When the value of a timer (t) defined for this Mtp2TimerProfile is changed,
an Mtp2AlarmEvent should be sent to all registered Mtp2AlarmListeners.
The Mtp2AlarmEvent (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 |
MTP2_TIMER_T1
Alignment ready [ITU & ANSI]. |
static OamTimerVal |
MTP2_TIMER_T2
Not aligned [ITU & ANSI]. |
static OamTimerVal |
MTP2_TIMER_T3
Aligned [ITU & ANSI]. |
static OamTimerVal |
MTP2_TIMER_T4_E
Emergency proving period [ITU & ANSI]. |
static OamTimerVal |
MTP2_TIMER_T4_N
Normal proving period [ITU & ANSI]. |
static OamTimerVal |
MTP2_TIMER_T5
Sending SIB [ITU & ANSI]. |
static OamTimerVal |
MTP2_TIMER_T6
Remote congestion [ITU & ANSI]. |
static OamTimerVal |
MTP2_TIMER_T7
Excessive delay of acknowledgement [ITU & 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.mtp2.Mtp2ManagedObject |
addMtp2AlarmListener,
addMtp2ErrorListener,
removeMtp2AlarmListener,
removeMtp2ErrorListener |
Methods inherited from interface jain.protocol.ss7.oam.OamManagedObject |
addPropertyChangeListener,
addVetoableChangeListener,
getName,
getObjectId,
getProprietaryInformation,
removePropertyChangeListener,
removeVetoableChangeListener,
setName |
Field Detail |
public static final OamTimerVal MTP2_TIMER_T1
Timer ID: 101
Reference: ITU Q.703, Section 12.3 T1.111.3, Section 12.3
Default Values:
ITU - Min: 40000 ms, Max: 50000 ms, Default: 45000 ms
ANSI - Min: 12500 ms, Max: 13500 ms, Default: 13000 ms
public static final OamTimerVal MTP2_TIMER_T2
Timer ID: 102
Reference: ITU Q.703, Section 12.3 T1.111.3, Section 12.3
Default Values:
ITU - Min: 50000 ms, Max: 150000 ms, Default: 100000 ms
ANSI - Min: 11000 ms, Max: 12000 ms. Default: 11500 ms
public static final OamTimerVal MTP2_TIMER_T3
Timer ID: 103
Reference: ITU Q.703, Section 12.3 T1.111.3, Section 12.3
Default Values:
ITU - Min: 1000 ms, Max: 1500 ms, Default: 1250 ms
ANSI - Min: 11000 ms, Max: 12000 ms, Default: 11500 ms
public static final OamTimerVal MTP2_TIMER_T4_E
Timer ID: 104
Reference: ITU Q.703, Section 12.3 T1.111.3, Section 12.3
Default Values:
ITU - Min: 400 ms, Max: 600, Default: 500 ms
ANSI - Min: 540 ms, Max: 600, Default: 580 ms
public static final OamTimerVal MTP2_TIMER_T4_N
Timer ID: 105
Reference: ITU Q.703, Section 12.3 T1.111.3, Section 12.3
Default Values:
ITU - Min: 75000 ms, Max: 95000, Default: 85000 ms
ANSI - Min: 2000 ms, Max: 2500, Default: 2250 ms
public static final OamTimerVal MTP2_TIMER_T5
Timer ID: 106
Reference: ITU Q.703, Section 12.3 T1.111.3, Section 12.3
Default Values:
ITU - Min: 80 ms, Max: 120 ms, Default: 100 ms
ANSI - Min: 80 ms, Max: 120 ms, Default: 100 ms
public static final OamTimerVal MTP2_TIMER_T6
Timer ID: 107
Reference: ITU Q.703, Section 12.3 T1.111.3, Section 12.3
Default Values:
ITU - Min: 3000 ms, Max: 6000 ms, Default: 4500 ms
ANSI - Min: 3000 ms, Max: 6000 ms, Default: 4500 ms
public static final OamTimerVal MTP2_TIMER_T7
Timer ID: 108
Reference: ITU Q.703, Section 12.3 T1.111.3, Section 12.3
Default Values:
ITU - Min: 500 ms, Max: 2000 ms, Default: 1250 ms
ANSI - Min: 500 ms, Max: 2000 ms, Default: 1250 ms
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |