# EPC Interfaces

### Diameter EPC Interfaces

Diameter EPC (Evolved Packet Core) interfaces are used in LTE networks for signaling and control communications. Key interfaces include:

* **S6a**: Between MME and HSS, used for authentication and user profile management.
* **S6d**: Between SGSN and HSS for similar purposes in 2G/3G networks.
* **S13**: Between MME and EIR, for Equipment Identity Check.
* **Gx**: Between PCRF and PCEF, for policy control and charging rules.
* **Rx**: Between PCRF and AF, to transmit application-level session information.

These interfaces ensure seamless network operation and efficient management of user sessions and policies.

### Importance of Diameter EPC Interfaces

These interfaces facilitate critical functions such as:

* **Authentication**: Ensuring that only authorized users can access the network.
* **Policy Management**: Enforcing rules that define how data is prioritized and managed.
* **Roaming**: Allowing users to seamlessly switch between different network operators.
* **Billing**: Collecting data needed for accurate usage-based billing.

Understanding how to configure and troubleshoot these interfaces is essential for network engineers and administrators.


---

# Agent Instructions: 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:

```
GET https://diameter.learn-telecom.com/diameter-interfaces/epc-interfaces.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
