> 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/mtp2-advanced-parameters.md).

# MTP2 Advanced parameters

When creating a MTP2 link, a number of additional, more advanced parameters can be specified:

* [Max Outstanding Frames](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/max-outstanding-frames/README.md)
* [Proving Emergency](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/proving-emergency/README.md)
* [Max Frame Length](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/max-frame-length/README.md)
* [Discard Frame In Congestion](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/discard-frame-in-congestion/README.md)
* [Signal Unit Error Rate Threshold](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/signal-unit-error-rate-threshold/README.md)
* [Alignment Error Rate Emergency Threshold](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/alignment-error-rate-emergency-threshold/README.md)
* [Maximum Alignment Attempt](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/maximum-alignment-attempt/README.md)
* [Flow Control Number Of Message Start](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/flow-control-number-of-message-start/README.md)
* [Flow Control Number Of Message End](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/flow-control-number-of-message-end/README.md)

#### ITU and ANSI common link configurations

The following parameters refer to ITU and ANSI common link specific configurations:

* [Error Correction](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/error-correction/README.md)
* [Normal Proving](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/normal-proving/README.md)
* [Link Status Signal Unit Length](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/link-status-signal-unit-length/README.md)
* [Alignment Error Rate Normal Threshold](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/alignment-error-rate-normal-threshold/README.md)
* [Maximum Number Message Retransmission Cyclic Error Type](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/maximum-number-message-retransmission-cyclic-error-type/README.md)
* [Maximum Number Bytes Retransmission Cyclic Error Type](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/maximum-number-bytes-retransmission-cyclic-error-type/README.md)

#### Screenshot

The following screenshot presents the various advanced parameters for the MTP2 link.

![MTP2 advanced parameters](https://docs.telcobridges.com/w/images/7/79/MTP2-advanced_parameters.jpg)


---

# 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/mtp2-advanced-parameters.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.
