# Concepts of RSP

## Terms

Here is a short overview of some of the abbreviations used in this documentation.

| Abbreviation | Description                                                                                                                                                                                                                                                                                 |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| UICC         | Universal Integrated Circuit Card a.k.a Sim card                                                                                                                                                                                                                                            |
| eUICC        | Embedded UICC                                                                                                                                                                                                                                                                               |
| EID          | eUICC-ID                                                                                                                                                                                                                                                                                    |
| ICCID        | Integrated Circuit Card ID                                                                                                                                                                                                                                                                  |
| MNO          | Mobile Network Operator                                                                                                                                                                                                                                                                     |
| SM-SR        | Subscription Manager Secure Routing. This entity securely delivers the encrypted operator credentials to the SIM and then, once the credentials are installed, remotely manages the SIM thereafter (enable, disable and delete the credentials as necessary during the product’s lifetime). |
| SM-DP        | Subscription Manager Data Preparation. This is the entity which operators use to securely encrypt their operator credentials ready for over the air installation within the SIM.                                                                                                            |
| ISD-R        | Issuer Security Domain Root                                                                                                                                                                                                                                                                 |
| RPS          | Remote Provisioning Specification                                                                                                                                                                                                                                                           |
| mTLS         | Mutual TLS authentication                                                                                                                                                                                                                                                                   |

## Architecture

The picture below shows the standard RSP architecture as taken from the specifications document:

![Source: https://www.gsma.com/newsroom/resources/sgp-02-v3-2-remote-provisioning-architecture-for-embedded-uicc-technical-specification/](/files/-MK9gnIPtjAMDSH0womJ)

### How the RSP Gateway is positioned

![](/files/ytoCDU8Q2ms7azr9xtk1)

The KPN RSP Gateway is a gateway to KPN's ES2 and ES4 interfaces, to allow you to control your own SIM cards and virtual profiles.


---

# 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://docs.kpnthings.com/kpn-things/rsp/getting-started/concepts.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.
