> 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/sccp-specification.md).

# SCCP Specification

TelcoBridges' implementation of SCCP conforms to the following standards:

* Q.711 - Functional Description of the Signalling Connection Control Part, ITU-T
* Q.712 - Definition and Function of Signalling Connection Control Part Messages, ITU-T
* Q.713 - Signalling Connection Control Part Format and Codes, ITUT
* Q.714 - Signalling Connection Control Part Procedures, ITU-T
* Q.715 - Signalling Connection Control Part User Guide, ITU-T
* Q.716 - Signalling Connection Control Part Performance, ITU-T
* Q.752 - Monitoring and Measurements for Signalling System No. 7 Networks, ITU-T
* Q.786 - SCCP Test Specification, ITU-T
* T1.112.1 - Functional Description of the Signalling Connection Control Part, ANSI
* T1.112.2 - Definition and Functions of Signalling Connection Control Part Messages, ANSI
* T1.112.3 - Signalling Connection Control Part Formats and Codes, ANSI
* T1.112.4 - Signalling Connection Control Part Procedures, ANSI
* T1.112.5 - Signalling Connection Control Part Performance, ANSI
* T1.112.1 - Functional Description of the Signalling Connection Control Part, Telcordia
* T1.112.2 - Definition and Functions of Signalling Connection Control Part Messages, Telcordia
* T1.112.3 - Signalling Connection Control Part Formats and Codes, Telcordia
* T1.112.4 - Signalling Connection Control Part Procedures, Telcordia
* T1.112.5 - Signalling Connection Control Part Performance, Telcordia
* China (1994) SCCP Specification
* JT-Q711 Summary: Functional Description of the Signalling Connection Control Part
* JT-Q712 Summary: Definition and Functions of Signalling Connection Control Part
* JT-Q713 Summary: Signalling Connection Control Part Formats and Codes
* JT-Q714 Summary: Signalling Connection Control Part Procedures
* GSM 08.06 Release 99 Version 8.0.0 - Signalling Transport Mechanism Specification for the Base Station System - Mobile-Service Switching Centre (BSS - MSC) Interface

SCCP can support different protocol variants:

* ITU (used for ITU88, ITU92, and ITU96)
* ANSI (used for ANSI88, ANSI92, and ANSI96)
* TELCORDIA (GR246-CORE Issue 5 December 2000)
* CHINA 1994
* ETSI GSM 08.06 Release 99 Version 8.0.0
* JAPAN, JT-Q711...JT-Q714 (available?)


---

# 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/sccp-specification.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.
