> For the complete documentation index, see [llms.txt](https://prosbcdocs.telcobridges.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://prosbcdocs.telcobridges.com/telecom-references/protocols/general-statistics.md).

# General Statistics

General explanation of the general layer SCCP statistics parameters:

* The **No translation address such nature** counter indicates the number of routing failures because of a no translation for address of such nature
* The **No translation specific address** counter indicates the number of routing failures because of a no translation for this specific address
* The **Network failure** counter indicates the number of routing failures because of a network failure (point code unavailable)
* The **Network congestion** counter indicates the number of routing failures because of network congestion
* The **Subsystem failure** counter indicates the number of routing failures because of subsystem failure
* The **Subsystem congestion** counter indicates the number of routing failures because of subsystem congestion
* The **Unequipped** counter indicates the number of routing failures because of unequipped user
* The **Hop violate** counter indicates the number of routing failures because of hop counter violation
* The **Syntax error** counter indicates the number of syntax error
* The **Unknown** counter indicates the number of routing failures because of reason unknown
* The **Subsystem congestion received** counter indicates the number of SCCP / subsystem congested messages received
* The **Prohibited received** counter indicates the number of 'subsystem prohibited' messages received
* The **Unit data transmitted** counter indicates the amount of unit data sent
* The **Unit data service transmitted** counter indicates the amount of unit data service sent
* The **Unit data received** counter indicates the amount of unit data received
* The **Unit data service received** counter indicates the amount of unit data service received
* The **Extended unit data transmitted** counter indicates the amount of extended unit data sent
* The **Extended unit data service transmitted** counter indicates the amount of extended unit data service sent
* The **Extended unit data received** counter indicates the amount of extended unit data received
* The **Extended unit data service received** counter indicates the amount of extended unit data service received
* The **Message handle** counter indicates the total number of messages handled
* The **Message local** counter indicates the total number of messages intended for local subsystems
* The **GTT request** counter indicates the number of messages requiring global address translation
* The **Message transmitted class 0** counter indicates the number of class 0 messages sent
* The **Message transmitted class 1** counter indicates the number of class 1 messages sent
* The **Message received class 0** counter indicates the number of class 0 messages received
* The **Message received class 1** counter indicates the number of class 1 messages received
* The **Long unit data transmitted** counter indicates the amount of long unit data sent
* The **Long unit data service transmitted** counter indicates the amount of long unit data service sent
* The **Long unit data received** counter indicates the amount of long unit data received
* The **Long unit data service received** counter indicates the number of long unit data service messages received
* The **Segmentation error** counter indicates the number of segmentation errors (message too large for segmentation)
* The **Segmentation error fail** counter indicates the number of segmentation failed errors (case of LUDT segmentation at interworking node)
* The **Reassembly error** counter indicates the number of reassembly out of sequence errors (including duplicate segment and non-first segment)
* The **Reassembly error timer expiry** counter indicates the number of reassembly errors timer expiry events
* The **Reassembly error no space** counter indicates the number of reassembly errors (no space for reassembly) events
* The **Inactivity timer expire** counter indicates the number of inactivity timer expire events
* The **Routing failure invalid INS routing request** counter indicates the number of routing failure invalid INS routing requests
* The **Routing failure invalid ISNI routing request** counter indicates the number of routing failure invalid ISNI routing requests
* The **Failure ISNI constrained routing** counter indicates the number of failure ISNI constrained routing events
* The **Failure redundant ISNI routing request** counter indicates the number of failure due to redundant ISNI routing request
* The **Failure ISNI network identifier** counter indicates the number of failures in ISNI identification of network


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://prosbcdocs.telcobridges.com/telecom-references/protocols/general-statistics.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
