> 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/tmedia-documentation/use-cases/use-cases-m3ua-configuration.md).

# Use Cases: M3UA Configuration

### Applies to

> **Applies to:** Tmedia 3.0, 3.2, 3.3

The following uses cases provide guidance for some specific M3UA configurations.

**Select a use case to learn about its configuration.**

### [Configuring Tmedia and TSG for M3UA SGP with Shared Point Code](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/use-cases/use-case-configuring-tmedia-m3ua-sgp-for-shared-point-code/README.md)

This configuration is a standard signaling gateway from MTP2/MTP3 to M3UA Application Server Process (ASP)

| ![M3UA SGP](https://docs.telcobridges.com/w/images/7/7b/M3UA_SGP.png) |
| --------------------------------------------------------------------- |

### [Configuring Tmedia and TSG for M3UA ASP with Shared Point Code](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/use-cases/use-case-configuring-tmedia-m3ua-asp-for-shared-point-code/README.md)

This configuration is a standard M3UA Application Server Process (ASP)

| ![M3UA ASP](https://docs.telcobridges.com/w/images/5/52/M3UA_ASP.png) |
| --------------------------------------------------------------------- |

### [Configuring Tmedia Gateways for M3UA SGP with IP Point Code](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/use-cases/use-case-configuring-tmedia-gateways-for-m3ua-sgp-with-ip-pc/README.md)

This configuration allows you act as a signaling gateway towards an M3UA ASP

There needs to be a point code defined for the SGP, but is not used externally

| ![Diagram M3UA Shared SGP with IP PC](https://docs.telcobridges.com/w/images/1/16/Diagram_M3UA_Shared_SGP_with_IP_PC.jpg) |
| ------------------------------------------------------------------------------------------------------------------------- |

### [Configuring Tmedia and TSG Gateways for M3UA SGSG Passthrough](https://github.com/telcobridges-main/tmedia-wiki/tree/main/tmedia/use-cases/use-case-configuring-tmedia-and-tsg-gateways-for-m3ua-sgsg-passthrough/README.md)

This configuration allows you to pass transparently all packets destined to the service provider network represented by a Signaling gateway (SGP).

Note that the Point code is shared between the SGSG and the SGP device

| \[\[File:M3ua\_sgsg\_passthrough.png\|800px\|left\|link=Use\_Cases:Configuring\_Tmedia\_Gateways\_for\_M3UA\_SGSG\_Passthrough ]] |
| --------------------------------------------------------------------------------------------------------------------------------- |


---

# 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/tmedia-documentation/use-cases/use-cases-m3ua-configuration.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.
