A.4 Nudr_DataRepository API for Exposure Data

29.5193GPP5G SystemRelease 18Stage 3TSUsage of the Unified Data Repository Service for Policy Data, Application Data and Structured Data for Exposure

For the purpose of referencing entities defined in the Open API file defined in this Annex, it shall be assumed that this Open API file is contained in a physical file termed "TS29519_Exposure_Data.yaml".

openapi: 3.0.0

info:

version: ‘-‘

title: Unified Data Repository Service API file for structured data for exposure

description: |

The API version is defined in 3GPP TS 29.504

© 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).

All rights reserved.

externalDocs:

description: >

3GPP TS 29.519 V18.0.0; 5G System; Usage of the Unified Data Repository Service for Policy Data,

Application Data and Structured Data for Exposure.

url: ‘https://www.3gpp.org/ftp/Specs/archive/29_series/29.519/’

paths:

/exposure-data/{ueId}/access-and-mobility-data:

put:

summary: Creates and updates the access and mobility exposure data for a UE

operationId: CreateOrReplaceAccessAndMobilityData

tags:

– AccessAndMobilityData

security:

– {}

– oAuth2ClientCredentials:

– nudr-dr

– oAuth2ClientCredentials:

– nudr-dr

– nudr-dr:exposure-data

– oAuth2ClientCredentials:

– nudr-dr

– nudr-dr:exposure-data

– nudr-dr:exposure-data:access-and-mobility-data:create

parameters:

– name: ueId

in: path

description: UE id

required: true

schema:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/VarUeId’

requestBody:

required: true

content:

application/json:

schema:

$ref: ‘#/components/schemas/AccessAndMobilityData’

responses:

‘201’:

description: >

Successful case. The resource has been successfully created and a response

body containing a representation of the access and mobility data shall be returned.

content:

application/json:

schema:

$ref: ‘#/components/schemas/AccessAndMobilityData’

headers:

Location:

description: ‘Contains the URI of the newly created resource’

required: true

schema:

type: string

‘200’:

description: >

Successful case. The resource has been successfully updated and a response

body containing a representation of the access and mobility data shall be returned.

content:

application/json:

schema:

$ref: ‘#/components/schemas/AccessAndMobilityData’

‘204’:

description: Successful case. The resource has been successfully updated and no additional content is to be sent in the response message.

‘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:

$ref: ‘TS29571_CommonData.yaml#/components/responses/default’

get:

summary: Retrieves the access and mobility exposure data for a UE

operationId: QueryAccessAndMobilityData

tags:

– AccessAndMobilityData

security:

– {}

– oAuth2ClientCredentials:

– nudr-dr

– oAuth2ClientCredentials:

– nudr-dr

– nudr-dr:exposure-data

– oAuth2ClientCredentials:

– nudr-dr

– nudr-dr:exposure-data

– nudr-dr:exposure-data:access-and-mobility-data:read

parameters:

– name: ueId

in: path

description: UE id

required: true

schema:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/VarUeId’

– name: supp-feat

in: query

description: Supported Features

required: false

schema:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/SupportedFeatures’

responses:

‘200’:

description: The response body contains the access and mobility data

content:

application/json:

schema:

$ref: ‘#/components/schemas/AccessAndMobilityData’

‘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’

‘406’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/406’

‘414’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/414’

‘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:

$ref: ‘TS29571_CommonData.yaml#/components/responses/default’

delete:

summary: Deletes the access and mobility exposure data for a UE

operationId: DeleteAccessAndMobilityData

tags:

– AccessAndMobilityData

security:

– {}

– oAuth2ClientCredentials:

– nudr-dr

– oAuth2ClientCredentials:

– nudr-dr

– nudr-dr:exposure-data

– oAuth2ClientCredentials:

– nudr-dr

– nudr-dr:exposure-data

– nudr-dr:exposure-data:access-and-mobility-data:modify

parameters:

– name: ueId

in: path

description: UE id

required: true

schema:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/VarUeId’

responses:

‘204’:

description: Upon success, an empty response body shall be returned

‘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’

‘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:

$ref: ‘TS29571_CommonData.yaml#/components/responses/default’

patch:

summary: Updates the access and mobility exposure data for a UE

operationId: UpdateAccessAndMobilityData

tags:

– AccessAndMobilityData

security:

– {}

– oAuth2ClientCredentials:

– nudr-dr

– oAuth2ClientCredentials:

– nudr-dr

– nudr-dr:exposure-data

– oAuth2ClientCredentials:

– nudr-dr

– nudr-dr:exposure-data

– nudr-dr:exposure-data:access-and-mobility-data:modify

parameters:

– name: ueId

in: path

description: UE id

required: true

schema:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/VarUeId’

requestBody:

required: true

content:

application/merge-patch+json:

schema:

$ref: ‘#/components/schemas/AccessAndMobilityData’

responses:

‘204’:

description: >

Successful case. The resource has been successfully updated and no additional

content is to be sent in the response message.

‘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:

$ref: ‘TS29571_CommonData.yaml#/components/responses/default’

/exposure-data/{ueId}/session-management-data/{pduSessionId}:

put:

summary: Creates and updates the session management data for a UE and for an individual PDU session

operationId: CreateOrReplaceSessionManagementData

tags:

– PduSessionManagementData

security:

– {}

– oAuth2ClientCredentials:

– nudr-dr

– oAuth2ClientCredentials:

– nudr-dr

– nudr-dr:exposure-data

– oAuth2ClientCredentials:

– nudr-dr

– nudr-dr:exposure-data

– nudr-dr:exposure-data:session-management-data:create

parameters:

– name: ueId

in: path

description: UE id

required: true

schema:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/VarUeId’

– name: pduSessionId

in: path

description: PDU session id

required: true

schema:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/PduSessionId’

requestBody:

required: true

content:

application/json:

schema:

$ref: ‘#/components/schemas/PduSessionManagementData’

responses:

‘201’:

description: >

Successful case. The resource has been successfully created and a response

body containing a representation of the session management data shall be returned.

content:

application/json:

schema:

$ref: ‘#/components/schemas/PduSessionManagementData’

headers:

Location:

description: ‘Contains the URI of the newly created resource’

required: true

schema:

type: string

‘200’:

description: >

Successful case. The resource has been successfully updated and a response body

containing a representation of the session management data shall be returned.

content:

application/json:

schema:

$ref: ‘#/components/schemas/PduSessionManagementData’

‘204’:

description: >

Successful case. The resource has been successfully updated and no additional

content is to be sent in the response message.

‘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:

$ref: ‘TS29571_CommonData.yaml#/components/responses/default’

get:

summary: Retrieves the session management data for a UE and for an individual PDU session

operationId: QuerySessionManagementData

tags:

– PduSessionManagementData

security:

– {}

– oAuth2ClientCredentials:

– nudr-dr

– oAuth2ClientCredentials:

– nudr-dr

– nudr-dr:exposure-data

– oAuth2ClientCredentials:

– nudr-dr

– nudr-dr:exposure-data

– nudr-dr:exposure-data:session-management-data:read

parameters:

– name: ueId

in: path

description: UE id

required: true

schema:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/VarUeId’

– name: pduSessionId

in: path

description: PDU session id

required: true

schema:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/PduSessionId’

– name: ipv4-addr

in: query

description: IPv4 Address of the UE

required: false

schema:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/Ipv4Addr’

– name: ipv6-prefix

in: query

description: IPv6 Address Prefix of the UE

required: false

schema:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/Ipv6Prefix’

– name: dnn

in: query

description: DNN of the UE

required: false

schema:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/Dnn’

– name: fields

in: query

description: attributes to be retrieved

required: false

schema:

type: array

items:

type: string

minItems: 1

– name: supp-feat

in: query

description: Supported Features

required: false

schema:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/SupportedFeatures’

responses:

‘200’:

description: The response body contains the session management data

content:

application/json:

schema:

$ref: ‘#/components/schemas/PduSessionManagementData’

‘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’

‘406’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/406’

‘414’:

$ref: ‘TS29571_CommonData.yaml#/components/responses/414’

‘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:

$ref: ‘TS29571_CommonData.yaml#/components/responses/default’

delete:

summary: Deletes the session management data for a UE and for an individual PDU session

operationId: DeleteSessionManagementData

tags:

– PduSessionManagementData

security:

– {}

– oAuth2ClientCredentials:

– nudr-dr

– oAuth2ClientCredentials:

– nudr-dr

– nudr-dr:exposure-data

– oAuth2ClientCredentials:

– nudr-dr

– nudr-dr:exposure-data

– nudr-dr:exposure-data:session-management-data:modify

parameters:

– name: ueId

in: path

description: UE id

required: true

schema:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/VarUeId’

– name: pduSessionId

in: path

description: PDU session id

required: true

schema:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/PduSessionId’

responses:

‘204’:

description: Upon success, an empty response body shall be returned

‘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’

‘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:

$ref: ‘TS29571_CommonData.yaml#/components/responses/default’

/exposure-data/subs-to-notify:

post:

summary: Create a subscription to receive notification of exposure data changes

operationId: CreateIndividualExposureDataSubscription

tags:

– ExposureDataSubscriptions (Collection)

security:

– {}

– oAuth2ClientCredentials:

– nudr-dr

– oAuth2ClientCredentials:

– nudr-dr

– nudr-dr:exposure-data

– oAuth2ClientCredentials:

– nudr-dr

– nudr-dr:exposure-data

– nudr-dr:exposure-data:subs-to-notify:create

requestBody:

required: true

content:

application/json:

schema:

$ref: ‘#/components/schemas/ExposureDataSubscription’

responses:

‘201’:

description: Created

content:

application/json:

schema:

$ref: ‘#/components/schemas/ExposureDataSubscription’

headers:

Location:

description: ‘Contains the URI of the newly created resource’

required: true

schema:

type: string

‘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:

$ref: ‘TS29571_CommonData.yaml#/components/responses/default’

callbacks:

exposureDataChangeNotification:

‘{$request.body#/notificationUri}’:

post:

requestBody:

required: true

content:

application/json:

schema:

type: array

items:

$ref: ‘#/components/schemas/ExposureDataChangeNotification’

minItems: 1

responses:

‘204’:

description: No Content, Notification was successful

‘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:

$ref: ‘TS29571_CommonData.yaml#/components/responses/default’

/exposure-data/subs-to-notify/{subId}:

put:

summary: updates a subscription to receive notifications of exposure data changes

operationId: ReplaceIndividualExposureDataSubscription

tags:

– IndividualExposureDataSubscription (Document)

security:

– {}

– oAuth2ClientCredentials:

– nudr-dr

– oAuth2ClientCredentials:

– nudr-dr

– nudr-dr:exposure-data

– oAuth2ClientCredentials:

– nudr-dr

– nudr-dr:exposure-data

– nudr-dr:exposure-data:subs-to-notify:modify

parameters:

– name: subId

in: path

description: Subscription id

required: true

schema:

type: string

requestBody:

required: true

content:

application/json:

schema:

$ref: ‘#/components/schemas/ExposureDataSubscription’

responses:

‘200’:

description: >

Resource was successfully modified and a body with the modified subscription

to notifications about exposure data is returned..

content:

application/json:

schema:

$ref: ‘#/components/schemas/ExposureDataSubscription’

‘204’:

description: The individual subscription resource was successfully modified.

‘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:

$ref: ‘TS29571_CommonData.yaml#/components/responses/default’

delete:

summary: Deletes the individual Exposure Data subscription

operationId: DeleteIndividualExposureDataSubscription

tags:

– IndividualExposureDataSubscription (Document)

security:

– {}

– oAuth2ClientCredentials:

– nudr-dr

– oAuth2ClientCredentials:

– nudr-dr

– nudr-dr:exposure-data

– oAuth2ClientCredentials:

– nudr-dr

– nudr-dr:exposure-data

– nudr-dr:exposure-data:subs-to-notify:modify

parameters:

– name: subId

in: path

description: Subscription id

required: true

schema:

type: string

responses:

‘204’:

description: Resource was successfully deleted.

‘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’

‘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:

$ref: ‘TS29571_CommonData.yaml#/components/responses/default’

components:

schemas:

AccessAndMobilityData:

description: Represents Access and Mobility data for a UE.

type: object

properties:

location:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/UserLocation’

locationTs:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/DateTime’

timeZone:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/TimeZone’

timeZoneTs:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/DateTime’

accessType:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/AccessType’

regStates:

type: array

items:

$ref: ‘TS29518_Namf_EventExposure.yaml#/components/schemas/RmInfo’

regStatesTs:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/DateTime’

connStates:

type: array

items:

$ref: ‘TS29518_Namf_EventExposure.yaml#/components/schemas/CmInfo’

connStatesTs:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/DateTime’

reachabilityStatus:

$ref: ‘TS29518_Namf_EventExposure.yaml#/components/schemas/UeReachability’

reachabilityStatusTs:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/DateTime’

smsOverNasStatus:

$ref: ‘TS29518_Namf_Communication.yaml#/components/schemas/SmsSupport’

smsOverNasStatusTs:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/DateTime’

roamingStatus:

type: boolean

description: >

True The serving PLMN of the UE is different from the HPLMN of the UE; False

The serving PLMN of the UE is the HPLMN of the UE.

roamingStatusTs:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/DateTime’

currentPlmn:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/PlmnId’

currentPlmnTs:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/DateTime’

ratType:

type: array

items:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/RatType’

ratTypesTs:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/DateTime’

suppFeat:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/SupportedFeatures’

resetIds:

type: array

items:

type: string

minItems: 1

PduSessionManagementData:

description: Represents Session management data for a UE and a PDU session.

type: object

properties:

pduSessionStatus:

$ref: ‘#/components/schemas/PduSessionStatus’

pduSessionStatusTs:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/DateTime’

dnai:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/Dnai’

dnaiTs:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/DateTime’

n6TrafficRoutingInfo:

type: array

items:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/RouteToLocation’

n6TrafficRoutingInfoTs:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/DateTime’

ipv4Addr:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/Ipv4Addr’

ipv6Prefix:

type: array

items:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/Ipv6Prefix’

minItems: 1

description: UE IPv6 prefix.

ipv6Addrs:

type: array

items:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/Ipv6Addr’

minItems: 1

pduSessType:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/PduSessionType’

ipAddrTs:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/DateTime’

dnn:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/Dnn’

pduSessionId:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/PduSessionId’

suppFeat:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/SupportedFeatures’

resetIds:

type: array

items:

type: string

minItems: 1

ExposureDataSubscription:

description: Represents a Subscription to Notifications about Exposure Data.

type: object

properties:

notificationUri:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/Uri’

monitoredResourceUris:

type: array

items:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/Uri’

minItems: 1

expiry:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/DateTime’

supportedFeatures:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/SupportedFeatures’

resetIds:

type: array

items:

type: string

minItems: 1

required:

– notificationUri

– monitoredResourceUris

ExposureDataChangeNotification:

description: Represents changed exposure data for one UE for which Notification was requested.

type: object

properties:

ueId:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/VarUeId’

accessAndMobilityData:

$ref: ‘#/components/schemas/AccessAndMobilityData’

pduSessionManagementData:

type: array

items:

$ref: ‘#/components/schemas/PduSessionManagementData’

minItems: 1

delResources:

type: array

items:

$ref: ‘TS29571_CommonData.yaml#/components/schemas/Uri’

minItems: 1

PduSessionStatus:

anyOf:

– type: string

enum:

– "ACTIVE"

– "RELEASED"

– type: string

description: >

This string provides forward-compatibility with future

extensions to the enumeration but is not used to encode

content defined in the present version of this API.

description: >

Possible values are

– "ACTIVE"

– "RELEASED"

Annex B (informative):
Change history

Change history

Date

Meeting #

TSG Doc.

CR

Rev

Cat

Subject/Comment

New

2018-01

CT3#94

TS skeleton of Usage of the Unified Data Repository service for Policy Data and Structured Data for exposure

0.0.0

2018-01

CT3#94

Inclusion of C3-180352, C3-180326, C3-180327

0.1.0

2018-03

CT3#95

Inclusion of C3-181145, C3-181288, C3-181289, C3-181313

0.2.0

2018-04

CT3#96

Inclusion of C3-182402, C3-182476, C3-182456, C3-182404, C3-182457, C3-182458

0.3.0

2018-05

CT3#97

Inclusion of C3-183872, C3-183705, C3-183704, C3-183873, C3-183732, C3-183706 C3-183874, C3-183709, C3-183876, C3-183263, C3-183877, C3-183712, C3-183715 and editorial changes by Rapporteur

0.4.0

2018-06

CT#80

CP-181033

TS sent to plenary for approval

1.0.0

2018-06

CT#80

CP-181033

TS approved by plenary

15.0.0

2018-09

CT#81

CP-182015

0006

F

Scope and Overview

15.1.0

2018-09

CT#81

CP-182015

0007

F

Introduction subclauses 5.1, 6.1 and 7.1

15.1.0

2018-09

CT#81

CP-182015

0008

F

Resource overview subclauses 5.2.1, 6.2.1 and 7.2.1

15.1.0

2018-09

CT#81

CP-182015

0009

3

F

Nudr reused data types

15.1.0

2018-09

CT#81

CP-182015

0010

6

B

AM policy data resource definition

15.1.0

2018-09

CT#81

CP-182015

0011

8

B

SM policy data resource definition

15.1.0

2018-09

CT#81

CP-182015

0012

3

B

Sponsored data connectivity profiles

15.1.0

2018-09

CT#81

CP-182015

0014

5

B

Background Data Transfer data

15.1.0

2018-09

CT#81

CP-182015

0015

4

B

Policy data change subcription

15.1.0

2018-09

CT#81

CP-182015

0016

5

B

Data change notification

15.1.0

2018-09

CT#81

CP-182015

0017

2

F

Error handling subcaluses

15.1.0

2018-09

CT#81

CP-182015

0018

1

F

Feature negotiation

15.1.0

2018-09

CT#81

CP-182015

0019

1

F

Resource PFD Datas and Data types definition

15.1.0

2018-09

CT#81

CP-182015

0020

1

F

OpenAPI schema for Policy Data

15.1.0

2018-09

CT#81

CP-182015

0021

3

F

Stage 2 Allignments for Structured Data for Exposure

15.1.0

2018-09

CT#81

CP-182015

0022

4

B

Subscription for Structured Data for Exposure

15.1.0

2018-09

CT#81

CP-182015

0023

3

F

Get query parameters for structured data for exposure

15.1.0

2018-09

CT#81

CP-182015

0024

5

F

HTTP error responses for structured data for exposure

15.1.0

2018-09

CT#81

CP-182015

0025

1

F

Description of Structured data types

15.1.0

2018-09

CT#81

CP-182032

0026

3

B

Resource Structure for policy data

15.1.0

2018-09

CT#81

CP-182015

0027

F

n6 Traffic Routing Information encoding

15.1.0

2018-09

CT#81

CP-182015

0028

1

F

Removal of ExternalDocs section in OpenApi file for Exposure Data

15.1.0

2018-09

CT#81

CP-182015

0029

1

F

VarUeId used in TS 29.519

15.1.0

2018-09

CT#81

CP-182015

0034

1

F

OpenAPI schema for PolicyData

15.1.0

2018-09

CT#81

CP-182015

0035

3

F

External information stored in UDR for Application Data

15.1.0

2018-09

CT#81

CP-182015

0036

F

Clean up the Editor Note in applicatoin data

15.1.0

2018-09

CT#81

CP-182015

0037

4

F

Correction the data type of application data

15.1.0

2018-09

CT#81

CP-182015

0038

3

B

Introduce the operator policy data

15.1.0

2018-09

CT#81

CP-182015

0039

2

B

OpenAPI of Application data

15.1.0

2018-09

CT#81

CP-182015

0040

1

F

Update of resource structure of application data 29.519

15.1.0

2018-09

CT#81

CP-182015

0041

1

F

Ethernet packet filter for traffic influence data of applicatoin data 29.519

15.1.0

2018-12

CP#82

CP-183205

0042

1

F

DNAI reused data

15.2.0

2018-12

CP#82

CP-183205

0043

1

F

ExternalDocs field

15.2.0

2018-12

CP#82

CP-183205

0044

F

PduSessionStatus

15.2.0

2018-12

CP#82

CP-183205

0045

1

F

Query parameters correction on application data

15.2.0

2018-12

CP#82

CP-183205

0046

1

F

PUT operation for Individual Influence Data Subscription

15.2.0

2018-12

CP#82

CP-183205

0047

3

F

Background Data Transfer Data

15.2.0

2018-12

CP#82

CP-183205

0048

1

F

Cardinality for array and map

15.2.0

2018-12

CP#82

CP-183205

0049

1

F

Resource URI for ExposureData

15.2.0

2018-12

CP#82

CP-183205

0050

F

UeId definition

15.2.0

2018-12

CP#82

CP-183205

0052

1

F

Error status codes for HTTP responses

15.2.0

2018-12

CP#82

CP-183205

0053

F

Service name

15.2.0

2018-12

CP#82

CP-183205

0054

1

F

Reference to the yaml file of Npcf_BDTPolicyControl API

15.2.0

2018-12

CP#82

CP-183205

0055

F

Missed GET method on UEPolicySetResource

15.2.0

2018-12

CP#82

CP-183205

0055

2

F

Missed GET method on UEPolicySetResource

15.2.0

2018-12

CP#82

CP-183205

0056

4

F

Corrections on AM Policy and UE Policy data

15.2.0

2018-12

CP#82

CP-183205

0057

6

F

Corrections on SM Policy Data

15.2.0

2018-12

CP#82

CP-183205

0058

1

F

Correct TrafficRoute data type

15.2.0

2018-12

CP#82

CP-183205

0060

4

F

Correct subscription for application data

15.2.0

2018-12

CP#82

CP-183205

0062

3

F

Correction to the AF Influence on traffic steering control

15.2.0

2018-12

CP#82

CP-183205

0063

3

F

PLMN ID as key for UE data sets

15.2.0

2018-12

CP#82

CP-183205

0066

1

F

Supported features

15.2.0

2018-12

CP#82

CP-183205

0067

1

F

Add AF application ID for traffic influence

15.2.0

2018-12

CP#82

CP-183205

0068

F

Correct referenced file in openAPI for application data

15.2.0

2018-12

CP#82

CP-183205

0069

F

Correct referenced file in openAPI for exposure data

15.2.0

2018-12

CP#82

CP-183205

0070

1

F

Use correct naming convention

15.2.0

2018-12

CP#82

CP-183205

0071

1

F

Correct subscription for Application Data

15.2.0

2018-12

CP#82

CP-183205

0072

1

F

Status code update for Application Data

15.2.0

2018-12

CP#82

CP-183205

0073

1

F

Correction on UsageThreshold

15.2.0

2018-12

CP#82

CP-183205

0075

2

F

Status code update for Exposure Data

15.2.0

2018-12

CP#82

CP-183205

0076

2

F

Status code update for Policy Data

15.2.0

2018-12

CP#82

CP-183205

0077

2

F

Incorrect response code of PUT method for individual PFD Data creation

15.2.0

2018-12

CP#82

CP-183205

0078

1

F

corrections on individual Influence Data

15.2.0

2018-12

CP#82

CP-183205

0079

2

F

Adding timestamp for allowed usage storage

15.2.0

2018-12

CP#82

CP-183205

0080

F

Missing 201 response body for /policy-data/subs-to-notify

15.2.0

2018-12

CP#82

CP-183205

0081

1

F

Location header

15.2.0

2018-12

CP#82

CP-183205

0083

4

F

Corrections on Usage Monitoring information

15.2.0

2018-12

CP#82

CP-183205

0087

F

Correction on PduSessionManagementData

15.2.0

2019-03

CP#83

CP-190115

0090

1

F

Correction on ChargingInformation data type reference in the OpenAPI file

15.3.0

2019-03

CP#83

CP-190115

0091

1

F

Formatting of structured data types in query parameters

15.3.0

2019-03

CP#83

CP-190115

0092

1

F

Correcting resource definitions

15.3.0

2019-03

CP#83

CP-190115

0093

F

References to data types

15.3.0

2019-03

CP#83

CP-190115

0095

2

F

Correction on Policy Data change notification

15.3.0

2019-03

CP#83

CP-190115

0096

1

F

Correction on BDT data

15.3.0

2019-03

CP#83

CP-190115

0098

1

F

Support of allowed Route Selection data

15.3.0

2019-03

CP#83

CP-190115

0099

1

F

Support of PEI, OSid and ANDSP support indication in UE Policy Set

15.3.0

2019-03

CP#83

CP-190115

0100

F

Support of PRA information

15.3.0

2019-06

CP#84

CP-191077

0101

F

Correction of OpenAPI file and main body misalignments for Notification messages

15.4.0

2019-06

CP#84

CP-191077

0102

2

F

Corrections in PolicyDataSubscription and PolicyDataChangeNotification types

15.4.0

2019-06

CP#84

CP-191077

0106

1

F

Precedence of OpenAPI file

15.4.0

2019-06

CP#84

CP-191077

0113

F

Correcting the name of URI to receive notifications

15.4.0

2019-06

CP#84

CP-191077

0103

4

F

"201 Created" response without body and other HTTP response errors

15.4.0

2019-06

CP#84

CP-191077

0116

1

F

Expiry time in subscription data types

15.4.0

2019-06

CP#84

CP-191184

0117

3

F

Notification of resource deletion

15.4.0

2019-06

CP#84

CP-191208

0118

3

F

Copyright Note in YAML file

15.4.0

2019-06

CP#84

CP-191077

0119

1

F

Missed Traffic Influence information

15.4.0

2019-06

CP#84

CP-191183

0120

4

F

Notification of resource deletion for Application and Exposure data sets

15.4.0

2019-06

CP#84

CP-191089

0105

2

B

PFD extension for domain name protocol

16.0.0

2019-06

CP#84

CP-191071

0109

3

B

AF acknowledgement to be expected

16.0.0

2019-06

CP#84

CP-191071

0110

2

B

UE IP address preservation indication

16.0.0

2019-06

CP#84

CP-191100

0114

1

B

NEF stored exposure data

16.0.0

2019-09

CT#85

CP-192169

0125

2

F

UDR Application Errors

16.1.0

2019-09

CT#85

CP-192145

0127

2

A

Missed any UE traffic influence data

16.1.0

2019-09

CT#85

CP-192169

0128

1

B

Multiple temporal validity conditions for AF traffic influence

16.1.0

2019-09

CT#85

CP-192244

0130

2

A

Remove PFD change notification

16.1.0

2019-09

CT#85

CP-192156

0131

1

B

Support a set of MAC addresses in traffic filter

16.1.0

2019-09

CT#85

CP-192196

0138

4

B

Application Data update to support xBDT

16.1.0

2019-09

CT#85

CP-192152

0140

3

B

Subscription and Notification of IPTV configuration data change

16.1.0

2019-09

CT#85

CP-192152

0141

2

B

Resource structure of Nudr API for Application Data

16.1.0

2019-09

CT#85

CP-192152

0142

2

B

Storage of IPTV configuration data

16.1.0

2019-09

CT#85

CP-192156

0143

2

F

Subscription/unsubscription for PFDs update notifications and related callback correction

16.1.0

2019-10

CT#85

Addition of missing yaml files

16.1.1

2019-12

CT#86

CP-193223

0144

2

B

Retrieval of BDT policy data for a set of BDT reference identifiers

16.2.0

2019-12

CT#86

CP-193181

0145

1

F

Open issue for AddrPreservation feature

16.2.0

2019-12

CT#86

CP-193223

0149

3

B

Support of BDT reference Id within Session Management data

16.2.0

2019-12

CT#86

CP-193191

0151

3

B

Partial update of IPTVConfiguration API

16.2.0

2019-12

CT#86

CP-193210

0152

2

B

Patch Report to Nudr_DataRepository API for Policy data

16.2.0

2019-12

CT#86

CP-193223

0153

F

Reference correction to BdtReferenceId

16.2.0

2019-12

CT#86

CP-193212

0155

1

F

Update of TS version_Rel-16

16.2.0

2019-12

CT#86

CP-193197

0156

2

B

MCS Priority Indication

16.2.0

2019-12

CT#86

CP-193187

0158

A

Definition of BdtData in OpenAPI

16.2.0

2019-12

CT#86

CP-193197

0159

F

Usage of BdtReferenceId data type

16.2.0

2019-12

CT#86

CP-193223

0161

1

B

include S-NSSAI and DNN in Application Data for xBDT

16.2.0

2019-12

CT#86

CP-193223

0162

F

remove 204 response on PUT request for AppliedBDTPolicyData

16.2.0

2019-12

CT#86

CP-193210

0164

B

Feature Negotiation for OperatorSpecificData resource

16.2.0

2019-12

CT#86

CP-193210

0165

B

Feature Negotiation for Influence Data resource

16.2.0

2019-12

CT#86

CP-193126

0166

B

URI correction on resource Individual Applied BDT Policy Data

16.2.0

2020-03

CT#87e

CP-200141

0167

2

B

Application data change notification

16.3.0

2020-03

CT#87e

CP-200203

0168

1

B

Complete the IPTV configuration

16.3.0

2020-03

CT#87e

CP-200263

0169

2

B

Nudr_DataRepository API update for Service Parameter provisioning

16.3.0

2020-03

CT#87e

CP-200218

0170

1

B

Indication of traffic correlation

16.3.0

2020-03

CT#87e

CP-200136

0171

2

B

Include influenceId into TrafficInfluData for Notification

16.3.0

2020-03

CT#87e

CP-200219

0172

2

B

Correct the mapping of ASPid for xBDT

16.3.0

2020-03

CT#87e

CP-200207

0173

1

B

Subscription and notification to data changes related to a subset of resource data, Policy Data set

16.3.0

2020-03

CT#87e

CP-200203

0174

F

Correct content type in PATCHing IPTV application data

16.3.0

2020-03

CT#87e

CP-200198

0175

B

Additional PDU session status data

16.3.0

2020-03

CT#87e

CP-200219

0176

F

Correct content type in PATCHing BDT application data

16.3.0

2020-03

CT#87e

CP-200219

0177

F

Removal of the BDT policy from the "bdtRefIds" object

16.3.0

2020-06

CT#88e

CP-201220

0179

2

A

internalGroupId in Influence Data

16.4.0

2020-06

CT#88e

CP-201238

0180

2

F

Definition of ServiceParameterData in openAPI

16.4.0

2020-06

CT#88e

CP-201246

0181

3

F

Data Types for Application Data

16.4.0

2020-06

CT#88e

CP-201228

0183

1

F

Correction to IPTV Configuration

16.4.0

2020-06

CT#88e

CP-201253

0184

1

F

Correction to BDT Policy

16.4.0

2020-06

CT#88e

CP-201220

0185

1

A

Correction to notifications of Operator Specific Data changes

16.4.0

2020-06

CT#88e

CP-201220

0188

A

Correct content type in PATCHing traffic influence application data

16.4.0

2020-06

CT#88e

CP-201233

0189

F

Correct DataFilter presence condition

16.4.0

2020-06

CT#88e

CP-201233

0190

F

Correct resourceId in required field

16.4.0

2020-06

CT#88e

CP-201233

0191

1

B

Support local traffic routing in session subscription

16.4.0

2020-06

CT#88e

CP-201244

0192

1

F

Storage of YAML files in ETSI Forge

16.4.0

2020-06

CT#88e

CP-201276

0194

1

F

Traffic descriptor for xBDT

16.4.0

2020-06

CT#88e

CP-201256

0195

1

F

URI of the Nudr_DataRepository service for Policy, Application and Exposure data

16.4.0

2020-06

CT#88e

CP-201313

0197

F

Data type of internalGroupId attribute

16.4.0

2020-06

CT#88e

CP-201228

0199

F

Data model correction for IPTV

16.4.0

2020-06

CT#88e

CP-201228

0200

F

Remove feature for IPTV data configuration

16.4.0

2020-06

CT#88e

CP-201244

0201

F

Optionality of ProblemDetails

16.4.0

2020-06

CT#88e

CP-201233

0202

2

F

Corrections on supported features definition

16.4.0

2020-06

CT#88e

CP-201244

0203

F

required field in OpenAPI file

16.4.0

2020-06

CT#88e

CP-201244

0204

1

F

Supported headers, Resource Data type

16.4.0

2020-06

CT#88e

CP-201255

0206

F

Update in TS version in externalDocs field

16.4.0

2020-09

CT#89e

CP-202059

0207

F

Include resouceURI in IptvConfigData for change notification association

16.5.0

2020-09

CT#89e

CP-202069

0208

F

Include resouceURI in ServiceParameterData for change notification association

16.5.0

2020-09

CT#89e

CP-202209

0209

F

Include resouceURI in TrafficInfluData for change notification association

16.5.0

2020-09

CT#89e

CP-202082

0210

F

Include resouceURI in BdtPolicyData for change notification association

16.5.0

2020-09

CT#89e

CP-202073

0211

F

Removal of sibling elements

17.0.0

2020-09

CT#89e

CP-202073

0212

B

Resource Level Authorization for Policy Data, Application Data, and Exposure Data

17.0.0

2020-09

CT#89e

CP-202085

0214

F

Update of TS version in externalDocs field

17.0.0

2020-12

CT#90e

CP-203139

0216

A

TS 29.519 Essential Corrections and alignments

17.1.0

2020-12

CT#90e

CP-203110

0218

1

A

Correction to support NEF binding indication

17.1.0

2020-12

CT#90e

CP-203129

0220

1

A

Correction to the BDT policy re-negotiation

17.1.0

2020-12

CT#90e

CP-203139

0222

A

Storage of YAML files in 3GPP Forge

17.1.0

2020-12

CT#90e

CP-203147

0223

2

B

Data retrieval of multiple policy data sets

17.1.0

2020-12

CT#90e

CP-203154

0225

A

MA Support indication within UE Context policy control subscription information

17.1.0

2020-12

CT#90e

CP-203139

0227

1

A

Callback URI correction

17.1.0

2020-12

CT#90e

CP-203153

0229

F

Update of TS version in externalDocs field

17.1.0

2021-03

CT#91e

CP-210226

0230

1

B

Allow the retrieval of a set of policy data subsets for a UE

17.2.0

2021-03

CT#91e

CP-210218

0231

F

Adding "description" field for map data types

17.2.0

2021-03

CT#91e

CP-210218

0232

F

OpenAPI reference

17.2.0

2021-03

CT#91e

CP-210226

0233

F

Encoding of Snssai as key of a map

17.2.0

2021-03

CT#91e

CP-210219

0235

F

Adding some missing description fields to data type definitions in OpenAPI specification files

17.2.0

2021-03

CT#91e

CP-210198

0238

1

A

UsageMonData: definition of "scopes" attribute

17.2.0

2021-03

CT#91e

CP-210198

0242

1

A

PUT method for Exposure Data modification

17.2.0

2021-03

CT#91e

CP-210206

0244

1

A

extend bdtpStatus to include VALID

17.2.0

2021-03

CT#91e

CP-210240

0248

F

Update of TS version in externalDocs field

17.2.0

2021-06

CT#92e

CP-211242

0250

1

F

Correction to Charging Information

17.3.0

2021-06

CT#92e

CP-211211

0252

3

B

Correction to OSD handling

17.3.0

2021-06

CT#92e

CP-211121

0253

4

B

5G ProSe related updates to Nudr

17.3.0

2021-06

CT#92e

CP-211218

0254

2

B

Support of User Plane Latency requirement

17.3.0

2021-06

CT#92e

CP-211218

0257

1

B

UDR application data update to support AF influence on URSP

17.3.0

2021-06

CT#92e

CP-211265

0259

F

Update of TS version in externalDocs field

17.3.0

2021-09

CT#93e

CP-212242

0260

1

B

AM Influence UDR models for DCAMP

17.4.0

2021-09

CT#93e

CP-212206

0261

1

B

PDU session policy data extension for UE-Slice-MBR

17.4.0

2021-09

CT#93e

CP-212206

0263

1

B

Policy Data extension for Slice-MBR

17.4.0

2021-09

CT#93e

CP-212224

0264

1

F

Corrections to IPTV configuration data

17.4.0

2021-09

CT#93e

CP-212229

0266

1

F

Correction of cardinality for xBDT

17.4.0

2021-09

CT#93e

CP-212190

0269

F

Correction of data types of resetPeriod and resetTime in openAPI file

17.4.0

2021-09

CT#93e

CP-212188

0271

B

Removal of some 5G ProSe related Ens

17.4.0

2021-09

CT#93e

CP-2112223

0272

F

Update of externalDocs field

17.4.0

2021-12

CT#94e

CP-213230

0275

1

B

Correction on Network Slice Policy Control Subscription information

17.5.0

2021-12

CT#94e

CP-213230

0276

B

Correction on PolicyDataChangeNotification

17.5.0

2021-12

CT#94e

CP-213222

0277

1

B

Nudr impacts for the notification on the outcome of UE Policies delivery due to service specific parameter provisioning

17.5.0

2021-12

CT#94e

CP-213194

0278

F

AM Influence Data: alignment with naming convention

17.5.0

2021-12

CT#94e

CP-213230

0279

1

F

Presence conditions for attributes in SlicePolicyData

17.5.0

2021-12

CT#94e

CP-213234

0280

1

B

Time Synch data in UDR

17.5.0

2021-12

CT#94e

CP-213239

0281

1

F

Clarification about the data type used for UE policy section information

17.5.0

2021-12

CT#94e

CP-213194

0282

1

B

AM Influence data model updates

17.5.0

2021-12

CT#94e

CP-213213

0283

1

B

Updates to the 5G ProSe service parameters

17.5.0

2021-12

CT#94e

CP-213223

0286

1

B

Clarification of AF preference for the user plane latency

17.5.0

2021-12

CT#94e

CP-213168

0288

2

F

Feature negotiation at PFD data retrieval

17.5.0

2021-12

CT#94e

CP-213170

0290

2

F

Reference PfdDataForApp data type

17.5.0

2021-12

CT#94e

CP-213223

0291

1

B

AF Request for Simultaneous Connectivity over Source and Target PSA at Edge Relocation

17.5.0

2021-12

CT#94e

CP-213239

0293

1

F

Naming Convention

17.5.0

2021-12

CT#94e

CP-213246

0294

F

Update of externalDocs field

17.5.0

2022-03

CT#95e

CP-220198

0296

2

B

Resolution of DCAMP open issues such as applicable filters and immediate reporting

17.6.0

2022-03

CT#95e

CP-220201

0297

B

Support of Operator-Specific Data with no keys

17.6.0

2022-03

CT#95e

CP-220176

0298

2

A

Alignment of "Application Errors" clauses with SBI TS template

17.6.0

2022-03

CT#95e

CP-220185

0299

1

B

Updates to support AF Guidance on URSP for Application Data

17.6.0

2022-03

CT#95e

CP-220327

0300

2

B

resetId assignment to UDR consumers (PCF, NEF)

17.6.0

2022-03

CT#95e

CP-220195

0301

1

D

Clause Correction

17.6.0

2022-03

CT#95e

CP-220186

0302

1

B

API definition for EAS Deployment Information Data

17.6.0

2022-03

CT#95e

CP-220330

0303

2

B

OpenAPI to support EAS Deployment Information Data

17.6.0

2022-03

CT#95e

CP-220183

0304

1

B

Time Synch data updates

17.6.0

2022-03

CT#95e

CP-220176

0306

A

Correction of query parameter content type

17.6.0

2022-03

CT#95e

CP-220215

0308

2

F

Introduction of ServiceParameterDataPatch

17.6.0

2022-03

CT#95e

CP-220185

0309

F

Removal of Editor’s Notes for URSP encoding and DeliveryOutcome feature

17.6.0

2022-03

CT#95e

CP-220186

0310

1

B

Support of binding principles for UE Policy Delivery outcome

17.6.0

2022-03

CT#95e

CP-220198

0312

1

F

Updates of AM Influence Data resource

17.6.0

2022-03

CT#95e

CP-220198

0313

1

F

Query for AM Influence data for Any UE

17.6.0

2022-03

CT#95e

CP-220197

0314

1

B

Support of service area coverage notifications

17.6.0

2022-03

CT#95e

CP-220198

0315

1

F

Solving Editor’s Note on query parameters

17.6.0

2022-03

CT#95e

CP-220201

0316

1

F

Formatting of description fields

17.6.0

2022-03

CT#95e

CP-220334

0318

2

F

Query for Service Parameter Data for Any UE

17.6.0

2022-03

CT#95e

CP-220196

0320

1

F

Subscription to notifications for Any UE

17.6.0

2022-03

CT#95e

CP-220195

0321

1

F

Updates of Traffic Influence resource

17.6.0

2022-03

CT#95e

CP-220195

0322

2

F

Correction to default values

17.6.0

2022-03

CT#95e

CP-220194

0324

F

Update of info and externalDocs fields

17.6.0

2022-06

CT#96

CP-221157

0326

F

Removal of allowEmptyValue parameter

17.7.0

2022-06

CT#96

CP-221153

0327

2

F

Support of allowedDelay for PFD data

17.7.0

2022-06

CT#96

CP-221126

0328

F

Correction of supported features for Edge Computing functionality

17.7.0

2022-06

CT#96

CP-221159

0329

2

F

Handling of query parameters for AM Influence Data resource

17.7.0

2022-06

CT#96

CP-221157

0330

1

B

Policy Data Subscription enhancements

17.7.0

2022-06

CT#96

CP-221157

0331

1

F

Handling of combinations of attributes of DataFilter data type

17.7.0

2022-06

CT#96

CP-221158

0332

2

F

Handling of query parameters in Applied BDT Data

17.7.0

2022-06

CT#96

CP-221158

0333

2

F

Handling of query parameters in IPTV Configuration resource

17.7.0

2022-06

CT#96

CP-221157

0334

1

F

Handling of query parameters for PFD Data

17.7.0

2022-06

CT#96

CP-221158

0335

2

F

Handling of query parameters in Traffic Influence Data

17.7.0

2022-06

CT#96

CP-221158

0336

2

F

Handling of query parameters in Service Parameter Data resource

17.7.0

2022-06

CT#96

CP-221155

0337

1

B

Nudr_DataRepository Application data Access Scope update for API, resource, operation

17.7.0

2022-06

CT#96

CP-221155

0338

1

B

Nudr_DataRepository Exposure Data Access Scope update for API, resource, operation

17.7.0

2022-06

CT#96

CP-221155

0339

1

B

Nudr_DataRepository Policy data Access Scope update for API, resource, operation

17.7.0

2022-06

CT#96

CP-221126

0340

1

F

Update on EAS Deployment Information Data

17.7.0

2022-06

CT#96

CP-221159

0341

1

F

Clarification about subscription to cha

17.7.0

2022-06

CT#96

CP-221154

0342

1

F

Removing the apiVersion placeholder from the Resource URI variables tables

17.7.0

2022-06

CT#96

CP-221154

0343

F

Nudr_DataRepository Policy data description field update

17.7.0

2022-06

CT#96

CP-221158

0344

1

F

Dependencies between UM resource(s) and SM resource

17.7.0

2022-06

CT#96

CP-221151

0345

F

Update of info and externalDocs fields

17.7.0

2022-09

CT#97e

CP-222123

0346

2

F

Correction in the handling of individual AM Influence Data resource

17.8.0

2022-09

CT#97e

CP-222123

0347

2

F

Correction in the handling of individual Applied BDT Policy Data resource

17.8.0

2022-09

CT#97e

CP-222123

0348

2

F

Correction in the handling of individual Influence Data resource

17.8.0

2022-09

CT#97e

CP-222123

0349

2

F

Correction in the handling of individual IPTV configuration resource

17.8.0

2022-09

CT#97e

CP-222123

0350

2

F

Correction in the handling of individual Service Parameter Data resource

17.8.0

2022-09

CT#97e

CP-222123

0351

F

OpenAPI file for policy data: tabs removal and "description" field adding

17.8.0

2022-09

CT#97e

CP-222123

0352

1

F

Application data API: definitions of 403 and 404 responses

17.8.0

2022-09

CT#97e

CP-222099

0353

F

Support of GET for Individual EAS Deployment Information Data resource

17.8.0

2022-09

CT#97e

CP-222099

0354

F

Incomplete implementation of CR #0308

17.8.0

2022-09

CT#97e

CP-222093

0357

A

Correction to UE Dedicated PRAs

17.8.0

2022-09

CT#97e

CP-222099

0358

F

Corrections to Group Id

17.8.0

2022-09

CT#97e

CP-222095

0359

1

B

Supporting MBS policy control

17.8.0

2022-09

CT#97e

CP-222121

0360

F

Update of info and externalDocs fields

17.8.0

2022-12

CT#98e

CP-223196

0366

1

F

Correction related to applicability of traffic correlation indicator

17.9.0

2022-12

CT#98e

CP-223166

0367

F

Correction to MbsSessPolCtrlData data type

17.9.0

2022-12

CT#98e

CP-223191

0361

F

Adding the mandatory error code 502 Bad Gateway

18.0.0

2022-12

CT#98e

CP-223192

0362

1

B

Immediate reporting for policy data

18.0.0

2022-12

CT#98e

CP-223192

0363

1

F

Nudr_DataRepository API for policy data: enumeration definitions

18.0.0

2022-12

CT#98e

CP-223199

0365

1

F

Corrections to the resource EAS Deployment Information Data

18.0.0

2022-12

CT#98e

CP-223192

0369

F

Corrections on Resource URI structures

18.0.0

2022-12

CT#98e

CP-223198

0370

F

Correction to DNN encoding

18.0.0

2022-12

CT#98e

CP-223189

0371

F

Update of info and externalDocs fields

18.0.0