> 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/sigtran-m2ua.md).

# SIGTRAN M2UA

The SIGTRAN M2UA (Message Transfer Part 2 User Adaptation Layer) is used to interface the [MTP2](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/mtp2/README.md) of the signaling gateway to the [MTP3](https://github.com/telcobridges-main/tmedia-wiki/tree/main/reference/protocols/mtp3/README.md) of a media gateway controller (MGC). M2UA can also be seen as way to extend an MTP2 link. An M2UA link is always bound to an MTP2 link.

The following diagram illustrates the setup using M2UA:

![m2ua\_setup2.png](https://docs.telcobridges.com/w/images/4/46/M2ua_setup2.png)

The M2UA layer can interface with either a NIF (Nodal Inter-working Function) or an MTP3 layer; therefore, M2UA has two modes of operation. Furthermore, Toolpack can configure M2UA in both modes.

### TelcoBridges and M2UA

TelcoBridges supports M2UA as part of its [SIGTRAN](https://telcobridges.com/media-gateways/solutions/signaling/migrating-ss7-sigtran/) implementation.

### Sigtran use cases

You can see some use cases for Sigtran here: [Sigtran use cases](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/use-cases/use-cases-sigtran-configuration/README.md)

### Configuration

*
* [M2UA configuration v3.0](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/configuration/tmedia-tdev-and-tsig-web-portal-3-0-protocol-stacks/README.md#m2ua)

\- \[M2UA configuration v2.10]\(/tmedia/configuration/tmedia-tdev-and-tsig-web-portal-2-10-protocol-stacks#m2ua) - \[M2UA configuration v2.9]\(/tmedia/configuration/web-portal-2-9-protocol-stacks#m2ua) - \[M2UA configuration v2.8]\(/tmedia/configuration/web-portal-2-8-protocol-stacks#m2ua) - \[M2UA configuration v2.7]\(/tmedia/configuration/tmedia-tsig-and-tdev-web-portal-2-7-tutorial-guide#m2ua)

### References

* [Article at Protocols.com](http://www.protocols.com/pbook/sigtran.htm#m2ua)
* RFC 3331 Signaling System 7 (SS7) Message Transfer Part 2 (MTP2) - User Adaptation Layer

### Other links

* [M3UA configurations](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/use-cases/use-cases-m3ua-configuration/README.md)


---

# 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/sigtran-m2ua.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.
