A.10 Nudm_ReportSMDeliveryStatus API
29.5033GPP5G SystemRelease 18Stage 3TSUnified Data Management Services
openapi: 3.0.0
info:
version: ‘1.2.0-alpha.1’
title: ‘Nudm_ReportSMDeliveryStatus’
description: |
UDM Report SM Delivery Status Service.
© 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
externalDocs:
description: 3GPP TS 29.503 Unified Data Management Services, version 18.0.0
url: ‘https://www.3gpp.org/ftp/Specs/archive/29_series/29.503/’
servers:
– url: ‘{apiRoot}/nudm-rsds/v1’
variables:
apiRoot:
default: https://example.com
description: apiRoot as defined in clause 4.4 of 3GPP TS 29.501.
security:
– oAuth2ClientCredentials:
– nudm-rsds
– {}
paths:
/{ueIdentity}/sm-delivery-status:
post:
summary: Report the SM Delivery Status
operationId: ReportSMDeliveryStatus
tags:
– Report SM Delivery Status
parameters:
– name: ueIdentity
in: path
description: Represents the scope of the UE for which the Service Specific Parameters are authorized. Contains the GPSI of the user or the external group ID.
required: true
schema:
type: string
pattern: ‘^(msisdn-[0-9]{5,15}|.+|extid-[^@]+@[^@]+|extgroupid-[^@]+@[^@]+)$’
requestBody:
content:
application/json:
schema:
$ref: ‘#/components/schemas/SmDeliveryStatus’
required: true
responses:
‘204’:
description: Successful response
‘400’:
$ref: ‘TS29571_CommonData.yaml#/components/responses/400’
‘401’:
$ref: ‘TS29571_CommonData.yaml#/components/responses/401’
‘403’:
$ref: ‘TS29571_CommonData.yaml#/components/responses/403’
‘404’:
$ref: ‘TS29571_CommonData.yaml#/components/responses/404’
‘411’:
$ref: ‘TS29571_CommonData.yaml#/components/responses/411’
‘413’:
$ref: ‘TS29571_CommonData.yaml#/components/responses/413’
‘415’:
$ref: ‘TS29571_CommonData.yaml#/components/responses/415’
‘429’:
$ref: ‘TS29571_CommonData.yaml#/components/responses/429’
‘500’:
$ref: ‘TS29571_CommonData.yaml#/components/responses/500’
‘502’:
$ref: ‘TS29571_CommonData.yaml#/components/responses/502’
‘503’:
$ref: ‘TS29571_CommonData.yaml#/components/responses/503’
default:
description: Unexpected error
components:
securitySchemes:
oAuth2ClientCredentials:
type: oauth2
flows:
clientCredentials:
tokenUrl: ‘{nrfApiRoot}/oauth2/token’
scopes:
nudm-rsds: Access to the nudm-rsds API
schemas:
# COMPLEX TYPES:
SmDeliveryStatus:
description: Represents SM Delivery Status.
type: object
required:
– gpsi
– smStatusReport
properties:
gpsi:
$ref: ‘TS29571_CommonData.yaml#/components/schemas/Gpsi’
smStatusReport:
type: string
# SIMPLE TYPES:
# ENUMS:
Annex B (informative):
Stateless UDMs
Figure B-1 shows a scenario where the stateless UDM receives and processes a request from an NF.
Figure B-1: Stateless UDM
1. The stateless UDM receives a request from an NF. This can be a request to perform an Nudm service, or a Notification that the UDM has previously subscribed to at the NF by means of a service the UDM consumes from the NF. In the later case the NF can be the UDR.
2. The UDM retrieves data from the UDR that are required to process the request. This step can be skipped if the request was a notification from the UDR and contained enough information so that the UDM can process the request.
3. The UDM processes the received request. This can include consuming services from other NFs, consuming services from the UDR (e.g. to update data or subscribe to notifications), and sending notifications to NFs that have subscribed at the UDM to receive notifications, and includes sending the response to the NF (all not shown in the figure).
4. The UDM locally deletes the data retrieved in step 2 and/or received in step 1.
Figure B-2 shows a scenario where an AMF subscribes to notifications of data change (permanent provisioned subscription data) at the stateless UDM. The UDM (UDM 1) stores the subscription to notification in the UE’s context data at the UDR.
Figure B-2: Subscription to notification
1. The stateless UDM 1 receives a subscribe request from an AMF; see clause 5.2.2.3.2.
2.-3 The UDM retrieves UE context data from the UDR to be able to perform required plausibility checks; see 3GPP TS 29.504 [9] clause 5.2.2.2.2.
4. The UDM creates a new sdm subscription at the UDR; see 3GPP TS 29.504 [9] clause 5.2.2.6.3.
5. The UDR sends a 201 Created response containig a subscription ID
6. The UDM send a 201 Created response passing the subscription ID received in step 5 to the AMF.
7. Permanent provisioned Subscription data are modified at the UDR.
8. The UDR selects a suitable UDM and sends a Notification; see 3GPP TS 29.504 [9] clause 5.2.2.8. In addition to the data that have changed, the Notification request message can contain enough (unchanged) information (e.g. the information that has been created in step 4) allowing the UDM to perform step 10 without the need to additionally retrieve information from the UDR.
9. The UDM responds with 204 No Content.
10. The UDM notifies the AMF according to the callback URI of the AMF contained in the Notification received in step 8; see clause 5.2.2.5.2.
11. The AMF responds with 204 No Content.
Figure B-3 shows a scenario where an AMF registers at the stateless UDM. The UDM (UDM 1) stores the registration in the UE’s context data at the UDR. The AMF then requests to update the registration e.g. due to change of PEI. This request is sent to UDM2 which belongs to the same UDM group as UDM1.
Figure B-3: AMF Registration and Update
1. The AMF discovers (by means of NRF query) and selects an UDM and sends the register request;
2.-3 The UDM retrieves UE context data from the UDR e.g. to be able to perform required plausibility checks;
4.-5 The UDM updates UE context data in the UDR. The UDM also performs other actions not shown in the figure, e.g deregister an old AMF, notify a subscribed NEF, …
6. The UDM acknowldeges the AMF registration. The AMF stores the UDM group ID as discovered and selected in step 1. The UDM locally deletes the data retrieved in step 3.
7. The AMF sends an update request (e.g. change of PEI) to one of the available UDMs (UDM2) that belongs to the same UDM group as UDM1.
8.-9. The UDM retrieves UE context data from the UDR e.g. to be able to perform required plausibility checks;
10.-11. The UDM updates UE context data in the UDR.The UDM also performs other actions not shown in the figure, e.g. notify a subscribed NEF, …
12. The UDM sends update response to the AMF and locally deletes the data retrieved in step 9.
NOTE: When a previously received Location Header or Callback URI is used for a subsequent UDM contact, the authority part may need to be replaced to point to the selected UDM.
Figure B-4 shows a scenario where an AF requests a subscription for all UEs (any UE) for a given network event. The NEF discovers all UDM NFs providing the necessary service to perform a bulk subscription. If one or several UDM Group IDs are received, NEF selects only one instance of UDM for each Group ID in order to perform the bulk subscription.
Figure B-4: Any UE Subscription
1. An AF subscribes to a network event (e.g. SUPI-PEI association change) for any UE (i.e. all UEs)
2. The NEF discovers (by means of NRF query) all UDM instances supporting the required service (e.g. nudm-ee). The NEF selects an UDM instance (e.g. UDM 1) from each UDM Group ID discovered (UDM 1 and UDM 2 are in the same UDM Group ID) and sends the subscribe request. The NEF also stores the UDM Group ID information to select a UDM for subsequent subscriptions.
3-4. The UDM retrieves data from the UDR for group of UEs, e.g. to be able to perform required plausibility checks
5-6. The UDM stores data for group of UEs in the UDR.
7. The UDM acknowldeges the NEF subscription request. The UDM locally deletes the data retrieved in step 3.
Steps 7-12 in Figure B-3 are performed. As result of the subscription, NEF is notified by UDM 2 (change of PEI). Subsequently, when the event occurs for any UE (within the SUPI range, if applicable, served by the UDM Group ID), NEF is notified by either UDM1 or UDM 2.
Annex C (informative):
SUCI encoding
The structure of the Subscription Concealed Identifier (SUCI) is defined in 3GPP TS 23.003 [8].
When SUCI needs to be sent as a character string (e.g. as a string in a JSON payload of any of the service operations defined in the APIs defined in this specification), the SUCI is composed as an UTF-8 character string, where the different components are separated by the "minus" character "-" (UTF-8 0x2D).
These components shall be formatted as follows:
1) SUPI Type: a single decimal digit, from 0 to 7, formatted as a single UTF-8 character (UTF-8 0x30 to 0x37)
2) Home Network Identifier.
When the SUPI Type is an IMSI, the Home Network Identifier consists on 2 components: MCC and MNC, separated by the "minus" character; these components are formatted as a string of 3 characters for MCC and a string of 2 or 3 characters for MNC (UTF-8 0x30 to 0x39).
When the SUPI type is a Network Specific Identifier, Global Line Identifier (GLI) or Global Cable Identifier (GCI) the Home Network Identifier consists of a string of characters with a variable length, formatted as an UTF-8 character string.
3) Routing Indicator, consisting of 1 to 4 decimal digits formatted as a string of 1 to 4 characters (UTF-8 0x30 to 0x39).
4) Protection Scheme Identifier, consisting in a value in the range of 0 to 15, representing a single hexadecimal digit, formatted as a single UTF-8 character (UTF-8 0x30 to 0x39, or 0x41 to 0x46, or 0x61 to 0x66).
5) Home Network Public Key Identifier, consisting in a value in the range 0 to 255, formatted as a sequence of 1 to 3 decimal digits, formatted of 1 to 3 UTF-8 characters (UTF-8 0x30 to 0x39).
6) Scheme Output, consisting of a string of UTF-8 characters with a variable length, or a sequence of hexadecimal digits, dependent on the used protection scheme. It represents the output of a public key protection scheme specified in Annex C of 3GPP TS 33.501 [6] or the output of a protection scheme specified by the HPLMN.
Finally, the above structure is prefixed by the string "suci-", when the SUCI is sent in the "SupiOrSuci" data type definition, as described in 3GPP TS 29.571 [7], Table 5.3.2-1.
For the SUPI types "Network Specific Identifier (NSI)", "Global Line Identifier (GLI)", and "Global Cable Identifier (GCI)", the SUCI sent by the UE to the AMF is always formatted as a NAI (see 3GPP TS 23.003 [8], clauses 28.7.3, 28.15.5 and 28.16.5). In those cases, before sending such SUCI to the UDM or AUSF, the AMF needs to re-encode the received SUCI, and format it according to the structure described above (as an UTF-8 character string, where the different components are separated by the "minus" character "-").
EXAMPLES:
1) SUPI is IMSI-based; MCC=123, MNC=45, MSIN: 0123456789
SUPI type: 0 (IMSI)
Routing Indicator: 012
Protection Scheme: 0 (NULL scheme)
Home Network Public Key Identifier: 0
Scheme output = MSIN (cleartext)
– SUCI UTF-8 string, as sent on the UDM APIs:
"suci-0-123-45-012-0-0-0123456789"
NOTE: According to 3GPP TS 33.501 [6] (see annex C.2) the NULL scheme returns the same output as the input (i.e. MSIN in this example), which can be packed BCD coded. However, when formatted as character string in JSON, the scheme output is expected to be reformatted from packed BCD (5 octets in this example) to a sequence of decimal digits in UTF-8 (10 characters in this example).
2) SUPI is IMSI-based, MCC=123, MNC=45, MSIN: 9876543210 (coded as 10 hexadecimal digits using 5 octets packed BCD coding: 89, 67, 45, 23, 01)
SUPI type: 0 (IMSI)
Routing Indicator: 0002
Protection Scheme: 1 (Profile A)
Home Network Public Key Identifier: 17
Scheme output = ECC ephemeral public key (32 octets, first bolded part below) + Encrypted MSIN (where MSIN has 10 digits, i.e. 5 octets coded as hexadecimal digits using packed BCD coding, italic part below) + MAC tag (8 octets, last bolded part below) = 50 octets = 100 hexadecimal characters
(NOTE: the keys and encrypted content below is fictitious).
– SUCI UTF-8 string, as sent on the UDM APIs:
"suci‑0‑123‑45‑0002‑1‑17‑e9b9916c911f448d8792e6b2f387f85d3ecab9040049427d9edbb5431b0bc711023be6a057b45d936238aebeb7"
3) SUPI is NAI-based, SUPI = alice@example.com
SUPI type = 1 (Network Specific Identifier)
Routing Indicator: 84
Protection Scheme: 2 (Profile B)
Home Network Public Key Identifier: 250
ECC ephemeral public key (33 octets, first bolded part below, in field "ecckey")
Encrypted username of NAI "alice" (5 octets, italic part below, in field "cip")
MAC tag (8 octets, last bolded part below, in field "mac")
(NOTE: the keys and encrypted content below is fictitious)
– SUCI in NAI format as sent by the UE to the AMF:
"type1.rid84.schid2.hnkey250.ecckeye9b9916c911f448d8792e6b2f387f85d3ecab9040049427d9edbb5431b0bc71195.cip023be6a057.macb45d936238aebeb7@example.com"
– SUCI UTF-8 string, as sent on the UDM APIs:
"suci‑1‑example.com‑84‑2‑250‑e9b9916c911f448d8792e6b2f387f85d3ecab9040049427d9edbb5431b0bc71195023be6a057b45d936238aebeb7"
4) SUPI is NAI-based; SUPI = 00-00-5E-00-53-00@operator.com
SUPI type: 3 (GCI)
Routing Indicator: 012
Protection Scheme: 0 (NULL scheme)
Home Network Public Key Identifier: 0
Username = 00-00-5E-00-53-00 (in field "userid" below)
– SUCI in NAI format as sent by the UE to the AMF:
"type3.rid012.schid0.userid00-00-5E-00-53-00@operator.com"
– SUCI UTF-8 string, as sent on the UDM APIs:
"suci-3-operator.com-012-0-0-00-00-5E-00-53-00"
5) Anonymous SUCI
SUPI type: 1 (Network Specific Identifier)
Operator realm = operator.com
Routing Indicator: 3456
Protection Scheme: 0 (NULL scheme)
Home Network Public Key Identifier: 0
– Alternative with username = anonymous
– SUCI in NAI format as sent by the UE to the AMF:
"type1.rid3456.schid0.useridanonymous@operator.com"
– SUCI UTF-8 string, as sent on the UDM APIs:
"suci-1-operator.com-3456-0-0-anonymous"
– Alternative with omitted username
– SUCI in NAI format as sent by the UE to the AMF:
"type1.rid3456.schid0.userid@operator.com"
– SUCI UTF-8 string, as sent on the UDM APIs:
"suci-1-operator.com-3456-0-0-"
Annex D (informative):
Change history
Change history |
|||||||
Date |
Meeting |
TDoc |
CR |
Rev |
Cat |
Subject/Comment |
New version |
2017-10 |
CT4#80 |
C4-175320 |
TS skeleton |
0.1.0 |
|||
2017-10 |
CT4#80 |
C4-175362 |
Implementation of pCRs agreed at CT4#80. |
0.2.0 |
|||
2017-12 |
CT4#81 |
C4-176150 |
Implementation of pCRs agreed at CT4#81 |
0.3.0 |
|||
2018-01 |
CT4#82 |
C4-181277 |
Implementation of pCRs agreed at CT4#82 |
0.4.0 |
|||
2018-03 |
CT4#83 |
C4-182178 |
Implementation of pCRs agreed at CT4#83 |
0.5.0 |
|||
2018-04 |
CT4#84 |
C4-183124 |
Implementation of pCRs agreed at CT4#84 |
0.6.0 |
|||
2018-05 |
"yaml files" added into the zip-file |
0.6.1 |
|||||
2018-05 |
CT4#85 |
C4-184351 |
Implementation of pCRs agreed at CT4#85 |
0.7.0 |
|||
2018-06 |
CT#80 |
CP-181001 |
Presented for information and approval. |
1.0.0 |
|||
2018-06 |
CT#80 |
CP-181196 |
Approved in CT#80 |
15.0.0 |
|||
2018-09 |
CT#81 |
CP-182056 |
0001 |
3 |
B |
UDM receives notification of target/new AMF after AMF planned removal |
15.1.0 |
2018-09 |
CT#81 |
CP-182170 |
0002 |
1 |
F |
DeregistrationData alignment with stage 2 |
15.1.0 |
2018-09 |
CT#81 |
CP-182172 |
0003 |
6 |
F |
Event subscription alignment with stage 2 |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0005 |
5 |
F |
Data Change Notification |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0004 |
1 |
F |
NfInstanceId |
15.1.0 |
2018-09 |
CT#81 |
CP-182049 |
0006 |
3 |
F |
UDM support for dynamic 5QIs and for standard 5QIs whose default QoS characteristics are overridden |
15.1.0 |
2018-09 |
CT#81 |
CP-182068 |
0007 |
4 |
B |
Add support for 5G Trace to Nudm_SDM |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0008 |
4 |
B |
Shared Data |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0009 |
1 |
F |
Feature Negotiation |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0010 |
2 |
F |
Nudm_SDM_Get |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0011 |
1 |
F |
Allowing multiple monitoring reports in a single event occurrence notification |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0015 |
1 |
F |
UDM Data change notification |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0016 |
3 |
F |
Nudm_SDM_Info Service Operation Description |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0022 |
F |
Authentication Info Result |
15.1.0 |
|
2018-09 |
CT#81 |
CP-182056 |
0025 |
2 |
B |
Add MicoAllowed in am-data |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0026 |
2 |
B |
Introduction of PLMN Id in UECM & UE Authentication Services |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0028 |
2 |
F |
Mobility Restriction |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0029 |
1 |
F |
SMSF addresses |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0030 |
4 |
F |
SMS subscription data |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0031 |
F |
Clause Numbering |
15.1.0 |
|
2018-09 |
CT#81 |
CP-182056 |
0032 |
1 |
F |
Formal OpenAPI corrections |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0033 |
F |
GMLC |
15.1.0 |
|
2018-09 |
CT#81 |
CP-182056 |
0034 |
F |
AUSF Instance Id |
15.1.0 |
|
2018-09 |
CT#81 |
CP-182056 |
0036 |
2 |
F |
Avoid stale sdm-subscriptions |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0037 |
B |
Nudm_SDM retrieval of SMS Management Subscription data |
15.1.0 |
|
2018-09 |
CT#81 |
CP-182056 |
0038 |
1 |
F |
Nudm_UECM Errors |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0039 |
F |
P-CSCF restoration callbacks |
15.1.0 |
|
2018-09 |
CT#81 |
CP-182056 |
0040 |
1 |
F |
Nudm_UEAU Errors |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0041 |
1 |
F |
Nudm_EE Errors |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0042 |
1 |
F |
Nudm_PP Errors |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0043 |
2 |
F |
UDM Group |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0045 |
1 |
F |
SUCI coding |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0046 |
2 |
F |
BackUp AMF Info |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0047 |
2 |
F |
Interworking with EPS indication |
15.1.0 |
2018-09 |
CT#81 |
CP-182171 |
0048 |
2 |
F |
Nudm_SDM_Subscribe for SMF |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0050 |
1 |
F |
User Plane Security Policy |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0051 |
F |
Description of Structured data types |
15.1.0 |
|
2018-09 |
CT#81 |
CP-182056 |
0054 |
1 |
F |
Provide DNN with LADN indicator per NSSAI |
15.1.0 |
2018-09 |
CT#81 |
CP-182056 |
0055 |
F |
UE Context In SMF Data Retrieval |
15.1.0 |
|
2018-09 |
CT#81 |
CP-182056 |
0057 |
F |
Time Stamp in EE Notify |
15.1.0 |
|
2018-09 |
CT#81 |
CP-182056 |
0058 |
F |
Naming Conventions |
15.1.0 |
|
2018-09 |
CT#81 |
CP-182056 |
0059 |
F |
Storage and retrieval of PGW FQDN |
15.1.0 |
|
2018-09 |
CT#81 |
CP-182056 |
0060 |
F |
API version number update |
15.1.0 |
|
2018-12 |
CT#82 |
CP-183014 |
0061 |
1 |
F |
Remove key attributes from map elements |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0062 |
2 |
F |
imsVoPS for non-3GPP access |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0063 |
2 |
F |
Internal-Group Identifier |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0064 |
2 |
F |
Stateless AMF support updates |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0065 |
2 |
F |
Location Reporting Configuration in Nudm_EE service |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0066 |
1 |
F |
Nudm_SDM Errors |
15.2.0 |
2018-12 |
CT#82 |
CP-183164 |
0067 |
4 |
F |
Shared Data completion |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0068 |
1 |
F |
Cardinality for arrays |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0069 |
5 |
F |
Single Registration Flag |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0070 |
2 |
F |
Adding headers for cache control and conditional request to the Nudm_SubscriberDataManagement Service API |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0072 |
3 |
F |
Initial Registration |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0076 |
1 |
F |
Correcting Nudm_UEAuthentication service description |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0078 |
1 |
F |
Add Serving Network Name to AuthEvent |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0079 |
2 |
F |
Remove PLMN-ID from AMF registration in OpenAPI |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0080 |
F |
Make ARP mandatory in QoS parameters |
15.2.0 |
|
2018-12 |
CT#82 |
CP-183014 |
0081 |
1 |
F |
RAT type |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0082 |
1 |
F |
Correction in UDM error and response codes |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0083 |
1 |
F |
Retrieving UE SMSF Context with its own URI |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0084 |
1 |
F |
Data type associated with Subscribed Default QoS for Default QoS Flow |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0085 |
1 |
F |
Alignment of pattern for External identifier |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0086 |
1 |
F |
Callback URI for Deregistration Notification |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0088 |
1 |
F |
Static Ip Address in DNN Configuration |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0090 |
F |
ImsVoPs type and attribute name correction |
15.2.0 |
|
2018-12 |
CT#82 |
CP-183014 |
0091 |
1 |
F |
Clarification on nullable attributes in AmfRegistration types |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0092 |
F |
Retrieval of multiple datasets |
15.2.0 |
|
2018-12 |
CT#82 |
CP-183014 |
0094 |
2 |
F |
DeRegistration Reason: Re-registration Required |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0095 |
F |
APIRoot Clarification |
15.2.0 |
|
2018-12 |
CT#82 |
CP-183014 |
0098 |
F |
Shared Data Ids |
15.2.0 |
|
2018-12 |
CT#82 |
CP-183014 |
0099 |
1 |
F |
Subscription lifetime |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0100 |
3 |
F |
Secured packet in SorInfo |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0103 |
1 |
F |
Abbreviations |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0104 |
1 |
F |
Nudm_UECM_Deregistration clarification |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0105 |
F |
Location Header |
15.2.0 |
|
2018-12 |
CT#82 |
CP-183014 |
0107 |
1 |
F |
SUCI Encoding |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0108 |
1 |
F |
S-NSSAI information in SmfRegistration |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0109 |
F |
SUCI NAI Clarification |
15.2.0 |
|
2018-12 |
CT#82 |
CP-183014 |
0110 |
1 |
F |
Bulk subscriptions in UDM NF correction |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0111 |
1 |
F |
Introduction of Barring |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0112 |
F |
UDM Corrections |
15.2.0 |
|
2018-12 |
CT#82 |
CP-183014 |
0114 |
2 |
F |
Optionality of OAuth2 |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0115 |
F |
Implement MCS priority indicator |
15.2.0 |
|
2018-12 |
CT#82 |
CP-183014 |
0116 |
F |
API version |
15.2.0 |
|
2018-12 |
CT#82 |
CP-183014 |
0117 |
1 |
F |
Shared Authentication Subscription |
15.2.0 |
2018-12 |
CT#82 |
CP-183014 |
0118 |
F |
ExternalDocs update |
15.2.0 |
|
2018-12 |
‘TS29505_Nudr_DataRepository.yaml’ changed to ‘TS29505_Subscription_Data.yaml’ in Nudm_SDM API |
15.2.1 |
|||||
2019-03 |
CT#83 |
CP-190019 |
0119 |
1 |
F |
Content of attribute singleNssais |
15.3.0 |
2019-03 |
CT#83 |
CP-190019 |
0120 |
1 |
F |
Formal OpenAPI corrections |
15.3.0 |
2019-03 |
CT#83 |
CP-190019 |
0121 |
1 |
F |
SdmSubscription identification |
15.3.0 |
2019-03 |
CT#83 |
CP-190019 |
0122 |
1 |
F |
Clarification on SMS barring |
15.3.0 |
2019-03 |
CT#83 |
CP-190019 |
0123 |
1 |
F |
Allow retrieval of AMF registrations with SUPI |
15.3.0 |
2019-03 |
CT#83 |
CP-190019 |
0125 |
F |
Address Editor’s Note on naming conventions |
15.3.0 |
|
2019-03 |
CT#83 |
CP-190019 |
0126 |
F |
Remove Editor’s Note on authorization |
15.3.0 |
|
2019-03 |
CT#83 |
CP-190019 |
0127 |
F |
Remove Editor’s Note on data retrieval |
15.3.0 |
|
2019-03 |
CT#83 |
CP-190019 |
0128 |
1 |
F |
Sdm Subscription Modification |
15.3.0 |
2019-03 |
CT#83 |
CP-190019 |
0130 |
1 |
F |
LADN Indicator removal |
15.3.0 |
2019-03 |
CT#83 |
CP-190019 |
0131 |
1 |
F |
Subscribed DNN List |
15.3.0 |
2019-03 |
CT#83 |
CP-190065 |
0134 |
2 |
F |
Emergency Session |
15.3.0 |
2019-03 |
CT#83 |
CP-190019 |
0137 |
1 |
F |
Application Errors |
15.3.0 |
2019-03 |
CT#83 |
CP-190019 |
0138 |
1 |
F |
Plmn ID in SdmSubscriptions |
15.3.0 |
2019-03 |
CT#83 |
CP-190019 |
0139 |
1 |
F |
URRP Indicator |
15.3.0 |
2019-03 |
CT#83 |
CP-190019 |
0141 |
1 |
F |
Handling of Multi-PDU during EPS Interworking |
15.3.0 |
2019-03 |
CT#83 |
CP-190152 |
0143 |
4 |
F |
UE parameters update support |
15.3.0 |
2019-03 |
CT#83 |
CP-190019 |
0144 |
1 |
F |
Cardinality of Dateset-names |
15.3.0 |
2019-03 |
CT#83 |
CP-190019 |
0145 |
2 |
F |
Removal of SharedAuthenticationSubscription |
15.3.0 |
2019-03 |
CT#83 |
CP-190019 |
0146 |
1 |
F |
Update method for event subscription |
15.3.0 |
2019-03 |
CT#83 |
CP-190019 |
0147 |
2 |
F |
SOR correction |
15.3.0 |
2019-03 |
CT#83 |
CP-190019 |
0148 |
1 |
F |
Storage of OpenAPI specification files |
15.3.0 |
2019-03 |
CT#83 |
CP-190204 |
0149 |
1 |
F |
API version update |
15.3.0 |
2019-06 |
CT#84 |
CP-191030 |
0150 |
1 |
F |
Location Header Description |
15.4.0 |
2019-06 |
CT#84 |
CP-191030 |
0151 |
F |
OperationId |
15.4.0 |
|
2019-06 |
CT#84 |
CP-191030 |
0154 |
1 |
F |
Adding SubsId to EESubscription |
15.4.0 |
2019-06 |
CT#84 |
CP-191030 |
0155 |
2 |
F |
Essential Corrections and Re-arrange Clause Structure |
15.4.0 |
2019-06 |
CT#84 |
CP-191030 |
0156 |
2 |
F |
Partial Deletion of Monitored Resources |
15.4.0 |
2019-06 |
CT#84 |
CP-191030 |
0158 |
1 |
F |
Correct the reference in ServingNetworkName in AuthenticationInfoRequest |
15.4.0 |
2019-06 |
CT#84 |
CP-191030 |
0160 |
3 |
F |
Add trace data retrieval procedure |
15.4.0 |
2019-06 |
CT#84 |
CP-191030 |
0161 |
1 |
F |
Group Identifier Translation |
15.4.0 |
2019-06 |
CT#84 |
CP-191030 |
0162 |
F |
SUCI with Null Protection Scheme |
15.4.0 |
|
2019-06 |
CT#84 |
CP-191030 |
0164 |
F |
CR 0128r1 was not correctly implemented |
15.4.0 |
|
2019-06 |
CT#84 |
CP-191030 |
0166 |
1 |
F |
Storage of OpenAPI specification files |
15.4.0 |
2019-06 |
CT#84 |
CP-191030 |
0167 |
1 |
F |
Sdm-Subscription incorrect attribute name |
15.4.0 |
2019-06 |
CT#84 |
CP-191030 |
0168 |
1 |
F |
Location header in redirect response |
15.4.0 |
2019-06 |
CT#84 |
CP-191030 |
0169 |
F |
Application error correction |
15.4.0 |
|
2019-06 |
CT#84 |
CP-191030 |
0193 |
1 |
F |
Storage of SubscriptionId |
15.4.0 |
2019-06 |
CT#84 |
CP-191030 |
0195 |
1 |
F |
Shared Data Ids |
15.4.0 |
2019-06 |
CT#84 |
CP-191030 |
0196 |
1 |
F |
Copyright Note in YAML files |
15.4.0 |
2019-06 |
CT#84 |
CP-191030 |
0201 |
F |
ODB for SMF |
15.4.0 |
|
2019-06 |
CT#84 |
CP-191030 |
0202 |
2 |
F |
SUCI encoding |
15.4.0 |
2019-06 |
CT#84 |
CP-191030 |
0204 |
F |
3GPP TS 29.503 API version update |
15.4.0 |
|
2019-06 |
CT#84 |
CP-191050 |
0163 |
3 |
B |
Nudm_NIDDAuthorization service |
16.0.0 |
2019-06 |
CT#84 |
CP-191957 |
0170 |
1 |
B |
Non cacheable 501 response |
16.0.0 |
2019-06 |
CT#84 |
CP-191050 |
0176 |
2 |
B |
Add PDU Session continuity at inter RAT mobility to and from NB-IoT in SM Subscription data |
16.0.0 |
2019-06 |
CT#84 |
CP-191050 |
0177 |
2 |
B |
Add Service Gap timer in AM subscription Data t to support Overload Control for small data |
16.0.0 |
2019-06 |
CT#84 |
CP-191050 |
0178 |
2 |
B |
Update SM data supporting small data transfer |
16.0.0 |
2019-06 |
CT#84 |
CP-191057 |
0197 |
1 |
B |
Subscription to event "Change of Core Network Type" |
16.0.0 |
2019-06 |
CT#84 |
CP-191057 |
0199 |
B |
Subscription Data for Tracing |
16.0.0 |
|
2019-06 |
CT#84 |
CP-191048 |
0203 |
F |
3GPP TS 29.503 API version update |
16.0.0 |
|
2019-09 |
CT#85 |
CP-192103 |
0211 |
1 |
A |
DNN Barring |
16.1.0 |
2019-09 |
CT#85 |
CP-192103 |
0221 |
1 |
A |
Monitored Resource URI |
16.1.0 |
2019-09 |
CT#85 |
CP-192123 |
0206 |
1 |
B |
Network Slicing Subscription Change |
16.1.0 |
2019-09 |
CT#85 |
CP-192191 |
0207 |
2 |
B |
P-CSCF Restoration Trigger |
16.1.0 |
2019-09 |
CT#85 |
CP-192191 |
0209 |
B |
SMS Alerting |
16.1.0 |
|
2019-09 |
CT#85 |
CP-192032 |
0212 |
1 |
B |
Closed Access Group |
16.1.0 |
2019-09 |
CT#85 |
CP-192133 |
0213 |
2 |
B |
VN-Group parameter provisioning |
16.1.0 |
2019-09 |
CT#85 |
CP-192188 |
0214 |
1 |
B |
Providing 5G SRVCC Related Subscription to AMF |
16.1.0 |
2019-09 |
CT#85 |
CP-192188 |
0215 |
1 |
B |
Report 5G SRVCC Capability to UDM |
16.1.0 |
2019-09 |
CT#85 |
CP-192123 |
0216 |
F |
Retrieve Subscribed S-NSSAI from UDM by PGW+SMF |
16.1.0 |
|
2019-09 |
CT#85 |
CP-192187 |
0217 |
1 |
B |
Subscription on redundant sessions |
16.1.0 |
2019-09 |
CT#85 |
CP-192123 |
0219 |
2 |
B |
Indicating partially implemented PATCH |
16.1.0 |
2019-09 |
CT#85 |
CP-192026 |
0222 |
3 |
B |
Slice Specific Authentication and Authorization Data |
16.1.0 |
2019-09 |
CT#85 |
CP-192123 |
0223 |
1 |
F |
UDM Application errors |
16.1.0 |
2019-09 |
CT#85 |
CP-192025 |
0224 |
2 |
B |
5G VN group data |
16.1.0 |
2019-09 |
CT#85 |
CP-192123 |
0225 |
2 |
F |
Correction on the subscription Id sent to the consumer |
16.1.0 |
2019-09 |
CT#85 |
CP-192132 |
0228 |
3 |
B |
Add NB-IoT UE Priority in AM subscription data |
16.1.0 |
2019-09 |
CT#85 |
CP-192132 |
0229 |
3 |
B |
Granted Validity Time for NIDD authorisation |
16.1.0 |
2019-09 |
CT#85 |
CP-102132 |
0232 |
F |
Correction of CN Type change event |
16.1.0 |
|
2019-09 |
CT#85 |
CP-192132 |
0233 |
2 |
B |
Network configuration Parameters Provisioning |
16.1.0 |
2019-09 |
CT#85 |
CP-192092 |
0234 |
3 |
B |
Expected UE Behaviour Parameters provision |
16.1.0 |
2019-09 |
CT#85 |
CP-192132 |
0235 |
2 |
B |
Id translation for MSISDN-less MO SMS service |
16.1.0 |
2019-09 |
CT#85 |
CP-192123 |
0239 |
F |
Correction to sharedDataSubscription description |
16.1.0 |
|
2019-09 |
CT#85 |
CP-192135 |
0241 |
B |
Services invoked by NWDAF |
16.1.0 |
|
2019-09 |
CT#85 |
CP-192120 |
0243 |
F |
API Version Update |
16.1.0 |
|
2019-12 |
CT#86 |
CP-193027 |
0268 |
2 |
A |
Missing AssociationType parameter |
16.2.0 |
2019-12 |
CT#86 |
CP-193054 |
0208 |
5 |
B |
Domain Selection Info Retrieval |
16.2.0 |
2019-12 |
CT#86 |
CP-193048 |
0247 |
B |
Subscribed NSSAI from the UDM |
16.2.0 |
|
2019-12 |
CT#86 |
CP-193050 |
0250 |
2 |
B |
Serving Network Name in SNPN |
16.2.0 |
2019-12 |
CT#86 |
CP-193046 |
0252 |
3 |
B |
QoS for wireline access network |
16.2.0 |
2019-12 |
CT#86 |
CP-193055 |
0253 |
2 |
B |
LCS privacy |
16.2.0 |
2019-12 |
CT#86 |
CP-193055 |
0254 |
1 |
B |
Mobile Originated Data |
16.2.0 |
2019-12 |
CT#86 |
CP-193049 |
0255 |
4 |
B |
Retrieve Enhance Coverage Restriction Data |
16.2.0 |
2019-12 |
CT#86 |
CP-193049 |
0256 |
5 |
B |
Update Enhance Coverage Restriction Data |
16.2.0 |
2019-12 |
CT#86 |
CP-193049 |
0258 |
6 |
B |
BatteryIndication and scheduledCommunicationType parameter provision |
16.2.0 |
2019-12 |
CT#86 |
CP-193049 |
0259 |
2 |
F |
Correct Identifier Translation in Resource Overview |
16.2.0 |
2019-12 |
CT#86 |
CP-193049 |
0260 |
1 |
B |
Extend PpDlPacketCount |
16.2.0 |
2019-12 |
CT#86 |
CP-193279 |
0261 |
6 |
B |
UE expected behaviour in SDM |
16.2.0 |
2019-12 |
CT#86 |
CP-193050 |
0262 |
2 |
B |
5G VN group data in SharedData |
16.2.0 |
2019-12 |
CT#86 |
CP-193050 |
0263 |
1 |
B |
5G VN group data in PP |
16.2.0 |
2019-12 |
CT#86 |
CP-193049 |
0265 |
4 |
B |
Network Configuration Parameters in SDM |
16.2.0 |
2019-12 |
CT#86 |
CP-193063 |
0266 |
1 |
B |
Location report for non-3GPP access |
16.2.0 |
2019-12 |
CT#86 |
CP-193049 |
0269 |
B |
Downlink Data Delivery Status Event |
16.2.0 |
|
2019-12 |
CT#86 |
CP-193036 |
0270 |
2 |
F |
Correction on notifications for AMF registration in UDM |
16.2.0 |
2019-12 |
CT#86 |
CP-193027 |
0272 |
1 |
A |
Nssai Inclusion Allowed |
16.2.0 |
2019-12 |
CT#86 |
CP-193027 |
0280 |
A |
Regular Expression of SuciOrSupi |
16.2.0 |
|
2019-12 |
CT#86 |
CP-193027 |
0299 |
A |
Availability after DDN Failure |
16.2.0 |
|
2019-12 |
CT#86 |
CP-193031 |
0300 |
1 |
A |
Wildcard DNN |
16.2.0 |
2019-12 |
CT#86 |
CP-193027 |
0302 |
A |
Content Types in Nudm_EE |
16.2.0 |
|
2019-12 |
CT#86 |
CP-193050 |
0275 |
B |
NID in AMF Registration |
16.2.0 |
|
2019-12 |
CT#86 |
CP-193063 |
0276 |
F |
Registration Time |
16.2.0 |
|
2019-12 |
CT#86 |
CP-193053 |
0281 |
B |
Group Identifier Translation |
16.2.0 |
|
2019-12 |
CT#86 |
CP-193036 |
0282 |
1 |
B |
Updating support for subscription-based access restriction |
16.2.0 |
2019-12 |
CT#86 |
CP-193049 |
0283 |
2 |
B |
NIDD Authorization Update Notify |
16.2.0 |
2019-12 |
CT#86 |
CP-193049 |
0284 |
1 |
B |
NIDD Authorization Authorize |
16.2.0 |
2019-12 |
CT#86 |
CP-193063 |
0287 |
1 |
B |
Subscription level Charging Characteristics |
16.2.0 |
2019-12 |
CT#86 |
CP-193281 |
0288 |
4 |
B |
SMF Instance Id retrieval |
16.2.0 |
2019-12 |
CT#86 |
CP-193280 |
0289 |
4 |
B |
Expected UE Behaviour parameters |
16.2.0 |
2019-12 |
CT#86 |
CP-193046 |
0290 |
1 |
B |
ACS information in ParameterProvision |
16.2.0 |
2019-12 |
CT#86 |
CP-193046 |
0291 |
1 |
B |
ACS information |
16.2.0 |
2019-12 |
CT#86 |
CP-193046 |
0292 |
2 |
B |
Authentication Indication from W-AGF |
16.2.0 |
2019-12 |
CT#86 |
CP-193039 |
0293 |
B |
Indication of access from ePDG |
16.2.0 |
|
2019-12 |
CT#86 |
CP-193057 |
0294 |
1 |
B |
DeregistrationNotification for SMF Context Transfer |
16.2.0 |
2019-12 |
CT#86 |
CP-193052 |
0295 |
2 |
B |
Group Reporting Guard Time |
16.2.0 |
2019-12 |
CT#86 |
CP-193036 |
0296 |
1 |
F |
Add reference to TS 29.524 |
16.2.0 |
2019-12 |
CT#86 |
CP-193282 |
0297 |
5 |
B |
Frame Routes |
16.2.0 |
2019-12 |
CT#86 |
CP-193063 |
0303 |
2 |
B |
Subscription Data Consistency with Immediate Report |
16.2.0 |
2019-12 |
CT#86 |
CP-193055 |
0305 |
F |
Revisions on UDM Reference Model Figure |
16.2.0 |
|
2019-12 |
CT#86 |
CP-193049 |
0306 |
1 |
F |
NIDD Configuration |
16.2.0 |
2019-12 |
CT#86 |
CP-193054 |
0307 |
2 |
B |
Retrieval of Authentication Vectors for HSS |
16.2.0 |
2019-12 |
CT#86 |
CP-193044 |
0310 |
F |
API version update |
16.2.0 |
|
2020-03 |
CT#87e |
CP-200019 |
0244 |
2 |
B |
AMF Deregistration |
16.3.0 |
2020-03 |
CT#87e |
CP-200039 |
0311 |
1 |
F |
Add Corresponding API descriptions in clause 5.1 |
16.3.0 |
2020-03 |
CT#87e |
CP-200032 |
0312 |
1 |
F |
NID |
16.3.0 |
2020-03 |
CT#87e |
CP-200020 |
0313 |
1 |
F |
Copyright Note |
16.3.0 |
2020-03 |
CT#87e |
CP-200020 |
0314 |
1 |
F |
References |
16.3.0 |
2020-03 |
CT#87e |
CP-200020 |
0315 |
2 |
F |
Eps Interworking Info |
16.3.0 |
2020-03 |
CT#87e |
CP-200020 |
0317 |
1 |
F |
Presence condition of monitoredResourceUris in SdmSubsModification |
16.3.0 |
2020-03 |
CT#87e |
CP-200176 |
0318 |
3 |
B |
Nudm_MT service completion |
16.3.0 |
2020-03 |
CT#87e |
CP-200019 |
0319 |
1 |
B |
Nudm_MT_ProvideLocationInfo service operation |
16.3.0 |
2020-03 |
CT#87e |
CP-200035 |
0320 |
1 |
F |
Spare Data Type Definition of RgAuthenticationInfo |
16.3.0 |
2020-03 |
CT#87e |
CP-200020 |
0321 |
1 |
F |
Clarification on SM-Data Retrieval |
16.3.0 |
2020-03 |
CT#87e |
CP-200020 |
0322 |
2 |
B |
NF deregistrations |
16.3.0 |
2020-03 |
CT#87e |
CP-200020 |
0323 |
1 |
F |
Supported Features in PATCH |
16.3.0 |
2020-03 |
CT#87e |
CP-200019 |
0324 |
1 |
B |
STN-SR |
16.3.0 |
2020-03 |
CT#87e |
CP-200029 |
0327 |
2 |
F |
Dynamic SOR update trigger |
16.3.0 |
2020-03 |
CT#87e |
CP-200033 |
0328 |
1 |
B |
Availability after DDN Failure Event |
16.3.0 |
2020-03 |
CT#87e |
CP-200033 |
0329 |
1 |
B |
Configuration of Downlink data delivery status Events |
16.3.0 |
2020-03 |
CT#87e |
CP-200240 |
0330 |
1 |
B |
External Group Identifier in NIDD information |
16.3.0 |
2020-03 |
CT#87e |
CP-200033 |
0331 |
3 |
B |
Retrieve the status of Enhanced Coverage Restriction |
16.3.0 |
2020-03 |
CT#87e |
CP-200239 |
0332 |
3 |
B |
Subscribed eDRX and PTW value |
16.3.0 |
2020-03 |
CT#87e |
CP-200033 |
0333 |
B |
Provision of parameters Maximum Response Time and Maximum Latency |
16.3.0 |
|
2020-03 |
CT#87e |
CP-200020 |
0334 |
2 |
B |
Optionality of ProblemDetails |
16.3.0 |
2020-03 |
CT#87e |
CP-200031 |
0335 |
2 |
B |
ATSSS Support Indication in UE Subscription |
16.3.0 |
2020-03 |
CT#87e |
CP-200016 |
0336 |
1 |
B |
SMF Set ID in SMF Registration |
16.3.0 |
2020-03 |
CT#87e |
CP-200016 |
0337 |
1 |
B |
SMSF Set ID in SMSF Registration |
16.3.0 |
2020-03 |
CT#87e |
CP-200020 |
0338 |
B |
SMF Registration Retrieval |
16.3.0 |
|
2020-03 |
CT#87e |
CP-200045 |
0339 |
B |
Clarification on ODB Setting |
16.3.0 |
|
2020-03 |
CT#87e |
CP-200020 |
0340 |
1 |
F |
Registration Time for NF Registration |
16.3.0 |
2020-03 |
CT#87e |
CP-200020 |
0341 |
1 |
B |
Patch Result for partial PATCH |
16.3.0 |
2020-03 |
CT#87e |
CP-200020 |
0342 |
F |
EpsIwkPgw for EPS interworking |
16.3.0 |
|
2020-03 |
CT#87e |
CP-200031 |
0345 |
B |
Update on additionalSnssaiData |
16.3.0 |
|
2020-03 |
CT#87e |
CP-200020 |
0346 |
F |
DNN includes DNN NI |
16.3.0 |
|
2020-03 |
CT#87e |
CP-200039 |
0347 |
1 |
D |
Editorial corrections |
16.3.0 |
2020-03 |
CT#87e |
CP-200039 |
0348 |
1 |
F |
Correction-add type definition in the Table title |
16.3.0 |
2020-03 |
CT#87e |
CP-200039 |
0349 |
1 |
F |
Correction-specify resource type in the clause title |
16.3.0 |
2020-03 |
CT#87e |
CP-200039 |
0350 |
1 |
F |
Miscellaneous corrections and clarifications |
16.3.0 |
2020-03 |
CT#87e |
CP-200029 |
0352 |
3 |
B |
SoR Update Indicator |
16.3.0 |
2020-03 |
CT#87e |
CP-200035 |
0353 |
1 |
B |
SUPI pattern |
16.3.0 |
2020-03 |
CT#87e |
CP-200027 |
0354 |
1 |
B |
Addition of IAB-Operation Allowed indication to AccessAndMobilitySubscriptionData |
16.3.0 |
2020-03 |
CT#87e |
CP-200036 |
0355 |
B |
Subscription data for V2X |
16.3.0 |
|
2020-03 |
CT#87e |
CP-200183 |
0357 |
1 |
F |
Initial Registration procedure on a CAG Cell |
16.3.0 |
2020-03 |
CT#87e |
CP-200020 |
0358 |
1 |
F |
UDM service update for the authentication result removal |
16.3.0 |
2020-03 |
CT#87e |
CP-200037 |
0359 |
1 |
B |
PDN connectivity Status event |
16.3.0 |
2020-03 |
CT#87e |
CP-200018 |
0360 |
3 |
B |
UE Location Privacy Profile Update |
16.3.0 |
2020-03 |
CT#87e |
CP-200272 |
0362 |
5 |
F |
Corrections on LCS related Data Type |
16.3.0 |
2020-03 |
CT#87e |
CP-200271 |
0363 |
4 |
B |
Location information retrieval for GMLC |
16.3.0 |
2020-03 |
CT#87e |
CP-200018 |
0365 |
3 |
B |
Provision of UE LCS privacy profile |
16.3.0 |
2020-03 |
CT#87e |
CP-200238 |
0366 |
1 |
B |
Translation of Group Id to UE identifier list |
16.3.0 |
2020-03 |
CT#87e |
CP-200018 |
0368 |
1 |
B |
VGMLC address registration |
16.3.0 |
2020-03 |
CT#87e |
CP-200019 |
0369 |
B |
PEI Update |
16.3.0 |
|
2020-03 |
CT#87e |
CP-200020 |
0372 |
F |
Attributes and its applicability for specific procedures or operations |
16.3.0 |
|
2020-03 |
CT#87e |
CP-200052 |
0374 |
F |
API version and External doc update |
16.3.0 |
|
2020-07 |
CT#88e |
CP-201033 |
0377 |
1 |
B |
5G SRVCC Info retrieval |
16.4.0 |
2020-07 |
CT#88e |
CP-201032 |
0379 |
F |
AfId |
16.4.0 |
|
2020-07 |
CT#88e |
CP-201034 |
0380 |
F |
EpsInterworkingInfo |
16.4.0 |
|
2020-07 |
CT#88e |
CP-201032 |
0381 |
F |
CmInfoReport |
16.4.0 |
|
2020-07 |
CT#88e |
CP-201032 |
0382 |
F |
VgmlcAddress |
16.4.0 |
|
2020-07 |
CT#88e |
CP-201056 |
0384 |
1 |
F |
Supported Headers Tables for Request and Response codes |
16.4.0 |
2020-07 |
CT#88e |
CP-201056 |
0385 |
1 |
F |
Add new Notifications Overview Tables |
16.4.0 |
2020-07 |
CT#88e |
CP-201034 |
0386 |
F |
Core Network Restrictions |
16.4.0 |
|
2020-07 |
CT#88e |
CP-201067 |
0387 |
1 |
B |
MDT user consent |
16.4.0 |
2020-07 |
CT#88e |
CP-201034 |
0388 |
F |
SDM data re-synchronization |
16.4.0 |
|
2020-07 |
CT#88e |
CP-201033 |
0389 |
C |
UDM Authn. Vector Generation for HSS |
16.4.0 |
|
2020-07 |
CT#88e |
CP-201056 |
0390 |
2 |
F |
Clarification on nfInstanceId in AuthEvent in Nudm_UEAuthentication |
16.4.0 |
2020-07 |
CT#88e |
CP-201047 |
0392 |
1 |
B |
Feature negotiation for NW slice specific authentication and authorization |
16.4.0 |
2020-07 |
CT#88e |
CP-201046 |
0393 |
1 |
B |
Define the value range of NB-IoT UE priority |
16.4.0 |
2020-07 |
CT#88e |
CP-201046 |
0394 |
3 |
B |
Monitoring Configuration for event Loss of Connectivity |
16.4.0 |
2020-07 |
CT#88e |
CP-201056 |
0396 |
1 |
F |
Support of inter-RAT HO from NR SA to EN-DC |
16.4.0 |
2020-07 |
CT#88e |
CP-201032 |
0397 |
2 |
F |
Correct the definition of LCS Privacy in SDM service |
16.4.0 |
2020-07 |
CT#88e |
CP-201034 |
0398 |
1 |
B |
Ongoing registration or handover during P-CSCF Restoration |
16.4.0 |
2020-07 |
CT#88e |
CP-201042 |
0399 |
F |
Correct Cardinality of sorInfoExpectInd |
16.4.0 |
|
2020-07 |
CT#88e |
CP-201033 |
0400 |
1 |
F |
ePDG Indication in UeContextInSmfData |
16.4.0 |
2020-07 |
CT#88e |
CP-201034 |
0401 |
1 |
F |
UDM Initiated AUSF Service Invocation |
16.4.0 |
2020-07 |
CT#88e |
CP-201045 |
0402 |
1 |
B |
Secondary Authentication and Authorization Information in 5G VN Group Data |
16.4.0 |
2020-07 |
CT#88e |
CP-201034 |
0403 |
F |
Clarification of Implicit Unsubscribe |
16.4.0 |
|
2020-07 |
CT#88e |
CP-201046 |
0404 |
1 |
F |
Notification Correlation ID in sub-notify of EE service |
16.4.0 |
2020-07 |
CT#88e |
CP-201033 |
0407 |
1 |
B |
HSS Authentication Info Request |
16.4.0 |
2020-07 |
CT#88e |
CP-201019 |
0408 |
3 |
B |
UE Reachability Event |
16.4.0 |
2020-07 |
CT#88e |
CP-201019 |
0409 |
3 |
F |
UE Reachability for SMS |
16.4.0 |
2020-07 |
CT#88e |
CP-201056 |
0410 |
1 |
F |
Datatype column in Resource URI variables Table |
16.4.0 |
2020-07 |
CT#88e |
CP-201056 |
0411 |
1 |
F |
Add Operation Name column in Custom Operations table |
16.4.0 |
2020-07 |
CT#88e |
CP-201045 |
0412 |
1 |
F |
Add a CAG information Subscription Change Indicator in AccessAndMobilitySubscriptionData |
16.4.0 |
2020-07 |
CT#88e |
CP-201046 |
0416 |
1 |
B |
Report of UE Max availability time |
16.4.0 |
2020-07 |
CT#88e |
CP-201034 |
0417 |
1 |
B |
UECM multiple registration data sets retrieval |
16.4.0 |
2020-07 |
CT#88e |
CP-201032 |
0418 |
1 |
F |
OpenAPI file description on RegistrationLocationInfo data type |
16.4.0 |
2020-07 |
CT#88e |
CP-201034 |
0420 |
1 |
F |
Implicit Unsubscribe |
16.4.0 |
2020-07 |
CT#88e |
CP-201067 |
0421 |
1 |
B |
MDT Configuration data for 5G |
16.4.0 |
2020-07 |
CT#88e |
CP-201042 |
0325 |
2 |
B |
SoR Info parameter Provisioning |
16.4.0 |
2020-07 |
CT#88e |
CP-201034 |
0383 |
2 |
F |
PEI |
16.4.0 |
2020-07 |
CT#88e |
CP-201191 |
0415 |
3 |
F |
HTTP Header storage in UDR |
16.4.0 |
2020-07 |
CT#88e |
CP-201176 |
0423 |
1 |
F |
UE Context in AMF Data |
16.4.0 |
2020-07 |
CT#88e |
CP-201034 |
0424 |
F |
List of specific data types |
16.4.0 |
|
2020-07 |
CT#88e |
CP-201045 |
0425 |
F |
NID in AMF-registrations |
16.4.0 |
|
2020-07 |
CT#88e |
CP-201034 |
0427 |
F |
Retrieval of multiple data sets |
16.4.0 |
|
2020-07 |
CT#88e |
CP-201019 |
0429 |
1 |
A |
Correct Data Type Names |
16.4.0 |
2020-07 |
CT#88e |
CP-201048 |
0430 |
1 |
B |
N5GC device Authentication |
16.4.0 |
2020-07 |
CT#88e |
CP-201030 |
0431 |
F |
DeregistrationData |
16.4.0 |
|
2020-07 |
CT#88e |
CP-201019 |
0434 |
1 |
A |
Shared Data Clarification |
16.4.0 |
2020-07 |
CT#88e |
CP-201048 |
0436 |
1 |
F |
Removal of RG-TMBR |
16.4.0 |
2020-07 |
CT#88e |
CP-201056 |
0437 |
F |
RAT Type Restriction |
16.4.0 |
|
2020-07 |
CT#88e |
CP-201056 |
0438 |
F |
implicitUnsubscribe for SMF |
16.4.0 |
|
2020-07 |
CT#88e |
CP-201034 |
0439 |
1 |
F |
Authentication results for multiple registrations |
16.4.0 |
2020-07 |
CT#88e |
CP-201342 |
0440 |
3 |
F |
Corrections of Enhance Coverage Restriction |
16.4.0 |
2020-07 |
CT#88e |
CP-201042 |
0441 |
1 |
B |
Timer needed for the SOR-AF to respond |
16.4.0 |
2020-07 |
CT#88e |
CP-201049 |
0443 |
F |
Correction on V2X Subscription data |
16.4.0 |
|
2020-07 |
CT#88e |
CP-201032 |
0444 |
1 |
B |
Implementing LCS Broadcast Assistance API |
16.4.0 |
2020-07 |
CT#88e |
CP-201046 |
0445 |
3 |
B |
Monitoring Configuration for event UE reachability |
16.4.0 |
2020-07 |
CT#88e |
CP-201034 |
0446 |
F |
Miscellaneous Corrections |
16.4.0 |
|
2020-07 |
CT#88e |
CP-201034 |
0447 |
1 |
F |
Corrections on resouce Supi of SDM service |
16.4.0 |
2020-07 |
CT#88e |
CP-201045 |
0448 |
F |
5G VN Group Data Correction |
16.4.0 |
|
2020-07 |
CT#88e |
CP-201034 |
0449 |
F |
Cardinality of ProblemDetails |
16.4.0 |
|
2020-07 |
CT#88e |
CP-201034 |
0450 |
F |
Removal of error "SERVING_NETWORK_NOT_AUTHORIZED" |
16.4.0 |
|
2020-07 |
CT#88e |
CP-201033 |
0452 |
1 |
F |
Initial Registration |
16.4.0 |
2020-07 |
CT#88e |
CP-201033 |
0453 |
1 |
B |
Support of SMSoIP |
16.4.0 |
2020-07 |
CT#88e |
CP-201045 |
0454 |
1 |
F |
Handling of CAG capable UE at legacy AMF |
16.4.0 |
2020-07 |
CT#88e |
CP-201032 |
0455 |
1 |
F |
Mobile Originated Data retrieval |
16.4.0 |
2020-07 |
CT#88e |
CP-201073 |
0459 |
F |
3GPP TS 29.503 API Version and External doc Update |
16.4.0 |
|
2020-09 |
CT#89e |
CP-202043 |
0478 |
A |
Introduction of NOTE for "freeze 5G-TMSI" in case of Purge |
16.5.0 |
|
2020-09 |
CT#89e |
CP-202043 |
0480 |
A |
Correction of creation of subscription by UDM at UDR |
16.5.0 |
|
2020-09 |
CT#89e |
CP-202110 |
0460 |
F |
UE Context Retrieval |
16.5.0 |
|
2020-09 |
CT#89e |
CP-202111 |
0461 |
F |
Deregistration Reason Clarification |
16.5.0 |
|
2020-09 |
CT#89e |
CP-202091 |
0462 |
1 |
F |
Deregistration Notification |
16.5.0 |
2020-09 |
CT#89e |
CP-202231 |
0463 |
3 |
F |
NodeType in HssAuthenticationInfoRequest |
16.5.0 |
2020-09 |
CT#89e |
CP-202106 |
0465 |
1 |
F |
DN-AAA secondary authentication |
16.5.0 |
2020-09 |
CT#89e |
CP-202110 |
0467 |
F |
UDM parameter provision datakey |
16.5.0 |
|
2020-09 |
CT#89e |
CP-202111 |
0468 |
F |
Definition of missing error conditions in SMSF registration information retrieval |
16.5.0 |
|
2020-09 |
CT#89e |
CP-202091 |
0469 |
1 |
F |
S-NSSAI in SM Context Retrieval |
16.5.0 |
2020-09 |
CT#89e |
CP-202091 |
0470 |
1 |
F |
Clarification on Max Number of Reports |
16.5.0 |
2020-09 |
CT#89e |
CP-202123 |
0472 |
1 |
F |
Network Slices in AMF registrations |
16.5.0 |
2020-09 |
CT#89e |
CP-202105 |
0474 |
F |
Invoke NEF indication |
16.5.0 |
|
2020-09 |
CT#89e |
CP-202105 |
0475 |
1 |
F |
Maximum response time/latency time |
16.5.0 |
2020-09 |
CT#89e |
CP-202091 |
0476 |
1 |
F |
Dedicated SMF selection |
16.5.0 |
2020-09 |
CT#89e |
CP-202110 |
0482 |
1 |
F |
Corrections on reference of common data structures |
16.5.0 |
2020-09 |
CT#89e |
CP-202115 |
0483 |
1 |
F |
Corrections on 5G SoR |
16.5.0 |
2020-09 |
CT#89e |
CP-202110 |
0484 |
1 |
F |
Storage of YAML files in 3GPP Forge |
16.5.0 |
2020-09 |
CT#89e |
CP-202110 |
0485 |
1 |
F |
Corrections on UPU |
16.5.0 |
2020-09 |
CT#89e |
CP-202110 |
0486 |
F |
Miscellaneous corrections |
16.5.0 |
|
2020-09 |
CT#89e |
CP-202096 |
0489 |
F |
API version and External doc update |
16.5.0 |
|
2020-09 |
CT#89e |
CP-202123 |
0471 |
B |
Adjacent PLMN restrictions |
17.0.0 |
|
2020-09 |
CT#89e |
CP-202123 |
0473 |
B |
Resource Level Authorization for UECM registrations |
17.0.0 |
|
2020-09 |
CT#89e |
CP-202017 |
0487 |
1 |
B |
Shared Data Treatment |
17.0.0 |
2020-09 |
CT#89e |
CP-202120 |
0488 |
F |
API version and External doc update |
17.0.0 |
|
2020-12 |
CT#90e |
CP-203221 |
0493 |
3 |
A |
Initial Registration procedure on a CAG Cell |
17.1.0 |
2020-12 |
CT#90e |
CP-203050 |
0495 |
1 |
A |
Essential corrections |
17.1.0 |
2020-12 |
CT#90e |
CP-203044 |
0497 |
1 |
A |
Config DNN for PDU session status event |
17.1.0 |
2020-12 |
CT#90e |
CP-203049 |
0499 |
1 |
A |
Subscription applies also to EPC in EE service |
17.1.0 |
2020-12 |
CT#90e |
CP-203063 |
0500 |
1 |
C |
Evolution of SoR delivery mechanism – UDM API Changes |
17.1.0 |
2020-12 |
CT#90e |
CP-203064 |
0502 |
1 |
A |
Remove Network Slices in AMF registrations |
17.1.0 |
2020-12 |
CT#90e |
CP-203040 |
0505 |
1 |
A |
AMF Registration Retrieval by NSSAAF |
17.1.0 |
2020-12 |
CT#90e |
CP-203027 |
0507 |
A |
Reference for NSSAI Inclusion Allowed |
17.1.0 |
|
2020-12 |
CT#90e |
CP-203061 |
0510 |
1 |
F |
SMSF Registration / Deregistration for One Access Type |
17.1.0 |
2020-12 |
CT#90e |
CP-203054 |
0512 |
A |
HTTP 3xx redirection |
17.1.0 |
|
2020-12 |
CT#90e |
CP-203048 |
0514 |
A |
Snssai query parameter |
17.1.0 |
|
2020-12 |
CT#90e |
CP-203017 |
0516 |
2 |
A |
UE Reachability for IP |
17.1.0 |
2020-12 |
CT#90e |
CP-203039 |
0522 |
A |
Service Area Restriction in wireline |
17.1.0 |
|
2020-12 |
CT#90e |
CP-203062 |
0523 |
B |
AKMA Indication |
17.1.0 |
|
2020-12 |
CT#90e |
CP-203045 |
0525 |
Correction on event exposure |
17.1.0 |
||
2020-12 |
CT#90e |
CP-203061 |
0526 |
F |
Incorrect reference |
17.1.0 |
|
2020-12 |
CT#90e |
CP-203048 |
0528 |
A |
Reference ID |
17.1.0 |
|
2020-12 |
CT#90e |
CP-203042 |
0530 |
1 |
A |
Parameter Provisioning Get operation for 5G VN Group |
17.1.0 |
2020-12 |
CT#90e |
CP-203048 |
0532 |
A |
Removal of SMF Individual Registration PATCH method |
17.1.0 |
|
2020-12 |
CT#90e |
CP-203049 |
0534 |
A |
HSS Authentication HTTP 403 Error |
17.1.0 |
|
2020-12 |
CT#90e |
CP-203048 |
0535 |
A |
Essential corrections |
17.1.0 |
|
2020-12 |
CT#90e |
CP-203049 |
0538 |
A |
Define UE Context In AMF Data Retrieval service operation |
17.1.0 |
|
2020-12 |
CT#90e |
CP-203041 |
0540 |
1 |
A |
Essential Correction on AF ID |
17.1.0 |
2020-12 |
CT#90e |
CP-203041 |
0542 |
1 |
A |
Event Configuration Synchronization between 4G&5G |
17.1.0 |
2020-12 |
CT#90e |
CP-203041 |
0544 |
2 |
A |
Introduction of MTC Provider authorization |
17.1.0 |
2020-12 |
CT#90e |
CP-203064 |
0552 |
1 |
F |
Update to subscription of the notification of data change |
17.1.0 |
2020-12 |
CT#90e |
CP-203041 |
0555 |
A |
Network Configuration Parameter Aggregation |
17.1.0 |
|
2020-12 |
CT#90e |
CP-203055 |
0558 |
F |
29.503 Rel-17 API version and External doc update |
17.1.0 |
|
2021-03 |
CT#91e |
CP-210024 |
0559 |
1 |
C |
SoR Transparent Container in Uplink |
17.2.0 |
2021-03 |
CT#91e |
CP-210021 |
0562 |
1 |
F |
EmergencyInfo |
17.2.0 |
2021-03 |
CT#91e |
CP-210043 |
0563 |
2 |
A |
Monitored resource URI |
17.2.0 |
2021-03 |
CT#91e |
CP-210021 |
0564 |
F |
LcsBroadcastAssistanceSubscriptionData |
17.2.0 |
|
2021-03 |
CT#91e |
CP-210021 |
0565 |
1 |
F |
Status Code for successful Authentication Result Removal |
17.2.0 |
2021-03 |
CT#91e |
CP-210021 |
0566 |
F |
Applicability of mtcProviderInformation and afId in MonitoringConfiguration |
17.2.0 |
|
2021-03 |
CT#91e |
CP-210021 |
0568 |
F |
Clarification on subscription expiry |
17.2.0 |
|
2021-03 |
CT#91e |
CP-210021 |
0570 |
F |
PpData Removal |
17.2.0 |
|
2021-03 |
CT#91e |
CP-210021 |
0571 |
1 |
F |
Expected UE movement |
17.2.0 |
2021-03 |
CT#91e |
CP-210043 |
0573 |
A |
DlPacketCount |
17.2.0 |
|
2021-03 |
CT#91e |
CP-210043 |
0576 |
1 |
A |
Degistration Notification to Old SMF |
17.2.0 |
2021-03 |
CT#91e |
CP-210021 |
0577 |
F |
HSS Group Id |
17.2.0 |
|
2021-03 |
CT#91e |
CP-210048 |
0579 |
A |
AF ID for ECR Control |
17.2.0 |
|
2021-03 |
CT#91e |
CP-210089 |
0581 |
2 |
F |
Correction on UE Reachability Event |
17.2.0 |
2021-03 |
CT#91e |
CP-210049 |
0583 |
A |
Slice Information for PDN Connection Setup |
17.2.0 |
|
2021-03 |
CT#91e |
CP-210043 |
0585 |
A |
Corrections on reference of data type |
17.2.0 |
|
2021-03 |
CT#91e |
CP-210048 |
0587 |
1 |
A |
Corrections on 403 forbiden with the proper Application Errors |
17.2.0 |
2021-03 |
CT#91e |
CP-210021 |
0588 |
1 |
F |
Notify the revert of authorisation in EE |
17.2.0 |
2021-03 |
CT#91e |
CP-210061 |
0590 |
1 |
A |
Wildcard DNN in subscriptionDataSubscription |
17.2.0 |
2021-03 |
CT#91e |
CP-210050 |
0592 |
1 |
A |
IPTV access control information |
17.2.0 |
2021-03 |
CT#91e |
CP-210046 |
0594 |
1 |
A |
Support of Last known location |
17.2.0 |
2021-03 |
CT#91e |
CP-210035 |
0595 |
B |
SMS routing info retrieval by UECM GET service |
17.2.0 |
|
2021-03 |
CT#91e |
CP-210041 |
0597 |
A |
Corrected service consumer for LCS Broadcast Assistance data |
17.2.0 |
|
2021-03 |
CT#91e |
CP-210029 |
0599 |
F |
29.503 Rel-17 API version and External doc update |
17.2.0 |
|
2021-06 |
CT#92e |
CP-211028 |
0602 |
F |
SmsManagementSubscriptionData |
17.3.0 |
|
2021-06 |
CT#92e |
CP-211028 |
0604 |
1 |
F |
Trigger P-CSCF Restoration Description and Callback URIs |
17.3.0 |
2021-06 |
CT#92e |
CP-211028 |
0605 |
F |
UE Id in UDM SDM SubscriptionId URI |
17.3.0 |
|
2021-06 |
CT#92e |
CP-211022 |
0606 |
1 |
B |
Adding data types in Nudm_SubscriberDataManagement Service to support SPSFAS |
17.3.0 |
2021-06 |
CT#92e |
CP-211022 |
0607 |
1 |
B |
Adding PCF ID in Nudm_UEContextManagement Service to support SPSFAS |
17.3.0 |
2021-06 |
CT#92e |
CP-211065 |
0609 |
2 |
A |
SUPI in UECM GET Responses |
17.3.0 |
2021-06 |
CT#92e |
CP-211028 |
0610 |
1 |
B |
IP Index in UDM |
17.3.0 |
2021-06 |
CT#92e |
CP-211028 |
0612 |
1 |
F |
Superfluous PATCH method for Smsf3GppAccessRegistration and SmsfNon3GppAccessRegistration |
17.3.0 |
2021-06 |
CT#92e |
CP-211039 |
0613 |
1 |
B |
Add 5G DDNMF and ProSe Subscription Data |
17.3.0 |
2021-06 |
CT#92e |
CP-211026 |
0614 |
1 |
B |
Add List of Assistance Data Types for MO-LR |
17.3.0 |
2021-06 |
CT#92e |
CP-211054 |
0615 |
3 |
B |
API Extension of PP service for Multiple AFs |
17.3.0 |
2021-06 |
CT#92e |
CP-211083 |
0619 |
1 |
A |
Identifier Translation for MTLR |
17.3.0 |
2021-06 |
CT#92e |
CP-211067 |
0621 |
A |
Requesting NEF ID for NIDD Authorization |
17.3.0 |
|
2021-06 |
CT#92e |
CP-211047 |
0622 |
1 |
F |
RAN Node Level Location Accuracy |
17.3.0 |
2021-06 |
CT#92e |
CP-211054 |
0623 |
1 |
F |
UE Reachability with Not Allowed Area |
17.3.0 |
2021-06 |
CT#92e |
CP-211031 |
0627 |
1 |
B |
ECS Address Information |
17.3.0 |
2021-06 |
CT#92e |
CP-211056 |
0628 |
F |
OpenAPI Reference and description field for map data types |
17.3.0 |
|
2021-06 |
CT#92e |
CP-211028 |
0629 |
B |
NF Set Support in SMSF Info |
17.3.0 |
|
2021-06 |
CT#92e |
CP-211065 |
0631 |
1 |
A |
UPU and SOR negative ack |
17.3.0 |
2021-06 |
CT#92e |
CP-211039 |
0632 |
B |
Add DNNMF in Reference model |
17.3.0 |
|
2021-06 |
CT#92e |
CP-211069 |
0634 |
A |
Correction on V2X Subscription Data Retrieval |
17.3.0 |
|
2021-06 |
CT#92e |
CP-211028 |
0635 |
F |
Corrections on figure |
17.3.0 |
|
2021-06 |
CT#92e |
CP-211078 |
0637 |
1 |
A |
MTC Provider Info in 5G-VN-Group deletion |
17.3.0 |
2021-06 |
CT#92e |
CP-211044 |
0638 |
F |
Subscribed EE profile data for a group |
17.3.0 |
|
2021-06 |
CT#92e |
CP-211028 |
0639 |
1 |
F |
Adding some missing description fields to data type definitions in the OpenAPI specification file of the Nudm_MT API |
17.3.0 |
2021-06 |
CT#92e |
CP-211030 |
0640 |
1 |
B |
New parameter Subscribed-UE-Slice-MBR added |
17.3.0 |
2021-06 |
CT#92e |
CP-211059 |
0642 |
1 |
A |
Redirect Responses |
17.3.0 |
2021-06 |
CT#92e |
CP-211065 |
0645 |
1 |
A |
amfEeSubscriptionId |
17.3.0 |
2021-06 |
CT#92e |
CP-211031 |
0646 |
B |
ECS Address Information |
17.3.0 |
|
2021-06 |
CT#92e |
CP-211036 |
0647 |
1 |
B |
Support of Mute Reporting |
17.3.0 |
2021-06 |
CT#92e |
CP-211054 |
0650 |
1 |
B |
Service Descriptions of PP API for Multiple AFs Support |
17.3.0 |
2021-06 |
CT#92e |
CP-211028 |
0652 |
F |
Wildcard DNN |
17.3.0 |
|
2021-06 |
CT#92e |
CP-211028 |
0653 |
1 |
B |
AAA Server FQDN |
17.3.0 |
2021-06 |
CT#92e |
CP-211028 |
0654 |
1 |
B |
Identifier Translation |
17.3.0 |
2021-06 |
CT#92e |
CP-211038 |
0655 |
1 |
F |
Negotiation of Feature sorTransparentSupport |
17.3.0 |
2021-06 |
CT#92e |
CP-211028 |
0656 |
F |
Correction on EE Modification of a subscription |
17.3.0 |
|
2021-06 |
CT#92e |
CP-211028 |
0657 |
F |
Headers for EE service |
17.3.0 |
|
2021-06 |
CT#92e |
CP-211041 |
0658 |
2 |
B |
Aerial UE subscription data |
17.3.0 |
2021-06 |
CT#92e |
CP-211050 |
0659 |
F |
29.503 Rel-17 API version and External doc update |
17.3.0 |
|
2021-09 |
CT#93e |
CP-212068 |
0664 |
A |
Authentication for the UE accesses from CAG cell |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212060 |
0680 |
A |
3xx description correction for SCP |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212064 |
0688 |
A |
Encoding of binary attributes in JSON objects |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212072 |
0692 |
1 |
A |
EC Restriction |
17.4.0 |
2021-09 |
CT#93e |
CP-212069 |
0704 |
1 |
A |
Missing Event Reports |
17.4.0 |
2021-09 |
CT#93e |
CP-212071 |
0711 |
A |
Correct V2xSubscriptionData |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212078 |
0714 |
3 |
A |
Sub-Notify shared data |
17.4.0 |
2021-09 |
CT#93e |
CP-212041 |
0649 |
3 |
B |
NWDAF register into UDM |
17.4.0 |
2021-09 |
CT#93e |
CP-212039 |
0661 |
1 |
B |
Network access control in SNPN |
17.4.0 |
2021-09 |
CT#93e |
CP-212039 |
0662 |
2 |
B |
Authentication by AAA server in CH |
17.4.0 |
2021-09 |
CT#93e |
CP-212048 |
0665 |
1 |
F |
Update PGW FQDN in the SMF registration |
17.4.0 |
2021-09 |
CT#93e |
CP-212031 |
0669 |
B |
Spatial Validity Condition |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212041 |
0670 |
1 |
B |
NF Services consumed by DCCF |
17.4.0 |
2021-09 |
CT#93e |
CP-212026 |
0671 |
F |
Expected UE Behaviour |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212026 |
0672 |
F |
ImsVoPs clarification |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212026 |
0673 |
1 |
F |
Clarification on the number of Subscribed S-NSSAIs |
17.4.0 |
2021-09 |
CT#93e |
CP-212026 |
0674 |
F |
Routing Indicator |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212026 |
0675 |
1 |
F |
PGW-C+SMF registration time |
17.4.0 |
2021-09 |
CT#93e |
CP-212026 |
0676 |
F |
ContextInfo storage |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212026 |
0678 |
1 |
B |
Shared Session Management Subscription Data |
17.4.0 |
2021-09 |
CT#93e |
CP-212041 |
0682 |
1 |
B |
Serving AMF and SMF change notification |
17.4.0 |
2021-09 |
CT#93e |
CP-212030 |
0683 |
2 |
B |
NSSRG value |
17.4.0 |
2021-09 |
CT#93e |
CP-212026 |
0684 |
1 |
B |
Evolution of UPU delivery mechanism |
17.4.0 |
2021-09 |
CT#93e |
CP-212026 |
0685 |
F |
SUCI examples |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212026 |
0686 |
F |
Correction to AcknowledgeInfo Data Type Definition |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212026 |
0689 |
B |
Roaming status report with access type |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212026 |
0690 |
1 |
F |
Re-Registration Required |
17.4.0 |
2021-09 |
CT#93e |
CP-212026 |
0693 |
F |
Authorization of Identifier Translation |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212026 |
0694 |
B |
Authorization of Group Identifier Translation |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212026 |
0695 |
1 |
F |
MTC Provider in NIDD Authorization |
17.4.0 |
2021-09 |
CT#93e |
CP-212026 |
0696 |
F |
NIDD Authorization based on S-NSSAI |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212026 |
0697 |
1 |
B |
Retrieval of RegistrationDataSets containing IP-SM-GW |
17.4.0 |
2021-09 |
CT#93e |
CP-212048 |
0698 |
F |
Corrections on Update A Parameter in the AMF Registration |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212048 |
0699 |
1 |
F |
Corrections on SMF registration service operation |
17.4.0 |
2021-09 |
CT#93e |
CP-212026 |
0700 |
F |
Description of data type Report-r17 |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212026 |
0701 |
F |
Add missing ContextInfo in re-used Data Types tables- |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212037 |
0702 |
B |
Dynamic management of group based event monitoring |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212041 |
0705 |
B |
Persistent Data Collection via UDM |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212159 |
0706 |
1 |
F |
PGW IP Address |
17.4.0 |
2021-09 |
CT#93e |
CP-212036 |
0707 |
B |
Extends Multiple Data Sets for ProSe Subscription Data |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212036 |
0708 |
1 |
B |
ProSe Subscription Data |
17.4.0 |
2021-09 |
CT#93e |
CP-212056 |
0712 |
F |
EE subscription mapping to EPC |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212057 |
0715 |
1 |
B |
Partial success on EE subscription |
17.4.0 |
2021-09 |
CT#93e |
CP-212057 |
0716 |
B |
Partial success on EE subscription in EPC |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212048 |
0717 |
1 |
F |
backupAmfInfo removal |
17.4.0 |
2021-09 |
CT#93e |
CP-212032 |
0718 |
1 |
F |
Selecting the same PCF for AMF and SMF in the EPS to 5GS mobility scenario |
17.4.0 |
2021-09 |
CT#93e |
CP-212030 |
0719 |
F |
Corrections to the Nudm_SDM re-used Data Types table |
17.4.0 |
|
2021-09 |
CT#93e |
CP-212026 |
0720 |
1 |
F |
UeReachableInd |
17.4.0 |
2021-09 |
CT#93e |
CP-212059 |
0723 |
F |
29.503 Rel-17 API version and External doc update |
17.4.0 |
|
2021-12 |
CT#94e |
CP-213109 |
0725 |
F |
Update the reference point between 5G DDNMF and UDM in Overview |
17.5.0 |
|
2021-12 |
CT#94e |
CP-213092 |
0726 |
2 |
B |
Instruction to AMF to provide all subscribed S-NSSAIs to UE |
17.5.0 |
2021-12 |
CT#94e |
CP-213093 |
0727 |
1 |
B |
AF Specific UE ID Retrieval |
17.5.0 |
2021-12 |
CT#94e |
CP-213093 |
0728 |
3 |
B |
Support for Service Specific Authorization |
17.5.0 |
2021-12 |
CT#94e |
CP-213085 |
0729 |
1 |
F |
Clarification of the response to modification of sdmSubscription |
17.5.0 |
2021-12 |
CT#94e |
CP-213085 |
0730 |
1 |
F |
Corrections on the Data type of pduSessionTypes in 5GVnGroupData |
17.5.0 |
2021-12 |
CT#94e |
CP-213086 |
0735 |
2 |
F |
ReRegistration Update |
17.5.0 |
2021-12 |
CT#94e |
CP-213086 |
0736 |
2 |
C |
Immediate Shared Data Report |
17.5.0 |
2021-12 |
CT#94e |
CP-213097 |
0737 |
B |
5MBS Subscription Data |
17.5.0 |
|
2021-12 |
CT#94e |
CP-213107 |
0738 |
1 |
B |
Routing Indicator |
17.5.0 |
2021-12 |
CT#94e |
CP-213085 |
0740 |
1 |
F |
Correction on deregistrationNotification |
17.5.0 |
2021-12 |
CT#94e |
CP-213093 |
0741 |
2 |
F |
ECS Address Configuration |
17.5.0 |
2021-12 |
CT#94e |
CP-213086 |
0742 |
1 |
F |
RAT restrictions |
17.5.0 |
2021-12 |
CT#94e |
CP-213102 |
0747 |
3 |
B |
Corrections on NWDAF registration |
17.5.0 |
2021-12 |
CT#94e |
CP-213088 |
0750 |
A |
Removal of an Editor’s Note |
17.5.0 |
|
2021-12 |
CT#94e |
CP-213088 |
0752 |
1 |
A |
CR implementation correction |
17.5.0 |
2021-12 |
CT#94e |
CP-213148 |
0759 |
1 |
A |
Supported Features query parameter |
17.5.0 |
2021-12 |
CT#94e |
CP-213138 |
0762 |
1 |
A |
Idle Status Indication |
17.5.0 |
2021-12 |
CT#94e |
CP-213088 |
0764 |
A |
Wrong spelling of "locationAge" attribute in OpenAPI |
17.5.0 |
|
2021-12 |
CT#94e |
CP-213143 |
0775 |
A |
Correction on SMF Registration Information |
17.5.0 |
|
2021-12 |
CT#94e |
CP-213188 |
0733 |
3 |
B |
Provisioning Session Authorization Information in UDM |
17.5.0 |
2021-12 |
CT#94e |
CP-213114 |
0748 |
2 |
B |
Send Routing Indicator to AMF after UPU |
17.5.0 |
2021-12 |
CT#94e |
CP-213087 |
0754 |
3 |
F |
Typo correction |
17.5.0 |
2021-12 |
CT#94e |
CP-213093 |
0755 |
B |
UE authorization for 5GC assisted EAS discovery |
17.5.0 |
|
2021-12 |
CT#94e |
CP-213087 |
0760 |
1 |
F |
Naming Conventions |
17.5.0 |
2021-12 |
CT#94e |
CP-213087 |
0769 |
1 |
F |
Correction of miscellaneous typos and spelling errors |
17.5.0 |
2021-12 |
CT#94e |
CP-213088 |
0771 |
1 |
F |
SMF Registration operations |
17.5.0 |
2021-12 |
CT#94e |
CP-213113 |
0772 |
F |
Corrections to the Nudm_SDM re-used Data Types |
17.5.0 |
|
2021-12 |
CT#94e |
CP-213086 |
0773 |
B |
Minimal Reporting Interval |
17.5.0 |
|
2021-12 |
CT#94e |
CP-213106 |
0776 |
1 |
B |
SOR-CMCI support |
17.5.0 |
2021-12 |
CT#94e |
CP-213086 |
0777 |
F |
422 Unprocessable Entity |
17.5.0 |
|
2021-12 |
CT#94e |
CP-213110 |
0779 |
1 |
B |
Addition of UEs for group based event subscription |
17.5.0 |
2021-12 |
CT#94e |
CP-213087 |
0780 |
1 |
F |
Clarification of the response to modification of sdmSubscription |
17.5.0 |
2021-12 |
CT#94e |
CP-213189 |
0781 |
2 |
B |
Update Roaming Information in EPC |
17.5.0 |
2021-12 |
CT#94e |
CP-213120 |
0782 |
F |
307/308 redirection |
17.5.0 |
|
2021-12 |
CT#94e |
CP-213121 |
0783 |
F |
29.503 Rel-17 API version and External doc update |
17.5.0 |
|
2022-03 |
CT#95e |
CP-220047 |
0756 |
2 |
F |
UE registration in SNPN using credentials from CH |
17.6.0 |
2022-03 |
CT#95e |
CP-220047 |
0786 |
1 |
F |
SNPN impacts on UDM – onboarding |
17.6.0 |
2022-03 |
CT#95e |
CP-220342 |
0787 |
2 |
F |
SNPN impacts on UDM – PVS information |
17.6.0 |
2022-03 |
CT#95e |
CP-220041 |
0788 |
B |
Emergency Registration Indication during Nudm_UECM |
17.6.0 |
|
2022-03 |
CT#95e |
CP-220049 |
0789 |
2 |
B |
User consent for analytics and model training |
17.6.0 |
2022-03 |
CT#95e |
CP-220053 |
0790 |
B |
NSWO authentication |
17.6.0 |
|
2022-03 |
CT#95e |
CP-220036 |
0792 |
1 |
B |
Data Restoration Notification |
17.6.0 |
2022-03 |
CT#95e |
CP-220030 |
0793 |
1 |
B |
GetGbaAv Service Operation |
17.6.0 |
2022-03 |
CT#95e |
CP-220047 |
0794 |
B |
Conveying the SNPN-ID on the PLMN-ID Query Parameter |
17.6.0 |
|
2022-03 |
CT#95e |
CP-220054 |
0795 |
1 |
B |
P-CSCF Restoration |
17.6.0 |
2022-03 |
CT#95e |
CP-220023 |
0797 |
F |
Clarification of BackupAmfInfo |
17.6.0 |
|
2022-03 |
CT#95e |
CP-220023 |
0798 |
F |
Removal of the redundant NOTE |
17.6.0 |
|
2022-03 |
CT#95e |
CP-220029 |
0800 |
B |
Resource-based authorization on the Nudm_UEAU API |
17.6.0 |
|
2022-03 |
CT#95e |
CP-220024 |
0801 |
1 |
F |
Corrections related to the description fields in the OpenAPI descriptions |
17.6.0 |
2022-03 |
CT#95e |
CP-220074 |
0807 |
1 |
A |
Default value for noEeSubscriptionInd |
17.6.0 |
2022-03 |
CT#95e |
CP-220075 |
0812 |
1 |
A |
Nssaa feature description |
17.6.0 |
2022-03 |
CT#95e |
CP-220078 |
0824 |
1 |
A |
Correction on SDM Subscription |
17.6.0 |
2022-03 |
CT#95e |
CP-220074 |
0826 |
1 |
A |
Immediate Reporting in EE Subscription Response |
17.6.0 |
2022-03 |
CT#95e |
CP-220073 |
0822 |
1 |
A |
Routing Indicator Update in Nudm_SDM notifications |
17.6.0 |
2022-03 |
CT#95e |
CP-220025 |
0803 |
1 |
F |
Re-used data type is missing |
17.6.0 |
2022-03 |
CT#95e |
CP-220050 |
0810 |
1 |
B |
HPLMN Control in disaster roaming |
17.6.0 |
2022-03 |
CT#95e |
CP-220024 |
0813 |
F |
Conditional SMSF de-registration |
17.6.0 |
|
2022-03 |
CT#95e |
CP-220036 |
0814 |
1 |
B |
Reset Ids |
17.6.0 |
2022-03 |
CT#95e |
CP-220145 |
0815 |
2 |
F |
Reuse of type Fqdn from 29.571 |
17.6.0 |
2022-03 |
CT#95e |
CP-220062 |
0816 |
1 |
F |
Minor corrections |
17.6.0 |
2022-03 |
CT#95e |
CP-220031 |
0817 |
1 |
F |
Service Specific Authorization Corrections |
17.6.0 |
2022-03 |
CT#95e |
CP-220062 |
0818 |
1 |
F |
PLMN Id of PGW-C+SMF |
17.6.0 |
2022-03 |
CT#95e |
CP-220024 |
0819 |
F |
Query parameters in Monitored Resource URIs |
17.6.0 |
|
2022-03 |
CT#95e |
CP-220166 |
0821 |
2 |
F |
Event Exposure subscription revocation due to removal of GPSI |
17.6.0 |
2022-03 |
CT#95e |
CP-220025 |
0827 |
1 |
B |
Improvement on UeContextInSmfData Subscription |
17.6.0 |
2022-03 |
CT#95e |
CP-220049 |
0828 |
B |
Registration Data Sets retrieval |
17.6.0 |
|
2022-03 |
CT#95e |
CP-220035 |
0829 |
B |
Subscription Data Sets retrieval |
17.6.0 |
|
2022-03 |
CT#95e |
CP-220044 |
0832 |
B |
Aerial service indication in UUAA-SM |
17.6.0 |
|
2022-03 |
CT#95e |
CP-220062 |
0834 |
Update incorrect NOTE format |
17.6.0 |
||
2022-03 |
CT#95e |
CP-220036 |
0836 |
1 |
B |
Usage of registrationTime on Nudm |
17.6.0 |
2022-03 |
CT#95e |
CP-220047 |
0835 |
1 |
B |
EAP-TTLS support in SNPN (TS 29.503) |
17.6.0 |
2022-03 |
CT#95e |
CP-220066 |
0839 |
F |
API version and External doc update |
17.6.0 |
|
2022-06 |
CT#96 |
CP-221052 |
0842 |
1 |
F |
SMF Deregistration for Duplicated PDU Session |
17.7.0 |
2022-06 |
CT#96 |
CP-221028 |
0843 |
1 |
F |
IP address allocation paramer provisioning for 5G VN group data |
17.7.0 |
2022-06 |
CT#96 |
CP-221036 |
0844 |
F |
SUCI Regular Expression Pattern |
17.7.0 |
|
2022-06 |
CT#96 |
CP-221027 |
0845 |
F |
Correction of typos in description fields |
17.7.0 |
|
2022-06 |
CT#96 |
CP-221033 |
0846 |
1 |
F |
Default subscribed S-NSSAI not subject to NSAC |
17.7.0 |
2022-06 |
CT#96 |
CP-221040 |
0847 |
B |
eDRX parameter for Redcap |
17.7.0 |
|
2022-06 |
CT#96 |
CP-221034 |
0848 |
1 |
F |
Data Type descriptions in Nudm_SSAU |
17.7.0 |
2022-06 |
CT#96 |
CP-221027 |
0849 |
F |
FQDN in PcscfAddress |
17.7.0 |
|
2022-06 |
CT#96 |
CP-221027 |
0850 |
1 |
F |
IdTranslationResult |
17.7.0 |
2022-06 |
CT#96 |
CP-221027 |
0851 |
F |
Retrieval Of Multiple UE Registration Data Sets |
17.7.0 |
|
2022-06 |
CT#96 |
CP-221027 |
0852 |
F |
Shared Data clarification |
17.7.0 |
|
2022-06 |
CT#96 |
CP-221027 |
0853 |
1 |
F |
Maximum IPv6 prefix size |
17.7.0 |
2022-06 |
CT#96 |
CP-221045 |
0854 |
1 |
F |
EES as the consent enforcing entity |
17.7.0 |
2022-06 |
CT#96 |
CP-221034 |
0855 |
1 |
F |
Service Specific Authorization |
17.7.0 |
2022-06 |
CT#96 |
CP-221039 |
0856 |
1 |
B |
Disaster Roaming Indicator |
17.7.0 |
2022-06 |
CT#96 |
CP-221052 |
0857 |
F |
Cardinality of the data types |
17.7.0 |
|
2022-06 |
CT#96 |
CP-221043 |
0858 |
1 |
B |
New GetProseAv service operation in Nudm_UEAuthentication |
17.7.0 |
2022-06 |
CT#96 |
CP-221043 |
0859 |
B |
Overview of New GetProseAv service operation |
17.7.0 |
|
2022-06 |
CT#96 |
CP-221032 |
0860 |
F |
Update the introduction and reference for GetGbaAv |
17.7.0 |
|
2022-06 |
CT#96 |
CP-221052 |
0861 |
1 |
F |
Update on SMF+PGW-C assigned PDU Session ID |
17.7.0 |
2022-06 |
CT#96 |
CP-221028 |
0863 |
F |
Correction of incorrect data types reference in Amf3GppAccessRegistration and AmfNon3GppAccessRegistration |
17.7.0 |
|
2022-06 |
CT#96 |
CP-221031 |
0864 |
1 |
B |
Add SBI support Indication for IP-SM-GW. |
17.7.0 |
2022-06 |
CT#96 |
CP-221031 |
0865 |
1 |
B |
Add SBI support Indication for SMSF. |
17.7.0 |
2022-06 |
CT#96 |
CP-221064 |
0868 |
A |
AUSF Set Id in AuthEvent |
17.7.0 |
|
2022-06 |
CT#96 |
CP-221038 |
0869 |
eNA Supported Features Description |
17.7.0 |
||
2022-06 |
CT#96 |
CP-221039 |
0870 |
2 |
B |
UE MINT support indicator |
17.7.0 |
2022-06 |
CT#96 |
CP-221043 |
0873 |
F |
Update the reference point between DDNMF and UDM |
17.7.0 |
|
2022-06 |
CT#96 |
CP-221037 |
0875 |
1 |
B |
Update Nudm_SDM_Get to support TSCTSF |
17.7.0 |
2022-06 |
CT#96 |
CP-221037 |
0876 |
F |
Update the reference point between TSCTSF and UDM |
17.7.0 |
|
2022-06 |
CT#96 |
CP-221029 |
0877 |
1 |
F |
Remove the apiVersion placeholder from the resource URI variables table |
17.7.0 |
2022-06 |
CT#96 |
CP-221235 |
0878 |
3 |
B |
Nudm_ReportSMDeliveryStatus service API |
17.7.0 |
2022-06 |
CT#96 |
CP-221031 |
0880 |
1 |
B |
Update EventExposure for SMS |
17.7.0 |
2022-06 |
CT#96 |
CP-221029 |
0881 |
1 |
F |
Nudm_UEAU Reused Data Types |
17.7.0 |
2022-06 |
CT#96 |
CP-221039 |
0882 |
F |
Network-initiated Deregistration if disaster condition is no longer being applicable |
17.7.0 |
|
2022-06 |
CT#96 |
CP-221052 |
0887 |
F |
Correction on enumeration values |
17.7.0 |
|
2022-06 |
CT#96 |
CP-221044 |
0888 |
1 |
F |
SBI-based Secondary Authentication and Authorization |
17.7.0 |
2022-06 |
CT#96 |
CP-221031 |
0889 |
1 |
B |
Send Routing Info For SM |
17.7.0 |
2022-06 |
CT#96 |
CP-221036 |
0890 |
1 |
F |
SOR-SNPN-SI Support Indication |
17.7.0 |
2022-06 |
CT#96 |
CP-221025 |
0891 |
1 |
F |
UDR Restoration |
17.7.0 |
2022-06 |
CT#96 |
CP-221059 |
0893 |
B |
Updating the UcPurpose data type for EDGEAPP |
17.7.0 |
|
2022-06 |
CT#96 |
CP-221051 |
0894 |
F |
API version and External doc update |
17.7.0 |
|
2022-09 |
CT#97e |
CP-222065 |
0926 |
1 |
A |
Clarification of NIDD Authorization |
17.8.0 |
2022-09 |
CT#97e |
CP-222037 |
0874 |
2 |
F |
Support Anonymous SUCI |
17.8.0 |
2022-09 |
CT#97e |
CP-222037 |
0896 |
F |
PVS related alignment |
17.8.0 |
|
2022-09 |
CT#97e |
CP-222026 |
0898 |
F |
ContextInfo in AuthorizationInfo on Nudr |
17.8.0 |
|
2022-09 |
CT#97e |
CP-222026 |
0899 |
F |
DATA_NOT_FOUND |
17.8.0 |
|
2022-09 |
CT#97e |
CP-222026 |
0900 |
F |
EC restriction |
17.8.0 |
|
2022-09 |
CT#97e |
CP-222026 |
0901 |
F |
Allow empty array in 200 OK |
17.8.0 |
|
2022-09 |
CT#97e |
CP-222026 |
0903 |
F |
Idle Status Indication |
17.8.0 |
|
2022-09 |
CT#97e |
CP-222027 |
0905 |
F |
Security scope for Nudm_RSDS |
17.8.0 |
|
2022-09 |
CT#97e |
CP-222026 |
0906 |
F |
Shared AccessAndMobilitySubscriptionData clarification |
17.8.0 |
|
2022-09 |
CT#97e |
CP-222026 |
0907 |
F |
Query parameter shared-data-ids |
17.8.0 |
|
2022-09 |
CT#97e |
CP-222026 |
0908 |
F |
Supported Features query parameter for individual shared data retrieval |
17.8.0 |
|
2022-09 |
CT#97e |
CP-222026 |
0910 |
F |
DeregistrationReason |
17.8.0 |
|
2022-09 |
CT#97e |
CP-222047 |
0911 |
1 |
F |
Monitoring Event Configuration |
17.8.0 |
2022-09 |
CT#97e |
CP-222026 |
0912 |
F |
SupportedFeatures in SmsSubscriptionData and SessionManagementSubscriptionData |
17.8.0 |
|
2022-09 |
CT#97e |
CP-222026 |
0913 |
F |
UPU clarification |
17.8.0 |
|
2022-09 |
CT#97e |
CP-222026 |
0914 |
1 |
F |
Empty UeContextInSmfData |
17.8.0 |
2022-09 |
CT#97e |
CP-222035 |
0917 |
1 |
F |
Resolve EN for 5G ProSe Services Operations |
17.8.0 |
2022-09 |
CT#97e |
CP-222026 |
0918 |
1 |
F |
AreaCode for Forbidden Areas |
17.8.0 |
2022-09 |
CT#97e |
CP-222029 |
0919 |
1 |
F |
Correction of ECS Address Configuration Information |
17.8.0 |
2022-09 |
CT#97e |
CP-222029 |
0920 |
1 |
F |
Correction of ServiceSpecificAuthorization |
17.8.0 |
2022-09 |
CT#97e |
CP-222044 |
0923 |
F |
Nwdaf Registration Modification |
17.8.0 |
|
2022-09 |
CT#97e |
CP-222044 |
0924 |
F |
S-NSSAI of PDU Session registered to UDM |
17.8.0 |
|
2022-09 |
CT#97e |
CP-222027 |
0929 |
B |
Update on IP-SM-GW and SMS router address |
17.8.0 |
|
2022-09 |
CT#97e |
CP-222057 |
0931 |
F |
Roaming Info Update |
17.8.0 |
|
2022-09 |
CT#97e |
CP-222057 |
0932 |
2 |
F |
PEI Information |
17.8.0 |
2022-09 |
CT#97e |
CP-222058 |
0933 |
F |
API version and External doc update |
17.8.0 |
|
2022-12 |
CT#98e |
CP-223067 |
0948 |
1 |
A |
Return GUAMI of Serving AMF to GMLC |
17.9.0 |
2022-12 |
CT#98e |
CP-223054 |
0936 |
1 |
F |
Serving Network Name in ProSeAuthenticationInfoRequest |
17.9.0 |
2022-12 |
CT#98e |
CP-223061 |
0946 |
1 |
F |
Correction on Batch Operation for Subscription Retrieval |
17.9.0 |
2022-12 |
CT#98e |
CP-223094 |
0949 |
2 |
F |
Service Specific Authorization Remove |
17.9.0 |
2022-12 |
CT#98e |
CP-223045 |
0950 |
1 |
F |
Update to Service Specific Authorization Create and UpdateNotify |
17.9.0 |
2022-12 |
CT#98e |
CP-223060 |
0951 |
F |
Correction on PLMN IDs in UECM service |
17.9.0 |
|
2022-12 |
CT#98e |
CP-223061 |
0952 |
F |
Essential Clarification for SMF Deregistration |
17.9.0 |
|
2022-12 |
CT#98e |
CP-223050 |
0956 |
3 |
F |
Mapping GPSIs and Group Identifiers to a SUPI list |
17.9.0 |
2022-12 |
CT#98e |
CP-223047 |
0958 |
1 |
F |
Data Restoration Notification for Nudm_EE |
17.9.0 |
2022-12 |
CT#98e |
CP-223054 |
0965 |
3 |
F |
Update on ProSeAuthenticationInfoResult |
17.9.0 |
2022-12 |
CT#98e |
CP-223066 |
0971 |
F |
29.503 Rel-17 API version and External doc update |
17.9.0 |
|
2022-12 |
CT#98e |
CP-223029 |
0938 |
1 |
F |
Access Type Restriction |
18.0.0 |
2022-12 |
CT#98e |
CP-223034 |
0940 |
F |
CAG feature support in UECM |
18.0.0 |
|
2022-12 |
CT#98e |
CP-223034 |
0941 |
F |
Authentication Information Retrieval |
18.0.0 |
|
2022-12 |
CT#98e |
CP-223029 |
0942 |
2 |
F |
ProSe Authentication Vector Cardinality |
18.0.0 |
2022-12 |
CT#98e |
CP-223029 |
0943 |
2 |
F |
Additional Filter for Immediate Report in SdmSubscription |
18.0.0 |
2022-12 |
CT#98e |
CP-223029 |
0944 |
1 |
B |
SubscriptionId in ModificationNotification |
18.0.0 |
2022-12 |
CT#98e |
CP-223027 |
0945 |
1 |
F |
Missing Mandatory Status Codes in OpenAPI |
18.0.0 |
2022-12 |
CT#98e |
CP-223027 |
0953 |
F |
requestHeaders in ContextInfo |
18.0.0 |
|
2022-12 |
CT#98e |
CP-223027 |
0957 |
F |
Correction on Internal Group Id creation |
18.0.0 |
|
2022-12 |
CT#98e |
CP-223027 |
0959 |
B |
Improvement to UDM-triggered PDU Session deregistration procedure |
18.0.0 |
|
2022-12 |
CT#98e |
CP-223096 |
0960 |
2 |
F |
Correction of boolean type IEs |
18.0.0 |
2022-12 |
CT#98e |
CP-223068 |
0969 |
2 |
F |
Update on vgmlcAddress |
18.0.0 |
2022-12 |
CT#98e |
CP-223033 |
0970 |
F |
29.503 Rel-18 API version and External doc update |
18.0.0 |