|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
In the context of IMS (IP Multimedia Subsystem) and SIP (Session Initiation Protocol), User IDs are crucial identifiers that facilitate user authentication, session management, and routing of multimedia services. These identifiers are integral to the functioning of IMS and SIP, as they ensure that the correct user is associated with the correct services, and that signaling messages are appropriately routed. Types of User IDUnderstanding the different types of User IDs in the IP Multimedia Subsystem (IMS) and Session Initiation Protocol (SIP) is essential for grasping how modern communication networks manage user interactions. These User IDs are specialized identifiers that serve various roles, from ensuring secure user authentication to accurately routing calls, messages, and multimedia services. Each type of User ID—whether public, private, temporary, or session-specific—plays a unique role in the seamless operation of communication systems. These identifiers enable the network to not only recognize and differentiate users but also to protect their privacy and maintain the integrity of their communication sessions. By categorizing User IDs into different types, IMS and SIP can efficiently manage the complexities of multiple user identities, dynamic session requirements, and the diverse service needs of users, ensuring a personalized and secure communication experience for all. Private User Identity (IMPI)Private User Identity (IMPI) is essentially the passport of the IMS (IP Multimedia Subsystem) world. It is used strictly by the network to verify who the user is, rather than to show how other people reach that user. It is helpful to explain the IMPI as an internal identity used for trust, validation, and subscription binding, while the public identity is used for actual service reachability. Core Characteristics of IMPI
IMPI vs. IMPU: Key DifferencesIn technical documentation, it is important to clearly distinguish the IMPI from the IMPU (IP Multimedia Public Identity). The IMPI is for network authentication, while the IMPU is for public service identity.
Mapping RelationshipsOne of the most important concepts in a visual tutorial is the one-to-many mapping relationship. A user typically has one unique IMPI, but that IMPI can be associated with multiple IMPUs. This allows a single authenticated device or subscription to support multiple public personas, such as a business number and a personal number linked to the same SIM or subscriber profile. Public User Identity (IMPU)Following up on the private identity, the Public User Identity (IMPU) is the visible counterpart. It is the address that other users and services actually use to reach you in the IMS network. Understanding the IMPUBased on the image provided, the IMPU is the user’s addressable identity within the IMS environment. It is the identity exposed to other users and to application services for actual communication. In practical terms, other users and network services use the IMPU to interact with the subscriber. Its main role is to support routing for calls, messages, and other IMS communications.
In SIP signaling, the IMPU appears in requests such as
Format and StructureThe IMPU is designed to be both human-readable and routable within the SIP infrastructure. It is commonly represented in two main formats.
The IMPI-IMPU RelationshipOne important point for technical documentation is that the relationship between IMPI and IMPU is not one-to-one. A single IMPI, which is the private identity, can be associated with multiple IMPUs, which are the public identities. This gives the subscription flexibility. A single authenticated account can have multiple reachable addresses, such as different phone numbers or SIP addresses, all tied back to the same subscriber identity. P-Preferred-IdentityThe P-Preferred-Identity is a header field in SIP that indicates the user’s preferred identity for outgoing requests. This identity is used by the network when setting the user’s identity in outgoing messages, such as the From header in an INVITE.
The P-Preferred-Identity is a specific SIP header field that gives a user control over their outgoing identity. Usage and Functionality
Summary Comparison
P-Asserted-IdentityThe P-Asserted-Identity is a header field used by the network to assert the identity of the user who is sending a SIP request. It is added by the network after authenticating the user and is trusted by downstream network elements.
The P-Asserted-Identity is a header field added by the network to assert and verify the identity of the person sending the request.
Comparison: Preference vs. Assertion
Contact URIThe Contact URI is the precise address that identifies the specific device being used during a SIP session. While other identities such as the IMPU represent the user, the Contact URI represents the actual device location currently being used for communication. The Contact URI ConceptThe Contact URI acts like a mailing address for a device during a session. It tells the network exactly where the user can be reached for the duration of that communication. Definition and Usage
Format and StructureThe Contact URI is a SIP URI that typically contains two main elements.
Key Comparison: Contact URI vs. IMPU
|
|
Scenario |
Primary Source |
Identity Type |
Relevant Spec |
|---|---|---|---|
|
ISIM |
Dedicated ISIM chip |
Specific / Provisioned |
TS 31.103 |
|
USIM |
Mobile SIM using IMSI |
Derived / Temporary |
TS 24.229 5.1.1.1A |
|
IMC |
Software credentials |
Provisioned |
TS 24.229 5.1.1.1B.1 |
|
None |
Device ID such as IMEI |
Generated / Temporary |
TS 23.003 |
Requirement from 3GPP 23.228
3GPP 23.228 describes about this topic in E.3 Address and identity management concepts. Based on the 3GPP 23.228 requirements, the high-level concept for identity management when a dedicated ISIM application is missing from the UICC is centered on automated derivation from existing mobile credentials.
If the UICC does not contain an ISIM application, The Private User Identity shall be derived from the USIM's IMSI
- The format of the Private User Identity derived from the IMSI is specified in TS 23.003
- A Temporary Public User Identity shall be derived from the USIM's IMSI, and shall be used in SIP registration procedures. The format of the Temporary Public User Identity is specified in TS 23.003
If the UICC does not contain an ISIM application, the network and the UE rely on the USIM's IMSI, which is the International Mobile Subscriber Identity, to generate the IMS identifiers required for IMS registration.
-
Private User Identity (IMPI):
- This must be derived directly from the USIM's IMSI.
- The specific structure and derivation rules are defined in TS 23.003.
-
Temporary Public User Identity (Temporary IMPU):
- Similar to the private identity, a temporary public identity is derived from the USIM's IMSI.
- This temporary identity is mandatory for use during SIP registration procedures.
- The exact format for this temporary IMPU is also governed by TS 23.003.
Why This Matters
This derivation mechanism ensures that a device with a standard 3G, 4G, or 5G SIM card, meaning a USIM, can still access IMS services such as VoLTE or VoNR even if the card was not specifically manufactured with an IMS application, namely an ISIM.
Relationship to Signaling
Once derived, these identities play specific roles in the SIP headers already discussed.
-
The Temporary IMPU is used in the initial
REGISTERrequest. - After registration, the user can use the P-Preferred-Identity header to select a specific identity for outgoing calls when multiple IMPUs are assigned.
- The network then verifies this against the registered data and inserts the P-Asserted-Identity, ensuring that the caller identity is authenticated and helping prevent spoofing.
Which one is used ? IMPI or IMPU ? or MSISDN
The selection of which identity (IMPI, IMPU, or MSISDN) to use during registration often depends on the specific requirements of the Service Provider.
|
Direction |
Message |
Comments |
|
UA-->CSCF |
REGISTER |
REGISTER sip:DOMAIN SIP/2.0 f: <sip:IMPU>; |
|
UA<--CSCF |
401 or 407 |
|
|
UA-->CSCF |
REGISTER |
REGISTER sip:test.3gpp.com SIP/2.0 f: <sip:IMPU>; ... Authorization: Digest uri="sip:DOMAIN", username="IMPI", |
|
UA<--CSCF |
200 OK |
For example : A service provider may set the requirement as follows.
- i) If a provisioned SIM is used, use the first item in IMPU list
- ii) If a non-provisioned SIM is used, use the second item in IMPU list
Requirement from IR 92
IR 92 2.2.1 SIP Registration Procedures specifies as follows.
All IMS public user identities provided in the implicit registration set used for VoLTE by the IMS core network must be alias user identities and must include a Tel URI. The following public user identity must be assigned to the implicit registration set used for VoLTE and it must be used by the UE when registering for VoLTE:
- a) When ISIM is used, the public user identity in the first (or only) record in the Elementary File in the ISIM
- b) The temporary public user identity derived from the IMSI.
No other implicit registration set must be used for VoLTE.
This can be summarized as follows :
VoLTE Public Identity Requirements
For a User Equipment (UE) to successfully register for VoLTE services within the IMS core network, the following rules must be followed:
- Identity Type: All IMS public user identities in the implicit registration set must be alias user identities.
- Mandatory Format: The identities must include a Tel URI.
Source Selection Hierarchy
The specific public user identity that the UE must use when registering for VoLTE is determined by the type of application available on the UICC:
- When ISIM is Available: The UE must use the public user identity found in the first (or only) record in the Elementary File (EF) within the ISIM.
- When ISIM is NOT Available: The UE must use the temporary public user identity derived from the IMSI.
Key Constraints
- Exclusivity: The specification explicitly states that no other implicit registration set must be used for VoLTE.
- Consistency: This ensures that the network and the UE are always aligned on which "face" of the user is being presented for Voice over LTE services, regardless of the underlying hardware.