HNBGW-HNBAP Schema Statistics

The HNBGW-HNBAP schema provides operational statistics that can be used for monitoring and troubleshooting the following products: HNB-GW.

This schema provides the following types of statistics:
  • Counter: A counter records incremental data cumulatively and rolls over when the counter limit is reached. All counter statistics are cumulative and reset only by one of the following methods: roll-over when limit is reached, after a system restart, or after a clear command is performed. The limit depends upon the data type.
  • Gauge: A gauge statistic indicates a single value; a snapshot representation of a single point in time within a defined time frame. The gauge changes to a new value with each snapshot though a value may repeat from one period to the next. The limit depends upon the data type.
  • Information: This type of statistic provides information, often intended to differentiate sets of statistics; for example, a VPN name or IP address. The type of information provided depends upon the data type.
The data type defines the format of the data for the value provided by the statistic. The following data types are used in statistics for this schema:
  • Int32/Int64: An integer, either 32-bit or 64-bit: For statistics with the Int32 data type, the roll-over to zero limit is 4,294,967,295. For statistics with the Int64 data type, the roll-over to zero limit is 18,446,744,073,709,551,615.
  • Float: A numeric value that can be represented fractionally; for example, 1.345.
  • String: A series of ASCII alphanumeric characters in a single grouping, usually pre-configured.

IMPORTANT:

Unless otherwise indicated, all statistics are counters and all statistics are standards-based.

Key Variables: Every schema has some variables which are typically referred to as 'key variables'. These key variables provide index markers to identify which object the statistics apply to. For example, in the card schema, the card number (variable %card%) uniquely identifies a card. For an HA service, the keys would be "%vpnname%" plus "%servname%", as the combination uniquely identifies an HA service. So, in a given measurement interval, one row of statistics will be generated per unique key. The schema keys are identified in the Description section of the table.


Table 1. Bulk Statistic Variables in the HNBGW-HNBAP Schema
Variables Description Data Type

HNBGW-HNBAP

vpnname

Indicates the name of the context in which HNB-GW service is configured.

This is a key variable.

String

vpnid

Indicates the identity number of the context in which HNB-GW service is configured.

This is a key variable.

String

servname

Indicates the name of the HNB-GW service for which statistics are collected.

This is a key variable.

String

registered-hnb

Indicates the total number of registered HNBs.

Trigger: Changes when HNB is successfully registered with HNB-GW.

Availability: Across all HNB-GW Services

Type: Gauge

Unsigned Int32

registered-ue

Indicates the total number of registered UEs.

Trigger: Changes when UE is successfully registered with HNB-GW.

Availability: Across all HNB-GW Services

Type: Gauge

Unsigned Int32

ue-with-ps-conn

Indicates the total number of UEs with PS connection.

Trigger: Changes when PS connection is established with HNB-GW for a UE.

Availability: Across all HNB-GW Services

Type: Gauge

Unsigned Int32

ue-with-cs-conn

Indicates the total number of UEs with CS connection.

Trigger: Changes when CS connection is established with HNB-GW for a UE.

Availability: Across all HNB-GW Services

Type: Gauge

Unsigned Int32

ue-with-ps-cs-conn

Indicates the total number of UEs with PS and CS connection.

Trigger: Changes when PS and CS connections are established with HNB-GW for a UE.

Availability: Across all HNB-GW Services

Type: Gauge

Unsigned Int32

idle-ue

Indicates the total number of Idle UEs.

Trigger: Changes when UE is registered with HNB-GW, but no CS and/or PS connection is established with HNB-GW for this UE.

Availability: Across all HNB-GW Services

Type: Gauge

Unsigned Int32

hnb-reg-req-rx

Indicates the total number of HNB Register Request message received.

Trigger: Increases when HNB Register Request message is received by HNB-GW.

Availability: Across all HNB-GW Services

Unsigned Int32

hnb-reg-acc-tx

Indicates the total number of HNB Register Accept message transmitted.

Trigger: Increases when HNB Register Accept message is transmitted by HNB-GW.

Availability: Across all HNB-GW Services

Unsigned Int32

hnb-reg-rej-tx

Indicates the total number of HNB Register Reject message transmitted.

Trigger: Increases when HNB Register Reject message is transmitted by HNB-GW.

Availability: Across all HNB-GW Services

Unsigned Int32

hnb-reg-rej-unauth-loc

Indicates the total number of HNB Register Reject message transmitted with cause - Unauthorized Location.

Trigger: Increases when HNB Register Reject message is transmitted by HNB-GW with cause - Unauthorized Location.

Availability: Across all HNB-GW Services

Unsigned Int32

hnb-reg-rej-unauth-hnb

Indicates the total number of HNB Register Reject message transmitted with cause - Unauthorized HNB.

Trigger: Increases when HNB Register Reject message is transmitted by HNB-GW with cause - Unauthorized HNB.

Availability: Across all HNB-GW Services

Unsigned Int32

hnb-reg-rej-overload

Indicates the total number of HNB Register Reject message transmitted with cause - Overload.

Trigger: Increases when HNB Register Reject message is transmitted by HNB-GW with cause - Overload.

Availability: Across all HNB-GW Services

Unsigned Int32

hnb-reg-rej-hnb-param-mismatch

Indicates the total number of HNB Register Reject message transmitted with cause - HNB Parameter Mismatch.

Trigger: Increases when HNB Register Reject message is transmitted by HNB-GW with cause - HNB Parameter Mismatch.

Availability: Across all HNB-GW Services

Unsigned Int32

hnb-reg-rej-unspecified

Indicates the total number of HNB Register Reject message transmitted with cause - Unspecified.

Trigger: Increases when HNB Register Reject message is transmitted by HNB-GW with cause - Unspecified.

Availability: Across all HNB-GW Services

Unsigned Int32

ue-reg-req-rx

Indicates the total number of UE Register Request message received.

Trigger: Increases when UE Register Request message is received by HNB-GW.

Availability: Across all HNB-GW Services

Unsigned Int32

ue-reg-cause-emergency

Indicates the total number of UE Register Request message received with Registration cause - Emergency.

Trigger: Increases when UE Register Request message is received by HNB-GW with Registration cause - Emergency.

Availability: Across all HNB-GW Services

Unsigned Int32

ue-reg-cause-normal

Indicates the total number of UE Register Request message received with Registration cause - Normal.

Trigger: Increases when UE Register Request message is received by HNB-GW with Registration cause - Normal.

Availability: Across all HNB-GW Services

Unsigned Int32

ue-reg-acc-tx

Indicates the total number of UE Register Accept message transmitted.

Trigger: Increases when UE Register Accept message is transmitted by HNB-GW.

Availability: Across all HNB-GW Services

Unsigned Int32

ue-reg-rej-tx

Indicates the total number of UE Register Reject message transmitted.

Trigger: Increases when UE Register Reject message is transmitted by HNB-GW.

Availability: Across all HNB-GW Services

Unsigned Int32

ue-reg-rej-invalid-ue-id

Indicates the total number of UE Register Reject message transmitted with cause - Invalid UE Identity.

Trigger: Increases when UE Register Reject message is transmitted by HNB-GW with cause - Invalid UE Identity.

Availability: Across all HNB-GW Services

Unsigned Int32

ue-reg-rej-ue-not-allowed-on-hnb

Indicates the total number of UE Register Reject message transmitted with cause - UE not allowed on HNB.

Trigger: Increases when UE Register Reject message is transmitted by HNB-GW with cause - UE not allowed on HNB.

Availability: Across all HNB-GW Services

Unsigned Int32

ue-reg-rej-hnb-not-reg

Indicates the total number of UE Register Reject message transmitted with cause - HNB not registered.

Trigger: Increases when UE Register Reject message is transmitted by HNB-GW with cause - HNB not registered.

Availability: Across all HNB-GW Services

Unsigned Int32

ue-reg-rej-unspecified

Indicates the total number of UE Register Reject message transmitted with cause - Unspecified.

Trigger: Increases when UE Register Reject message is transmitted by HNB-GW with cause - Unspecified.

Availability: Across all HNB-GW Services

Unsigned Int32

hnb-dereg-rx

Indicates the total number of HNB De-register message received.

Trigger: Increases when HNB De-register message is received by HNB-GW.

Availability: Across all HNB-GW Services

Unsigned Int32

hnb-dereg-rx-normal

Indicates the total number of HNB De-register message received with cause - Normal.

Trigger: Increases when HNB De-register message is received by HNB-GW with cause - Normal.

Availability: Across all HNB-GW Services

Unsigned Int32

hnb-dereg-rx-unspecified

Indicates the total number of HNB De-register message received with cause - Unspecified.

Trigger: Increases when HNB De-register message is received by HNB-GW with cause - Unspecified.

Availability: Across all HNB-GW Services

Unsigned Int32

hnb-dereg-tx

Indicates the total number of HNB De-register message transmitted.

Trigger: Increases when HNB De-register message is transmitted by HNB-GW.

Availability: Across all HNB-GW Services

Unsigned Int32

hnb-dereg-tx-overload

Indicates the total number of HNB De-register message transmitted with cause - Overload.

Trigger: Increases when HNB De-register message is transmitted by HNB-GW with cause - Overload.

Availability: Across all HNB-GW Services

Unsigned Int32

hnb-dereg-tx-unspecified

Indicates the total number of HNB De-register message transmitted with cause - Unspecified.

Trigger: Increases when HNB De-register message is transmitted by HNB-GW with cause - Unspecified.

Availability: Across all HNB-GW Services

Unsigned Int32

ue-dereg-rx

Indicates the total number of UE De-register message received.

Trigger: Increases when UE De-register message is received by HNB-GW.

Availability: Across all HNB-GW Services

Unsigned Int32

ue-dereg-rx-conn-with-ue-lost

Indicates the total number of UE De-register message received with cause - Connection with UE lost.

Trigger: Increases when UE De-register message is received by HNB-GW with cause - Connection with UE lost.

Availability: Across all HNB-GW Services

Unsigned Int32

ue-dereg-rx-ue-rrc-rel

Indicates the total number of UE De-register message received with cause - UE RRC Release.

Trigger: Increases when UE De-register message is received by HNB-GW with cause - UE RRC Release.

Availability: Across all HNB-GW Services

Unsigned Int32

ue-dereg-rx-unspecified

Indicates the total number of UE De-register message received with cause - Unspecified.

Trigger: Increases when UE De-register message is received by HNB-GW with cause - Unspecified.

Availability: Across all HNB-GW Services

Unsigned Int32

ue-dereg-rx-ue-relocated

Indicates the total number of UE De-register message received with cause - UE Relocated.

Trigger: Increases when UE De-register message is received by HNB-GW with cause - UE Relocated.

Availability: Across all HNB-GW Services

Unsigned Int32

ue-dereg-tx

Indicates the total number of UE De-register message transmitted.

Trigger: Increases when UE De-register message is transmitted by HNB-GW.

Availability: Across all HNB-GW Services

Unsigned Int32

ue-dereg-tx-ue-reg-in-another-hnb

Indicates the total number of UE De-register message transmitted with cause - UE registered in another HNB.

Trigger: Increases when UE De-register message is transmitted by HNB-GW with cause - UE registered in another HNB.

Availability: Across all HNB-GW Services

Unsigned Int32

ue-dereg-tx-unspecified

Indicates the total number of UE De-register message transmitted with cause - Unspecified.

Trigger: Increases when UE De-register message is transmitted by HNB-GW with cause - Unspecified.

Availability: Across all HNB-GW Services

Unsigned Int32

cs-rab-conn

Indicates the total number of radio access bearer connection in CS domain.

Trigger: Changes when a RAB established a connection in CS domain.

Availability: Across all HNB-GW Services

Unsigned Int32

ps-rab-conn

Indicates the total number of radio access bearer connection in PS domain.

Trigger: Changes when a RAB established a connection in PS domain.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx

Indicates the total number of Error Indication message received.

Trigger: Increases when Error Indication message is received by HNB-GW.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-overload

Indicates the total number of Error Indication message received with Radio Network Layer cause -Overload.

Trigger: Increases when Error Indication message is received by HNB-GW with Radio Network Layer cause -Overload.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-unauth-loc

Indicates the total number of Error Indication message received with Radio Network Layer cause - Unauthorized Location.

Trigger: Increases when Error Indication message is received by HNB-GW with Radio Network Layer cause - Unauthorized Location.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-unauth-hnb

Indicates the total number of Error Indication message received with Radio Network Layer cause - Unauthorized HNB.

Trigger: Increases when Error Indication message is received by HNB-GW with Radio Network Layer cause - Unauthorized HNB.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-hnb-param-mismatch

Indicates the total number of Error Indication message received with Radio Network Layer cause - HNB Parameter mismatch.

Trigger: Increases when Error Indication message is received by HNB-GW with Radio Network Layer cause - HNB Parameter mismatch.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-invalid-ue-id

Indicates the total number of Error Indication message received with Radio Network Layer cause - Invalid UE Identity.

Trigger: Increases when Error Indication message is received by HNB-GW with Radio Network Layer cause - Invalid UE Identity.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-ue-not-allowed-on-this-hnb

Indicates the total number of Error Indication message received with Radio Network Layer cause - UE not allowed on this HNB.

Trigger: Increases when Error Indication message is received by HNB-GW with Radio Network Layer cause - UE not allowed on this HNB.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-ue-unauth

Indicates the total number of Error Indication message received with Radio Network Layer cause - UE unauthorized.

Trigger: Increases when Error Indication message is received by HNB-GW with Radio Network Layer cause - UE unauthorized.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-conn-with-ue-lost

Indicates the total number of Error Indication message received with Radio Network Layer cause - Connection with UE lost.

Trigger: Increases when Error Indication message is received by HNB-GW with Radio Network Layer cause - Connection with UE lost.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-ue-rrc-rel

Indicates the total number of Error Indication message received with Radio Network Layer cause - UE RRC Release.

Trigger: Increases when Error Indication message is received by HNB-GW with Radio Network Layer cause - UE RRC Release.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-hnb-not-reg

Indicates the total number of Error Indication message received with Radio Network Layer cause - HNB not registered.

Trigger: Increases when Error Indication message is received by HNB-GW with Radio Network Layer cause - HNB not registered.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-rnl-unspecified

Indicates the total number of Error Indication message received with Radio Network Layer cause - Unspecified.

Trigger: Increases when Error Indication message is received by HNB-GW with Radio Network Layer cause - Unspecified.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-normal

Indicates the total number of Error Indication message received with Radio Network Layer cause - Normal.

Trigger: Increases when Error Indication message is received by HNB-GW with Radio Network Layer cause - Normal.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-ue-relocated

Indicates the total number of Error Indication message received with Radio Network Layer cause - UE relocated.

Trigger: Increases when Error Indication message is received by HNB-GW with Radio Network Layer cause - UE relocated.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-ue-reg-in-another-hnb

Indicates the total number of Error Indication message received with Radio Network Layer cause - UE registered in another HNB.

Trigger: Increases when Error Indication message is received by HNB-GW with Radio Network Layer cause - UE registered in another HNB.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-trans-res-unavailable

Indicates the total number of Error Indication message received with Transport Layer cause - Transport resource unavailable.

Trigger: Increases when Error Indication message is received by HNB-GW with Transport Layer cause - Transport resource unavailable.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-trans-unspecified

Indicates the total number of Error Indication message received with Transport Layer cause - Unspecified.

Trigger: Increases when Error Indication message is received by HNB-GW with Transport Layer cause - Unspecified.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-trans-syn-err

Indicates the total number of Error Indication message received with Protocol Layer cause - Transfer syntax error.

Trigger: Increases when Error Indication message is received by HNB-GW with Protocol Layer cause - Transfer syntax error.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-abs-syn-err-rej

Indicates the total number of Error Indication message received with Protocol Layer cause - Abstract syntax error (Reject).

Trigger: Increases when Error Indication message is received by HNB-GW with Protocol Layer cause - Abstract syntax error (Reject).

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-abs-syn-err-ign-notify

Indicates the total number of Error Indication message received with Protocol Layer cause - Abstract syntax error (Ignore and Notify).

Trigger: Increases when Error Indication message is received by HNB-GW with Protocol Layer cause - Abstract syntax error (Ignore and Notify).

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-msg-not-comp-with-rcvr-state

Indicates the total number of Error Indication message received with Protocol Layer cause - Msg not compatible with receiver state.

Trigger: Increases when Error Indication message is received by HNB-GW with Protocol Layer cause - Msg not compatible with receiver state.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-semantic-err

Indicates the total number of Error Indication message received with Protocol Layer cause - Semantic error.

Trigger: Increases when Error Indication message is received by HNB-GW with Protocol Layer cause - Semantic error.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-prot-unspecified

Indicates the total number of Error Indication message received with Protocol Layer cause - Unspecified.

Trigger: Increases when Error Indication message is received by HNB-GW with Protocol Layer cause - Unspecified.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-abs-syn-err-falsely-construct-msg

Indicates the total number of Error Indication message received with Protocol Layer cause - Abstract syntax error (Falsely constructed msg).

Trigger: Increases when Error Indication message is received by HNB-GW with Protocol Layer cause - Abstract syntax error (Falsely constructed msg).

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-processing-overload

Indicates the total number of Error Indication message received with Miscellaneous cause - Processing Overload.

Trigger: Increases when Error Indication message is received by HNB-GW with Miscellaneous cause - Processing Overload.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-hw-failure

Indicates the total number of Error Indication message received with Miscellaneous cause - Hardware Failure.

Trigger: Increases when Error Indication message is received by HNB-GW with Miscellaneous cause - Hardware Failure.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-oam-intervention

Indicates the total number of Error Indication message received with Miscellaneous cause - O&M Intervention.

Trigger: Increases when Error Indication message is received by HNB-GW with Miscellaneous cause - O&M Intervention.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-rx-misc-unspecified

Indicates the total number of Error Indication message received with Miscellaneous cause - Unspecified.

Trigger: Increases when Error Indication message is received by HNB-GW with Miscellaneous cause - Unspecified.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx

Indicates the total number of Error Indication message transmitted.

Trigger: Increases when Error Indication message is transmitted by HNB-GW.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-overload

Indicates the total number of Error Indication message transmitted with Radio Network Layer cause -Overload.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Radio Network Layer cause -Overload.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-unauth-loc

Indicates the total number of Error Indication message transmitted with Radio Network Layer cause - Unauthorized Location.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Radio Network Layer cause - Unauthorized Location.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-unauth-hnb

Indicates the total number of Error Indication message transmitted with Radio Network Layer cause - Unauthorized HNB.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Radio Network Layer cause - Unauthorized HNB.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-hnb-param-mismatch

Indicates the total number of Error Indication message transmitted with Radio Network Layer cause - HNB Parameter mismatch.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Radio Network Layer cause - HNB Parameter mismatch.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-invalid-ue-id

Indicates the total number of Error Indication message transmitted with Radio Network Layer cause - Invalid UE Identity.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Radio Network Layer cause - Invalid UE Identity.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-ue-not-allowed-on-this-hnb

Indicates the total number of Error Indication message transmitted with Radio Network Layer cause - UE not allowed on this HNB.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Radio Network Layer cause - UE not allowed on this HNB.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-ue-unauth

Indicates the total number of Error Indication message transmitted with Radio Network Layer cause - UE unauthorized.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Radio Network Layer cause - UE unauthorized.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-conn-with-ue-lost

Indicates the total number of Error Indication message transmitted with Radio Network Layer cause - Connection with UE lost.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Radio Network Layer cause - Connection with UE lost.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-ue-rrc-rel

Indicates the total number of Error Indication message transmitted with Radio Network Layer cause - UE RRC Release.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Radio Network Layer cause - UE RRC Release.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-hnb-not-reg

Indicates the total number of Error Indication message transmitted with Radio Network Layer cause - HNB not registered.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Radio Network Layer cause - HNB not registered.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-rnl-unspecified

Indicates the total number of Error Indication message transmitted with Radio Network Layer cause - Unspecified.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Radio Network Layer cause - Unspecified.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-normal

Indicates the total number of Error Indication message transmitted with Radio Network Layer cause - Normal.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Radio Network Layer cause - Normal.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-ue-relocated

Indicates the total number of Error Indication message transmitted with Radio Network Layer cause - UE relocated.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Radio Network Layer cause - UE relocated.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-ue-reg-in-another-hnb

Indicates the total number of Error Indication message transmitted with Radio Network Layer cause - UE registered in another HNB.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Radio Network Layer cause - UE registered in another HNB.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-trans-res-unavailable

Indicates the total number of Error Indication message transmitted with Transport Layer cause - Transport resource unavailable.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Transport Layer cause - Transport resource unavailable.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-trans-unspecified

Indicates the total number of Error Indication message transmitted with Transport Layer cause - Unspecified.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Transport Layer cause - Unspecified.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-trans-syn-err

Indicates the total number of Error Indication message transmitted with Protocol Layer cause - Transfer syntax error.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Protocol Layer cause - Transfer syntax error.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-abs-syn-err-rej

Indicates the total number of Error Indication message transmitted with Protocol Layer cause - Abstract syntax error (Reject).

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Protocol Layer cause - Abstract syntax error (Reject).

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-abs-syn-err-ign-notify

Indicates the total number of Error Indication message transmitted with Protocol Layer cause - Abstract syntax error (Ignore and Notify).

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Protocol Layer cause - Abstract syntax error (Ignore and Notify).

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-msg-not-comp-with-rcvr-state

Indicates the total number of Error Indication message transmitted with Protocol Layer cause - Msg not compatible with receiver state.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Protocol Layer cause - Msg not compatible with receiver state.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-semantic-err

Indicates the total number of Error Indication message transmitted with Protocol Layer cause - Semantic error.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Protocol Layer cause - Semantic error.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-prot-unspecified

Indicates the total number of Error Indication message transmitted with Protocol Layer cause - Unspecified.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Protocol Layer cause - Unspecified.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-abs-syn-err-falsely-construct-msg

Indicates the total number of Error Indication message transmitted with Protocol Layer cause - Abstract syntax error (Falsely constructed msg).

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Protocol Layer cause - Abstract syntax error (Falsely constructed msg.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-processing-overload

Indicates the total number of Error Indication message transmitted with Miscellaneous cause - Processing Overload.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Miscellaneous cause - Processing Overload.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-hw-failure

Indicates the total number of Error Indication message transmitted with Miscellaneous cause - Hardware Failure.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Miscellaneous cause - Hardware Failure.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-oam-intervention

Indicates the total number of Error Indication message transmitted with Miscellaneous cause - O&M Intervention.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Miscellaneous cause - O&M Intervention.

Availability: Across all HNB-GW Services

Unsigned Int32

err-ind-tx-misc-unspecified

Indicates the total number of Error Indication message transmitted with Miscellaneous cause - Unspecified.

Trigger: Increases when Error Indication message is transmitted by HNB-GW with Miscellaneous cause - Unspecified.

Availability: Across all HNB-GW Services

Unsigned Int32

IMPORTANT:

For information on statistics that are common to all schema see the Statistics and Counters Overview chapter.