jain.protocol.ss7.oam.mtp2
Interface Mtp2TimerProfileMO


public abstract interface Mtp2TimerProfileMO
extends OamTimerProfile, Mtp2ManagedObject

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 jain.protocol.ss7.oam.OamManagedObject
OBJECTID_CONCERNED_AREA, OBJECTID_GLOBAL_TITLE_ENTRY, OBJECTID_LINK, OBJECTID_LINKSET, OBJECTID_MTP2_SAP, OBJECTID_MTP2_TIMER_PROFILE, OBJECTID_MTP3_SAP, OBJECTID_MTP3_TIMER_PROFILE, OBJECTID_OWN_SIGNALLING_POINT, OBJECTID_ROUTE, OBJECTID_ROUTESET, OBJECTID_SCCP_ENTITY_SET, OBJECTID_SCCP_ROUTING_CONTROL, OBJECTID_SCCP_SAP, OBJECTID_SCCP_TIMER_PROFILE, OBJECTID_SCREENING_TABLE, OBJECTID_TCAP
 
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

MTP2_TIMER_T1

public static final OamTimerVal MTP2_TIMER_T1
Alignment ready [ITU & ANSI].

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


MTP2_TIMER_T2

public static final OamTimerVal MTP2_TIMER_T2
Not aligned [ITU & ANSI].

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


MTP2_TIMER_T3

public static final OamTimerVal MTP2_TIMER_T3
Aligned [ITU & ANSI].

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


MTP2_TIMER_T4_E

public static final OamTimerVal MTP2_TIMER_T4_E
Emergency proving period [ITU & ANSI].

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


MTP2_TIMER_T4_N

public static final OamTimerVal MTP2_TIMER_T4_N
Normal proving period [ITU & ANSI].

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


MTP2_TIMER_T5

public static final OamTimerVal MTP2_TIMER_T5
Sending SIB [ITU & ANSI].

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


MTP2_TIMER_T6

public static final OamTimerVal MTP2_TIMER_T6
Remote congestion [ITU & ANSI].

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


MTP2_TIMER_T7

public static final OamTimerVal MTP2_TIMER_T7
Excessive delay of acknowledgement [ITU & ANSI].

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



06 January 2000
If you have any comments or queries, please mail them to Colm Hayden [JAIN SS7 OAM Edit Lead]

Copyright - 2000 Sun Microsystems