What are SS7 SGC notifications?
Notifications in the SS7 SGC stack alert the administrator about infrequent major events. Subsystems in the SS7 SGC stack emit notifications upon detecting an error condition or an event of high importance.
Management clients may use either Java JMX MBean or SNMP trap/notifications to receive notifications emitted by the SS7 SGC stack.
Below are descriptions of:
You can review the history of emitted notifications using commands exposed by the Command-Line Management Console, which is distributed with the SGC SS7 stack.
How are notifications different from alarms?
Notifications are very similar to Alarms in the SGC stack:
-
Notifications have attributes (general and notification type-specific attributes).
-
The SGC stack stores a history of emitted notifications.
The difference is that notifications are emitted (sent) whenever a particular event occurs; and there is no notion of active notifications or a notification being cleared. |
Generic notification attributes
Notification attributes represent information about events that result in a notification being emitted. Each notification type has the following generic attributes, plus a group of attributes specific to that notification type (described in the following sections).
Attribute | Description |
---|---|
|
unique notification identifier |
|
name of notification type |
|
notification severity:
|
|
timestamp when the event occurred |
|
comma-separated list of |
|
short description of the notification |
|
longer description of the notification. |
Notification types
This section describes all notification types that can be emitted by the SGC cluster:
mtpDecodeErrors
This notification contains information about the number of badly formatted messages at the MTP layer and the number of messages directed to an unsupported MTP user. This notification is emitted periodically, with a summary of the number of errors in that period. It is not emitted if there are no errors.
The following table shows the basic attributes emitted with this notification:
Attribute | Description | Values of constants |
---|---|---|
|
unique notification identifier |
|
|
name of notification type |
|
|
notification severity |
|
|
timestamp when the event occurred |
|
|
short description of the notification |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following notification-specific parameters:
Attribute | Description |
---|---|
|
the affected node |
|
name of affected connection |
|
number of message decode failures during report interval |
|
number of messages with unsupported user part during report interval |
This notification’s extended parameters have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long description of the notification |
This notification contains information about the number of badly formatted messages at the MTP layer and the number of messages directed to an unsupported MTP user. This notification is emitted periodically, with a summary of the number of errors in that period. It is not emitted if there are no errors. |
sccpDecodeErrors
This notification contains information about the number of badly formatted messages at the SCCP layer and the number of messages directed to a prohibited SSN. This notification is emitted periodically, with a summary of the number of errors in that period. It is not emitted if there are no errors.
The following table shows the basic attributes emitted with this notification:
Attribute | Description | Values of constants |
---|---|---|
|
unique notification identifier |
|
|
name of notification type |
|
|
notification severity |
|
|
timestamp when the event occurred |
|
|
short description of the notification |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following notification-specific parameters:
Attribute | Description |
---|---|
|
affected node |
|
number of message decode failures during report interval |
|
number of messages directed to prohibited SSN during report interval |
This notification’s extended parameters have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long description of the notification |
This notification contains information about the number of badly formatted messages at the SCCP layer and the number of messages directed to a prohibited SSN. This notification is emitted periodically, with a summary of the number of errors in that period. It is not emitted if there are no errors. |
tcapDecodeErrors
This notification contains information about the number of badly formatted TCAP messages and the number of messages that the SGC is unable to forward to a TCAP stack (CGIN RA). This notification is emitted periodically, with a summary of the number of errors in that period. It is not emitted if there are no errors.
The following table shows the basic attributes emitted with this notification:
Attribute | Description | Values of constants |
---|---|---|
|
unique notification identifier |
|
|
name of notification type |
|
|
notification severity |
|
|
timestamp when the event occurred |
|
|
short description of the notification |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following notification-specific parameters:
Attribute | Description |
---|---|
|
affected node |
|
number of message decode failures during report interval |
|
number of messages that the SGC was unable to forward to a TCAP stack |
This notification’s extended parameters have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long description of the notification |
This notification contains information about the number of badly formatted TCAP messages and the number of messages that the SGC is unable to forward to a TCAP stack (CGIN RA). This notification is emitted periodically, with a summary of the number of errors in that period. It is not emitted if there are no errors. |
tcapStackRegister
This notification is emitted whenever a TCAP stack registers with the SGC.
The following table shows the basic attributes emitted with this notification:
Attribute | Description | Values of constants |
---|---|---|
|
unique notification identifier |
|
|
name of notification type |
|
|
notification severity |
|
|
timestamp when the event occurred |
|
|
short description of the notification |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following notification-specific parameters:
Attribute | Description |
---|---|
|
registered SSN |
|
affected node |
|
IP address of the stack |
|
allocated transaction prefix |
This notification’s extended parameters have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long description of the notification |
This notification is emitted whenever a TCAP stack registers with the SGC. |
tcapStackUnregister
This notification is emitted whenever a TCAP stack deregisters from the SGC.
The following table shows the basic attributes emitted with this notification:
Attribute | Description | Values of constants |
---|---|---|
|
unique notification identifier |
|
|
name of notification type |
|
|
notification severity |
|
|
timestamp when the event occurred |
|
|
short description of the notification |
|
Additionally, the parameters
attribute is a basic attribute consisting of a comma-separated list of key=value
pairs containing the following notification-specific parameters:
Attribute | Description |
---|---|
|
registered SSN |
|
affected node |
|
IP address of the stack |
|
allocated transaction prefix |
This notification’s extended parameters have the following fixed values:
Attribute | Description | Value |
---|---|---|
|
long description of the notification |
This notification is emitted whenever a TCAP stack deregisters from the SGC. |