A.26 MSEventExposure API
29.5223GPP5G SystemNetwork Exposure Function Northbound APIsRelease 18Stage 3TS
openapi: 3.0.0
info:
title: 3gpp-ms-event-exposure
version: 1.0.1
description: |
API for Media Streaming Event Exposure.
© 2022, 3GPP Organizational Partners (ARIB, ATIS, CCSA, ETSI, TSDSI, TTA, TTC).
All rights reserved.
externalDocs:
description: >
3GPP TS 29.522 V17.8.0; 5G System; Network Exposure Function Northbound APIs.
url: ‘https://www.3gpp.org/ftp/Specs/archive/29_series/29.522/’
servers:
– url: ‘{apiRoot}/3gpp-ms-event-exposure/v1’
variables:
apiRoot:
default: https://example.com
description: apiRoot as defined in clause 5.2.4 of 3GPP TS 29.122
security:
– {}
– oAuth2ClientCredentials: []
paths:
/subscriptions:
get:
summary: Retrieve all the active Media Streaming Event Exposure Subscription resources managed by the NEF.
tags:
– Media Streaming Event Exposure Subscriptions (Collection)
operationId: RetrieveMSEventExposureSubscs
responses:
‘200’:
description: >
OK. All the active Media Streaming Event Exposure Subscriptions managed by the NEF are
returned.
content:
application/json:
schema:
type: array
items:
$ref: ‘TS29517_Naf_EventExposure.yaml#/components/schemas/AfEventExposureSubsc’
minItems: 0
‘307’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/307’
‘308’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/308’
‘400’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/400’
‘401’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/401’
‘403’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/403’
‘404’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/404’
‘406’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/406’
‘429’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/429’
‘500’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/500’
‘503’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/503’
default:
$ref: ‘TS29122_CommonData.yaml#/components/responses/default’
post:
summary: Request the creation of a new Individual Media Streaming Event Exposure Subscription resource.
tags:
– Media Streaming Event Exposure Subscriptions (Collection)
operationId: CreateMSEventExposureSubsc
requestBody:
description: >
Contains the parameters to request the creation of a new Media Streaming Event Exposure
Subscriptionat the NEF.
required: true
content:
application/json:
schema:
$ref: ‘TS29517_Naf_EventExposure.yaml#/components/schemas/AfEventExposureSubsc’
responses:
‘201’:
description: >
Created. Successful creation of a new Individual Media Streaming Event Exposure
Subscription resource.
content:
application/json:
schema:
$ref: ‘TS29517_Naf_EventExposure.yaml#/components/schemas/AfEventExposureSubsc’
headers:
Location:
description: Contains the URI of the newly created resource.
required: true
schema:
type: string
‘400’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/400’
‘401’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/401’
‘403’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/403’
‘404’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/404’
‘411’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/411’
‘413’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/413’
‘415’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/415’
‘429’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/429’
‘500’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/500’
‘503’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/503’
default:
$ref: ‘TS29122_CommonData.yaml#/components/responses/default’
callbacks:
msEventExposureNotif:
‘{request.body#/notifUri}’:
post:
requestBody:
required: true
content:
application/json:
schema:
$ref: ‘TS29517_Naf_EventExposure.yaml#/components/schemas/AfEventExposureNotif’
responses:
‘204’:
description: No Content. Successful reception of the notification.
‘307’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/307’
‘308’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/308’
‘400’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/400’
‘401’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/401’
‘403’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/403’
‘404’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/404’
‘411’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/411’
‘413’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/413’
‘415’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/415’
‘429’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/429’
‘500’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/500’
‘503’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/503’
default:
$ref: ‘TS29122_CommonData.yaml#/components/responses/default’
/subscriptions/{subscriptionId}:
parameters:
– name: subscriptionId
in: path
description: Identifier of the Individual Media Streaming Event Exposure Subscription resource.
required: true
schema:
type: string
get:
summary: Retrieve an existing Individual Media Streaming Event Exposure Subscription resource.
tags:
– Individual Media Streaming Event Exposure Subscription (Document)
operationId: RetrieveIndivMSEventExposureSubsc
responses:
‘200’:
description: >
OK. The requested Individual Media Streaming Event Exposure Subscription resource is
successfully returned.
content:
application/json:
schema:
$ref: ‘TS29517_Naf_EventExposure.yaml#/components/schemas/AfEventExposureSubsc’
‘307’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/307’
‘308’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/308’
‘400’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/400’
‘401’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/401’
‘403’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/403’
‘404’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/404’
‘406’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/406’
‘429’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/429’
‘500’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/500’
‘503’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/503’
default:
$ref: ‘TS29122_CommonData.yaml#/components/responses/default’
put:
summary: Request the update of an existing Individual Media Streaming Event Exposure Subscription resource.
tags:
– Individual Media Streaming Event Exposure Subscription (Document)
operationId: UpdateIndivMSEventExposureSubsc
requestBody:
description: >
Contains the updated representation of the Individual Media Streaming Event Exposure
Subscription resource.
resource.
required: true
content:
application/json:
schema:
$ref: ‘TS29517_Naf_EventExposure.yaml#/components/schemas/AfEventExposureSubsc’
responses:
‘200’:
description: >
OK. The concerned Individual Media Streaming Event Exposure Subscription resource is
successfully updated and a representation of the updated resource is returned in the
response body.
content:
application/json:
schema:
$ref: ‘TS29517_Naf_EventExposure.yaml#/components/schemas/AfEventExposureSubsc’
‘204’:
description: >
No Content. The concerned Individual Media Streaming Event Exposure Subscription
resource was successfully updated and no content is returned in the response body.
‘307’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/307’
‘308’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/308’
‘400’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/400’
‘401’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/401’
‘403’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/403’
‘404’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/404’
‘411’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/411’
‘413’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/413’
‘415’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/415’
‘429’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/429’
‘500’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/500’
‘503’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/503’
default:
$ref: ‘TS29122_CommonData.yaml#/components/responses/default’
delete:
summary: Request the deletion of an existing Individual Media Streaming Event Exposure Subscription resource.
tags:
– Individual Media Streaming Event Exposure Subscription (Document)
operationId: DeleteIndivMSEventExposureSubsc
responses:
‘204’:
description: >
No Content. The Individual Media Streaming Event Exposure Subscription resource is
successfully deleted.
‘307’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/307’
‘308’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/308’
‘400’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/400’
‘401’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/401’
‘403’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/403’
‘404’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/404’
‘429’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/429’
‘500’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/500’
‘503’:
$ref: ‘TS29122_CommonData.yaml#/components/responses/503’
default:
$ref: ‘TS29122_CommonData.yaml#/components/responses/default’
components:
securitySchemes:
oAuth2ClientCredentials:
type: oauth2
flows:
clientCredentials:
tokenUrl: ‘{tokenUrl}’
scopes: {}
#
# STRUCTURED DATA TYPES
#
# SIMPLE DATA TYPES
#
#
# ENUMERATIONS
#
Annex B (informative):
Change history
Change history |
|||||||
Date |
Meeting |
TDoc. |
CR |
Rev |
Cat |
Subject/Comment |
New |
2018-03 |
CT3#95 |
TS Skeleton |
0.0.0 |
||||
2018-03 |
CT3#95 |
Inclusion of C3-181332 and TS skeleton of Network Exposure Function Northbound APIs in C3-181362. |
0.1.0 |
||||
2018-04 |
CT3#96 |
Inclusion of C3-182407, C3-182408, C3-182504, C3-182418, C3-182505, C3-182443, C3-182421, C3-182422, C3-182501 and editorial changes from Rapporteur. |
0.2.0 |
||||
2018-05 |
CT3#97 |
Inclusion of C3-183187, C3-183773, C3-183774, C3-183553, C3-183826, C3-183329, C3-183776, C3-183827, C3-183778, C3-183605 and editorial changes from Rapporteur. |
0.3.0 |
||||
2018-06 |
CT#80 |
TS sent to plenary for approval |
1.0.0 |
||||
2018-06 |
CT#80 |
TS approved by plenary |
15.0.0 |
||||
2018-09 |
CT#81 |
CP-182015 |
0001 |
1 |
F |
DNAI change notification type |
15.1.0 |
2018-09 |
CT#81 |
CP-182015 |
0002 |
F |
Corrections on NEF Northbound interface |
15.1.0 |
|
2018-09 |
CT#81 |
CP-182015 |
0003 |
1 |
F |
TrafficInfluence API OpenAPI schema |
15.1.0 |
2018-09 |
CT#81 |
CP-182015 |
0004 |
1 |
F |
AF influence traffic routing cleanup |
15.1.0 |
2018-09 |
CT#81 |
CP-182031 |
0005 |
1 |
F |
Definition of Changing the Chargeable Party procedures and API |
15.1.0 |
2018-09 |
CT#81 |
CP-182031 |
0006 |
1 |
F |
Definition of setting up an AS session with required QoS procedure and API |
15.1.0 |
2018-09 |
CT#81 |
CP-182015 |
0007 |
2 |
F |
Resource structure update |
15.1.0 |
2018-09 |
CT#81 |
CP-182015 |
0008 |
F |
Procedures for monitoring – Reference |
15.1.0 |
|
2018-09 |
CT#81 |
CP-182015 |
0009 |
F |
Ethernet packet filter for AF traffic influence API |
15.1.0 |
|
2018-09 |
CT#81 |
CP-182015 |
0010 |
3 |
F |
Removable attribute definition for AF traffic influence |
15.1.0 |
2018-09 |
CT#81 |
CP-182015 |
0011 |
F |
Supported feature for AF traffic influence |
15.1.0 |
|
2018-09 |
CT#81 |
CP-182015 |
0012 |
F |
Version numbering change |
15.1.0 |
|
2018-09 |
CT#81 |
CP-182015 |
0013 |
F |
Removal of externaldocs field |
15.1.0 |
|
2018-09 |
CT#81 |
CP-182035 |
0014 |
1 |
F |
PFD Management Service Operation |
15.1.0 |
2018-12 |
CT#82 |
CP-183205 |
0015 |
2 |
F |
ExternalDocs field |
15.2.0 |
2018-12 |
CT#82 |
CP-183205 |
0019 |
F |
Default value for apiRoot |
15.2.0 |
|
2018-12 |
CT#82 |
CP-183205 |
0021 |
4 |
F |
Correct traffic route and Ethernet flow data type |
15.2.0 |
2018-12 |
CT#82 |
CP-183205 |
0022 |
1 |
F |
Event correction for AF influence traffic routing |
15.2.0 |
2018-12 |
CT#82 |
CP-183205 |
0024 |
1 |
F |
Supporting Ethernet UE in Chargeable Party and AF session with QoS |
15.2.0 |
2018-12 |
CT#82 |
CP-183205 |
0025 |
1 |
F |
Add AF application ID for traffic influence |
15.2.0 |
2018-12 |
CT#82 |
CP-183205 |
0026 |
1 |
F |
Add BSF interaction for Chargeable Party and Required QoS |
15.2.0 |
2018-12 |
CT#82 |
CP-183205 |
0028 |
2 |
F |
Security field |
15.2.0 |
2018-12 |
CT#82 |
CP-183205 |
0029 |
1 |
F |
Corrections on subscribed event |
15.2.0 |
2018-12 |
CT#82 |
CP-183205 |
0030 |
1 |
F |
Status code update for TrafficInfluence API |
15.2.0 |
2018-12 |
CT#82 |
CP-183205 |
0031 |
3 |
F |
UE information during notification |
15.2.0 |
2018-12 |
CT#82 |
CP-183205 |
0017 |
2 |
F |
Error status codes for HTTP response |
15.2.0 |
2018-12 |
CT#82 |
CP-183205 |
0016 |
3 |
F |
Support of 5G location requirement |
15.2.0 |
2018-12 |
CT#82 |
CP-183205 |
0023 |
2 |
F |
Correction to the AF influence traffic steering control |
15.2.0 |
2018-12 |
CT#82 |
CP-183205 |
0032 |
F |
Location header |
15.2.0 |
|
2018-12 |
CT#82 |
CP-183205 |
0033 |
1 |
F |
API Version Update |
15.2.0 |
2018-12 |
CT#82 |
CP-183205 |
0034 |
1 |
F |
Support of 5G SUPI-PEI association |
15.2.0 |
2018-12 |
CT#82 |
CP-183205 |
0035 |
1 |
F |
Clarification of default value for boolean data type |
15.2.0 |
2018-12 |
CT#82 |
CP-183205 |
0027 |
2 |
F |
Security adaptation for Nnef northbound APIs with CAPIF |
15.2.0 |
2019-03 |
CT#83 |
CP-190116 |
0037 |
2 |
F |
Event notification |
15.3.0 |
2019-03 |
CT#83 |
CP-190116 |
0038 |
1 |
F |
Correction on MacAddr48 and RouteToLocation data type reference in the OpenAPI file |
15.3.0 |
2019-03 |
CT#83 |
CP-190116 |
0040 |
1 |
F |
Correction on mandatory 5G features |
15.3.0 |
2019-03 |
CT#83 |
CP-190116 |
0041 |
F |
OpenAPI Version number update |
15.3.0 |
|
2019-06 |
CT#84 |
CP-191080 |
0042 |
4 |
F |
Resource structure and AF Identifier |
15.4.0 |
2019-06 |
CT#84 |
CP-191080 |
0048 |
2 |
F |
UDM interaction for AF influence traffic |
15.4.0 |
2019-06 |
CT#84 |
CP-191080 |
0049 |
2 |
F |
Correct condition for DNAI in UP path change |
15.4.0 |
2019-06 |
CT#84 |
CP-191080 |
0053 |
1 |
F |
Precedence of OpenAPI file |
15.4.0 |
2019-06 |
CT#84 |
CP-191080 |
0059 |
1 |
F |
Copyright Note in YAML file |
15.4.0 |
2019-06 |
CT#84 |
CP-191090 |
0047 |
1 |
B |
Support of external group Id |
16.0.0 |
2019-06 |
CT#84 |
CP-191070 |
0043 |
2 |
B |
Nnef_MSISDN-less_MO_SMS service |
16.0.0 |
2019-06 |
CT#84 |
CP-191070 |
0044 |
2 |
B |
Application function notification of downlink data delivery status |
16.0.0 |
2019-06 |
CT#84 |
CP-191070 |
0045 |
2 |
B |
Availability after DDN failure notification for multiple Afs |
16.0.0 |
2019-06 |
CT#84 |
CP-191070 |
0050 |
2 |
B |
Network parameter provisioning support |
16.0.0 |
2019-06 |
CT#84 |
CP-191070 |
0051 |
3 |
B |
NIDD configuration and delivery in 5G |
16.0.0 |
2019-06 |
CT#84 |
CP-191229 |
0054 |
5 |
B |
AF acknowledgement of UP path event notification |
16.0.0 |
2019-06 |
CT#84 |
CP-191071 |
0055 |
2 |
B |
UE IP address preservation indication |
16.0.0 |
2019-06 |
CT#84 |
CP-191104 |
0056 |
1 |
B |
PFD management notification |
16.0.0 |
2019-06 |
CT#84 |
CP-191100 |
0057 |
1 |
B |
NEF stored exposure data |
16.0.0 |
2019-06 |
CT#84 |
CP-191105 |
0058 |
1 |
B |
BDT Warning Notification Support |
16.0.0 |
2019-06 |
CT#84 |
CP-191101 |
0061 |
1 |
F |
API version update |
16.0.0 |
2019-09 |
CT#85 |
CP-192137 |
0063 |
1 |
F |
Resolving EN in NIDD |
16.1.0 |
2019-09 |
CT#85 |
CP-192156 |
0064 |
1 |
B |
Support a set of MAC addresses in traffic filter |
16.1.0 |
2019-09 |
CT#85 |
CP-192165 |
0066 |
1 |
B |
Support parameter provisioning in RACS |
16.1.0 |
2019-09 |
CT#85 |
CP-192157 |
0067 |
2 |
B |
Accurate UE moving trajectory definition |
16.1.0 |
2019-09 |
CT#85 |
CP-192157 |
0069 |
2 |
B |
Procedures for Nnef_AnalyticsExposure Service |
16.1.0 |
2019-09 |
CT#85 |
CP-192157 |
0070 |
2 |
B |
API definition for Nnef_AnalyticsExposure Service |
16.1.0 |
2019-09 |
CT#85 |
CP-192170 |
0071 |
1 |
B |
Procedures for 5G LAN type sevice over northbound interface |
16.1.0 |
2019-09 |
CT#85 |
CP-192170 |
0072 |
2 |
B |
API definition for 5G LAN type service over northbound interface |
16.1.0 |
2019-09 |
CT#85 |
CP-192169 |
0073 |
2 |
B |
PFD management partial failure |
16.1.0 |
2019-09 |
CT#85 |
CP-192157 |
0074 |
1 |
B |
Cancel the BDT warning notification |
16.1.0 |
2019-09 |
CT#85 |
CP-192219 |
0075 |
2 |
B |
Notification of downlink data delivery status |
16.1.0 |
2019-09 |
CT#85 |
CP-192179 |
0076 |
2 |
B |
Applying BDT policy |
16.1.0 |
2019-09 |
CT#85 |
CP-192152 |
0077 |
2 |
B |
API definition for Nnef_IPTVconfiguration service |
16.1.0 |
2019-09 |
CT#85 |
CP-192137 |
0079 |
B |
Nnef_ECRestriction service |
16.1.0 |
|
2019-09 |
CT#85 |
CP-192137 |
0080 |
B |
Differences betwwen EPC and 5GC |
16.1.0 |
|
2019-09 |
CT#85 |
CP-192158 |
0081 |
1 |
F |
Service consumer description Corrections |
16.1.0 |
2019-09 |
CT#85 |
CP-192138 |
0082 |
2 |
B |
AF acknowledgement of UP path event notification |
16.1.0 |
2019-09 |
CT#85 |
CP-192138 |
0083 |
B |
Successul AF acknowledgement without N6 traffic routing information |
16.1.0 |
|
2019-09 |
CT#85 |
CP-192173 |
0084 |
F |
OpenAPI version update for TS 29.522 Rel-16 |
16.1.0 |
|
2019-09 |
CT#85 |
CP-192251 |
0085 |
1 |
B |
Procedures for Nnef_IPTVconfiguration service |
16.1.0 |
2019-12 |
CT#86 |
CP-193179 |
0086 |
1 |
B |
Nnef_APISupportCapability Service |
16.2.0 |
2019-12 |
CT#86 |
CP-193181 |
0087 |
B |
OpenAPI file update to support AF acknowledgement |
16.2.0 |
|
2019-12 |
CT#86 |
CP-193179 |
0088 |
1 |
B |
Scheduled communication type |
16.2.0 |
2019-12 |
CT#86 |
CP-193181 |
0089 |
1 |
F |
Open issue for AddrPreservation feature |
16.2.0 |
2019-12 |
CT#86 |
CP-193222 |
0090 |
1 |
B |
Partial update for 5GLANParameterProvision API |
16.2.0 |
2019-12 |
CT#86 |
CP-193222 |
0091 |
2 |
B |
OpenAPI file for 5GLANParameterProvision API |
16.2.0 |
2019-12 |
CT#86 |
CP-193191 |
0092 |
3 |
F |
Clarify multicast access control |
16.2.0 |
2019-12 |
CT#86 |
CP-193222 |
0093 |
1 |
F |
Clarify the procedure for 5GLAN parameter provisioning |
16.2.0 |
2019-12 |
CT#86 |
CP-193223 |
0094 |
F |
Correct resource URI for xBDT |
16.2.0 |
|
2019-12 |
CT#86 |
CP-193220 |
0096 |
3 |
B |
PFD partial failure notification |
16.2.0 |
2019-12 |
CT#86 |
CP-193223 |
0097 |
1 |
F |
Correction to HTTP methods used to update BDT policy |
16.2.0 |
2019-12 |
CT#86 |
CP-193191 |
0099 |
1 |
F |
Partial update of IPTVConfiguration API |
16.2.0 |
2019-12 |
CT#86 |
CP-193191 |
0100 |
2 |
B |
OpenAPI file of IPTVConfiguration API |
16.2.0 |
2019-12 |
CT#86 |
CP-193198 |
0101 |
3 |
B |
AnalyticsEventNotif and AnalyticsExposureSubsc Data types |
16.2.0 |
2019-12 |
CT#86 |
CP-193198 |
0102 |
B |
Open issue for AnalyticsEvent data type |
16.2.0 |
|
2019-12 |
CT#86 |
CP-193198 |
0103 |
1 |
B |
Partial update of Nnef_AnalyticsExposure API |
16.2.0 |
2019-12 |
CT#86 |
CP-193198 |
0104 |
2 |
B |
Nnef_AnalyticsExposure_fetch service operation |
16.2.0 |
2019-12 |
CT#86 |
CP-193181 |
0105 |
F |
Correct the condition for AF relocation acknowledgement |
16.2.0 |
|
2019-12 |
CT#86 |
CP-193199 |
0106 |
B |
URI structure for N33 APIs |
16.2.0 |
|
2019-12 |
CT#86 |
CP-193198 |
0107 |
B |
OpenAPI file for AnalyticsExposure API |
16.2.0 |
|
2019-12 |
CT#86 |
CP-193222 |
0108 |
1 |
D |
Corrections on 5GLANParameterProvision API |
16.2.0 |
2019-12 |
CT#86 |
CP-193181 |
0109 |
F |
Definition of AfResultInfo in OpenAPI |
16.2.0 |
|
2019-12 |
CT#86 |
CP-193212 |
0110 |
1 |
F |
Update of API version and TS version in OpenAPI file |
16.2.0 |
2019-12 |
CT#86 |
CP-193188 |
0112 |
1 |
A |
make the storage of traffic influence request in the UDR mandatory |
16.2.0 |
2019-12 |
CT#86 |
CP-193223 |
0113 |
1 |
F |
missing required in ApplyingBdtPolicy API file |
16.2.0 |
2019-12 |
CT#86 |
CP-193188 |
0115 |
A |
Correct cardinality in traffic influence |
16.2.0 |
|
2019-12 |
CT#86 |
CP-193198 |
0116 |
1 |
F |
Feature name correction for BDT notification |
16.2.0 |
2020-03 |
CT#87e |
CP-200207 |
0118 |
B |
DNN Clarification |
16.3.0 |
|
2020-03 |
CT#87e |
CP-200198 |
0119 |
1 |
B |
Update of the Availability after DDN Failure event |
16.3.0 |
2020-03 |
CT#87e |
CP-200198 |
0120 |
1 |
B |
Update of the DDD status event |
16.3.0 |
2020-03 |
CT#87e |
CP-200212 |
0122 |
1 |
B |
Procedure of Nnef_ServiceParameter service |
16.3.0 |
2020-03 |
CT#87e |
CP-200212 |
0123 |
1 |
B |
Resources and data types of Nnef_ServiceParameter service |
16.3.0 |
2020-03 |
CT#87e |
CP-200266 |
0124 |
3 |
B |
OpenAPI file of Nnef_ServiceParameter service |
16.3.0 |
2020-03 |
CT#87e |
CP-200202 |
0125 |
1 |
B |
QoS Monitoring Report |
16.3.0 |
2020-03 |
CT#87e |
CP-200218 |
0126 |
1 |
B |
Indication of traffic correlation |
16.3.0 |
2020-03 |
CT#87e |
CP-200203 |
0127 |
1 |
B |
Clarification of IPTV configuration |
16.3.0 |
2020-03 |
CT#87e |
CP-200198 |
0128 |
F |
Correct TS number for NEF southbound NIDD service |
16.3.0 |
|
2020-03 |
CT#87e |
CP-200198 |
0129 |
B |
Support PDU session status |
16.3.0 |
|
2020-03 |
CT#87e |
CP-200137 |
0130 |
2 |
F |
Correct UE mobility and communication |
16.3.0 |
2020-03 |
CT#87e |
CP-200208 |
0131 |
1 |
B |
Support network performance analytics |
16.3.0 |
2020-03 |
CT#87e |
CP-200208 |
0132 |
1 |
B |
Support BDT policy candidates in notification |
16.3.0 |
2020-03 |
CT#87e |
CP-200212 |
0133 |
1 |
B |
Add alternative QoS requirements |
16.3.0 |
2020-03 |
CT#87e |
CP-200142 |
0134 |
2 |
B |
Support QoS sustainability analytics |
16.3.0 |
2020-03 |
CT#87e |
CP-200218 |
0135 |
F |
Definition of 5GLanParametersProvision |
16.3.0 |
|
2020-03 |
CT#87e |
CP-200203 |
0136 |
F |
Definition of IptvConfigData |
16.3.0 |
|
2020-03 |
CT#87e |
CP-200219 |
0137 |
F |
Usage of the "bdtRefId" property |
16.3.0 |
|
2020-03 |
CT#87e |
CP-200215 |
0138 |
F |
Miscellaneous errors |
16.3.0 |
|
2020-03 |
CT#87e |
CP-200259 |
0140 |
3 |
B |
UE Location Privacy Setting in NEF |
16.3.0 |
2020-03 |
CT#87e |
CP-200237 |
0142 |
2 |
B |
AnalyticsExposure API, Analytics Event Filter associated with all events |
16.3.0 |
2020-03 |
CT#87e |
CP-200208 |
0143 |
1 |
B |
AnalyticsExposure API, support of abnormal behaviour |
16.3.0 |
2020-03 |
CT#87e |
CP-200208 |
0144 |
1 |
B |
AnalyticsExposure API, support of data congestion |
16.3.0 |
2020-03 |
CT#87e |
CP-200216 |
0145 |
F |
Update of OpenAPI version and TS version in externalDocs field |
16.3.0 |
|
2020-06 |
CT#88e |
CP-201243 |
0148 |
1 |
F |
Missing mapping in the overview |
16.4.0 |
2020-06 |
CT#88e |
CP-201238 |
0149 |
2 |
F |
Wrong datatypes Datatime and Plmn |
16.4.0 |
2020-06 |
CT#88e |
CP-201234 |
0150 |
1 |
F |
Wrong datatype referred in analytics exposure procedure |
16.4.0 |
2020-06 |
CT#88e |
CP-201228 |
0151 |
1 |
B |
Procedure of ACS Information Configuration |
16.4.0 |
2020-06 |
CT#88e |
CP-201228 |
0152 |
1 |
B |
Resources and data types of Nnef_ACSParameterProvision service |
16.4.0 |
2020-06 |
CT#88e |
CP-201339 |
0153 |
4 |
B |
OpenAPI file of Nnef_ACSParameterProvision service |
16.4.0 |
2020-06 |
CT#88e |
CP-201235 |
0159 |
1 |
F |
Loss of connectivity reason |
16.4.0 |
2020-06 |
CT#88e |
CP-201235 |
0161 |
1 |
F |
Any UE clarification |
16.4.0 |
2020-06 |
CT#88e |
CP-201252 |
0162 |
1 |
F |
Correction to 5GLANParameterProvision API |
16.4.0 |
2020-06 |
CT#88e |
CP-201228 |
0163 |
1 |
F |
Correction to IPTVConfiguration API |
16.4.0 |
2020-06 |
CT#88e |
CP-201253 |
0164 |
1 |
F |
Correction to ApplyingBdtPolicy API |
16.4.0 |
2020-06 |
CT#88e |
CP-201252 |
0165 |
1 |
F |
Open issue for 5GLanParametersProvisionPatch |
16.4.0 |
2020-06 |
CT#88e |
CP-201195 |
0167 |
6 |
B |
Supporting the Location Services in NEF in TS 29.522 |
16.4.0 |
2020-06 |
CT#88e |
CP-201235 |
0169 |
1 |
F |
Periodic reporting by Nnef |
16.4.0 |
2020-06 |
CT#88e |
CP-201252 |
0170 |
3 |
F |
Clarify nullable attributes used in PATCH |
16.4.0 |
2020-06 |
CT#88e |
CP-201244 |
0171 |
1 |
F |
Storage of YAML files in ETSI Forge |
16.4.0 |
2020-06 |
CT#88e |
CP-201178 |
0172 |
2 |
F |
Confidence of analytics results for Nnef_AnalyticsExposure service |
16.4.0 |
2020-06 |
CT#88e |
CP-201238 |
0173 |
B |
Complete ServiceParameter API |
16.4.0 |
|
2020-06 |
CT#88e |
CP-201276 |
0174 |
1 |
F |
Traffic descriptor for xBDT |
16.4.0 |
2020-06 |
CT#88e |
CP-201213 |
0175 |
1 |
F |
Corrections related to URLLC |
16.4.0 |
2020-06 |
CT#88e |
CP-201228 |
0177 |
F |
Clarify unmodifiable attribute in PUT |
16.4.0 |
|
2020-06 |
CT#88e |
CP-201234 |
0178 |
1 |
F |
Optional target UE |
16.4.0 |
2020-06 |
CT#88e |
CP-201246 |
0179 |
1 |
F |
Move 5G specific procedure to TS 29.522 |
16.4.0 |
2020-06 |
CT#88e |
CP-201210 |
0180 |
1 |
F |
Interaction with UDM for Enhanced Coverage Restriction Control |
16.4.0 |
2020-06 |
CT#88e |
CP-201210 |
0181 |
1 |
B |
Support of Enhanced Coverage Mode control |
16.4.0 |
2020-06 |
CT#88e |
CP-201234 |
0182 |
F |
Support of immediate reporting for Nnef_AnalyticsExposure service |
16.4.0 |
|
2020-06 |
CT#88e |
CP-201246 |
0183 |
1 |
F |
Corrections to apiVersion |
16.4.0 |
2020-06 |
CT#88e |
CP-201246 |
0184 |
1 |
F |
Corrections to error status code |
16.4.0 |
2020-06 |
CT#88e |
CP-201274 |
0185 |
1 |
B |
AF provides AAA server address |
16.4.0 |
2020-06 |
CT#88e |
CP-201246 |
0186 |
1 |
F |
Updates to IP address |
16.4.0 |
2020-06 |
CT#88e |
CP-201234 |
0187 |
2 |
F |
Update to reporting information |
16.4.0 |
2020-06 |
CT#88e |
CP-201234 |
0188 |
1 |
F |
Ratio of analytics results for Nnef_AnalyticsExposure service |
16.4.0 |
2020-06 |
CT#88e |
CP-201234 |
0189 |
F |
Supported features definition for Nnef_AnalyticsExposure service |
16.4.0 |
|
2020-06 |
CT#88e |
CP-201234 |
0190 |
1 |
F |
Corrections on target UE information for Nnef_AnalyticsExposure service |
16.4.0 |
2020-06 |
CT#88e |
CP-201246 |
0191 |
1 |
F |
Corrections on tags field for NEF Northbound APIs |
16.4.0 |
2020-06 |
CT#88e |
CP-201234 |
0192 |
1 |
F |
Support of network performance for Nnef_AnalyticsExposure service |
16.4.0 |
2020-06 |
CT#88e |
CP-201234 |
0193 |
1 |
F |
Data type used in fetch the analtyics |
16.4.0 |
2020-06 |
CT#88e |
CP-201235 |
0194 |
1 |
F |
Supported headers, Resource Data type and Operation Name |
16.4.0 |
2020-06 |
CT#88e |
CP-201255 |
0195 |
F |
Update of OpenAPI version and TS version in externalDocs field |
16.4.0 |
|
2020-06 |
CT#88e |
CP-201336 |
0196 |
1 |
F |
Remove the Abnormal_Behaviour applicability for ueMobilityInfos in AnalyticsData |
16.4.0 |
2020-09 |
CT#89e |
CP-202077 |
0199 |
F |
Remove 5G procedures from TS 29.122 |
16.5.0 |
|
2020-09 |
CT#89e |
CP-202048 |
0200 |
F |
Corrections on NiddConfigurationTrigger API |
16.5.0 |
|
2020-09 |
CT#89e |
CP-202048 |
0201 |
F |
Support PDU session status |
16.5.0 |
|
2020-09 |
CT#89e |
CP-202059 |
0202 |
F |
Missed Location header table |
16.5.0 |
|
2020-09 |
CT#89e |
CP-202066 |
0203 |
F |
Zero confidence |
16.5.0 |
|
2020-09 |
CT#89e |
CP-202059 |
0206 |
F |
URI of ACSParameterProvision API |
16.5.0 |
|
2020-09 |
CT#89e |
CP-202069 |
0207 |
F |
Subscription creation |
16.5.0 |
|
2020-09 |
CT#89e |
CP-202069 |
0208 |
1 |
F |
Resource correction |
16.5.0 |
2020-09 |
CT#89e |
CP-202066 |
0209 |
F |
Validity period for analytics information |
16.5.0 |
|
2020-09 |
CT#89e |
CP-202081 |
0210 |
F |
5G LAN Parameter Provisioning |
16.5.0 |
|
2020-09 |
CT#89e |
CP-202066 |
0211 |
F |
Omitted event reporting information |
16.5.0 |
|
2020-09 |
CT#89e |
CP-202082 |
0212 |
1 |
F |
Reading all subscriptions in ApplyingBdtPolicy API |
16.5.0 |
2020-09 |
CT#89e |
CP-202082 |
0213 |
1 |
F |
Resource URI corrections |
16.5.0 |
2020-09 |
CT#89e |
CP-202066 |
0214 |
1 |
F |
Ratio and confidence for UE mobility |
16.5.0 |
2020-09 |
CT#89e |
CP-202066 |
0215 |
F |
Extra reporting requirement |
16.5.0 |
|
2020-09 |
CT#89e |
CP-202066 |
0216 |
F |
Reading all subscriptions in AnalyticsExposure API |
16.5.0 |
|
2020-09 |
CT#89e |
CP-202066 |
0217 |
F |
Applicabilities of snssai, dnn and locArea |
16.5.0 |
|
2020-09 |
CT#89e |
CP-202084 |
0218 |
F |
Update of OpenAPI version and TS version in externalDocs field |
16.5.0 |
|
2020-12 |
CT#90e |
CP-203139 |
0219 |
1 |
F |
Essential Corrections and alignments |
16.6.0 |
2020-12 |
CT#90e |
CP-203109 |
0220 |
1 |
F |
Essential corrections and alignments |
16.6.0 |
2020-12 |
CT#90e |
CP-203132 |
0221 |
F |
Correction to Alternative QoS Parameter |
16.6.0 |
|
2020-12 |
CT#90e |
CP-203139 |
0222 |
F |
Storage of YAML files in 3GPP Forge |
16.6.0 |
|
2020-12 |
CT#90e |
CP-203111 |
0223 |
F |
array QosMonitoringReport |
16.6.0 |
|
2020-12 |
CT#90e |
CP-203139 |
0224 |
1 |
F |
Callback URI correction |
16.6.0 |
2020-12 |
CT#90e |
CP-203108 |
0227 |
F |
Difference between 4G and 5G for ECRControl API |
16.6.0 |
|
2020-12 |
CT#90e |
CP-203108 |
0228 |
F |
PDU session status |
16.6.0 |
|
2020-12 |
CT#90e |
CP-203118 |
0231 |
1 |
A |
Solve IP address overlapping for AF traffic influence |
16.6.0 |
2020-12 |
CT#90e |
CP-203129 |
0232 |
1 |
F |
Corrections to Subscription Request in AnalyticsExposure API |
16.6.0 |
2020-12 |
CT#90e |
CP-203129 |
0233 |
1 |
F |
Correction to appId exposed in AnalyticsExposure API |
16.6.0 |
2020-12 |
CT#90e |
CP-203152 |
0236 |
F |
Update of OpenAPI version and TS version in externalDocs field |
16.6.0 |
|
2020-12 |
CT#90e |
CP-203124 |
0225 |
1 |
B |
Procedures of Nnef_AKMA service |
17.0.0 |
2020-12 |
CT#90e |
CP-203124 |
0226 |
1 |
B |
API definition of Nnef_AKMA service |
17.0.0 |
2020-12 |
CT#90e |
CP-203130 |
0234 |
1 |
F |
Corrections to location area usage |
17.0.0 |
2021-03 |
CT#91e |
CP-210202 |
0238 |
A |
Correct presence condition in ACS provisioning procedure |
17.1.0 |
|
2021-03 |
CT#91e |
CP-210210 |
0240 |
1 |
A |
Correct AlternativeQoS_5G description |
17.1.0 |
2021-03 |
CT#91e |
CP-210210 |
0242 |
1 |
A |
Correct service parameter provisioning procedure |
17.1.0 |
2021-03 |
CT#91e |
CP-210210 |
0244 |
1 |
A |
Correction to alternative QoS paramter report |
17.1.0 |
2021-03 |
CT#91e |
CP-210210 |
0246 |
2 |
A |
Disable UE notifications at changes related to Alternative QoS Profiles |
17.1.0 |
2021-03 |
CT#91e |
CP-210192 |
0248 |
1 |
A |
QoS monitoring report during the PDU session termination |
17.1.0 |
2021-03 |
CT#91e |
CP-210192 |
0250 |
1 |
A |
Change of notification URI |
17.1.0 |
2021-03 |
CT#91e |
CP-210203 |
0251 |
2 |
B |
Support Redirection for AKMA API |
17.1.0 |
2021-03 |
CT#91e |
CP-210203 |
0252 |
F |
Missed 204 No Content for AKMA API |
17.1.0 |
|
2021-03 |
CT#91e |
CP-210207 |
0254 |
1 |
A |
Last known location report |
17.1.0 |
2021-03 |
CT#91e |
CP-210226 |
0255 |
1 |
F |
API design style |
17.1.0 |
2021-03 |
CT#91e |
CP-210207 |
0257 |
A |
Default value of accuary |
17.1.0 |
|
2021-03 |
CT#91e |
CP-210208 |
0259 |
3 |
A |
Support Redirection for TrafficInfluence API |
17.1.0 |
2021-03 |
CT#91e |
CP-210207 |
0261 |
A |
Monitoring expire time |
17.1.0 |
|
2021-03 |
CT#91e |
CP-210218 |
0262 |
F |
Adding "description" field for map data types |
17.1.0 |
|
2021-03 |
CT#91e |
CP-210219 |
0263 |
1 |
F |
OpenAPI reference |
17.1.0 |
2021-03 |
CT#91e |
CP-210237 |
0265 |
1 |
A |
Correction to mtcProviderId in 5GLANParameterProvision API |
17.1.0 |
2021-03 |
CT#91e |
CP-210190 |
0267 |
1 |
A |
Correction to mtcProviderId in LpiParameterProvision API |
17.1.0 |
2021-03 |
CT#91e |
CP-210203 |
0268 |
1 |
F |
Correction to AfId in AKMA API |
17.1.0 |
2021-03 |
CT#91e |
CP-210203 |
0269 |
1 |
F |
Correction to AKId in AKMA API |
17.1.0 |
2021-03 |
CT#91e |
CP-210227 |
0275 |
1 |
F |
Correction to Traffic Influence procedure |
17.1.0 |
2021-03 |
CT#91e |
CP-210206 |
0277 |
1 |
A |
Failure events for AnalyticsExposure API |
17.1.0 |
2021-03 |
CT#91e |
CP-210227 |
0278 |
1 |
F |
Update procedure of TrafficInfluence API |
17.1.0 |
2021-03 |
CT#91e |
CP-210208 |
0280 |
1 |
A |
Support Redirection for 5GLANParameterProvision API |
17.1.0 |
2021-03 |
CT#91e |
CP-210208 |
0282 |
1 |
A |
Support Redirection for ACSParameterProvision API |
17.1.0 |
2021-03 |
CT#91e |
CP-210209 |
0284 |
1 |
A |
Support Redirection for AnalyticsExposure API |
17.1.0 |
2021-03 |
CT#91e |
CP-210209 |
0286 |
1 |
A |
Support Redirection for ApplyingBdtPolicy API |
17.1.0 |
2021-03 |
CT#91e |
CP-210209 |
0288 |
1 |
A |
Support Redirection for IPTVConfiguration API |
17.1.0 |
2021-03 |
CT#91e |
CP-210209 |
0290 |
1 |
A |
Support Redirection for LpiParameterProvision API |
17.1.0 |
2021-03 |
CT#91e |
CP-210209 |
0292 |
1 |
A |
Support Redirection for MoLcsNotify API |
17.1.0 |
2021-03 |
CT#91e |
CP-210209 |
0294 |
1 |
A |
Support Redirection for NiddConfigurationTrigger API |
17.1.0 |
2021-03 |
CT#91e |
CP-210209 |
0296 |
1 |
A |
Support Redirection for ServiceParameter API |
17.1.0 |
2021-03 |
CT#91e |
CP-210199 |
0299 |
A |
Correction on N5 events for AsSessionWithQoS API |
17.1.0 |
|
2021-03 |
CT#91e |
CP-210202 |
0302 |
2 |
A |
Correction to mtcProviderId in IPTVConfiguration API |
17.1.0 |
2021-03 |
CT#91e |
CP-210210 |
0304 |
1 |
A |
Correction to mtcProviderId in ServiceParameter API |
17.1.0 |
2021-03 |
CT#91e |
CP-210202 |
0306 |
2 |
A |
Correction to mtcProviderId in ACSParameterProvision API |
17.1.0 |
2021-03 |
CT#91e |
CP-210240 |
0308 |
F |
Update of OpenAPI version and TS version in externalDocs field |
17.1.0 |
|
2021-06 |
CT#92e |
CP-211282 |
0270 |
5 |
B |
Update DNN and S-NSSAI in ChargeableParty procedure |
17.2.0 |
2021-06 |
CT#92e |
CP-211282 |
0271 |
5 |
B |
Update DNN and S-NSSAI in AsSessionWithQoS API procedure |
17.2.0 |
2021-06 |
CT#92e |
CP-211256 |
0310 |
2 |
D |
Correction of AaaUsage |
17.2.0 |
2021-06 |
CT#92e |
CP-211245 |
0312 |
2 |
D |
Correction of AccessRightStatus |
17.2.0 |
2021-06 |
CT#92e |
CP-211238 |
0314 |
1 |
F |
Adding some missing description fields to data type definitions in OpenAPI specification files of the TrafficInfluence API |
17.2.0 |
2021-06 |
CT#92e |
CP-211238 |
0315 |
1 |
F |
Adding some missing description fields to data type definitions in OpenAPI specification files of the NiddConfigurationTrigger API |
17.2.0 |
2021-06 |
CT#92e |
CP-211238 |
0316 |
1 |
F |
Adding some missing description fields to data type definitions in OpenAPI specification files of the AnalyticsExposure API |
17.2.0 |
2021-06 |
CT#92e |
CP-211239 |
0317 |
1 |
F |
Adding some missing description fields to data type definitions in OpenAPI specification files of the 5GLANParameterProvision API |
17.2.0 |
2021-06 |
CT#92e |
CP-211239 |
0318 |
1 |
F |
Adding some missing description fields to data type definitions in OpenAPI specification files of the ApplyingBdtPolicy API |
17.2.0 |
2021-06 |
CT#92e |
CP-211239 |
0319 |
1 |
F |
Adding some missing description fields to data type definitions in OpenAPI specification files of the IPTVConfiguration API |
17.2.0 |
2021-06 |
CT#92e |
CP-211239 |
0320 |
1 |
F |
Adding some missing description fields to data type definitions in OpenAPI specification files of the LpiParameterProvision API |
17.2.0 |
2021-06 |
CT#92e |
CP-211239 |
0321 |
1 |
F |
Adding some missing description fields to data type definitions in OpenAPI specification files of the ServiceParameter API |
17.2.0 |
2021-06 |
CT#92e |
CP-211239 |
0322 |
1 |
F |
Adding some missing description fields to data type definitions in OpenAPI specification files of the ACSParameterProvision API |
17.2.0 |
2021-06 |
CT#92e |
CP-211239 |
0323 |
1 |
F |
Adding some missing description fields to data type definitions in OpenAPI specification files of the MoLcsNotify API |
17.2.0 |
2021-06 |
CT#92e |
CP-211239 |
0324 |
1 |
F |
Adding some missing description fields to data type definitions in OpenAPI specification files of the AKMA API |
17.2.0 |
2021-06 |
CT#92e |
CP-211201 |
0325 |
3 |
B |
5G ProSe related updates to the Nnef_ServiceParameter Service |
17.2.0 |
2021-06 |
CT#92e |
CP-211274 |
0326 |
3 |
B |
Support Time Sensitive Communication |
17.2.0 |
2021-06 |
CT#92e |
CP-211225 |
0327 |
3 |
B |
The procedure of time synchronization exposure |
17.2.0 |
2021-06 |
CT#92e |
CP-211225 |
0328 |
2 |
B |
The resource and methods of time synchronization exposure |
17.2.0 |
2021-06 |
CT#92e |
CP-211225 |
0329 |
2 |
B |
The OpenAPI file of time synchronization exposure |
17.2.0 |
2021-06 |
CT#92e |
CP-211214 |
0330 |
F |
Correction of TS title for 29.535 in references |
17.2.0 |
|
2021-06 |
CT#92e |
CP-211218 |
0331 |
B |
Procedures for ECS address provisioning |
17.2.0 |
|
2021-06 |
CT#92e |
CP-211218 |
0332 |
B |
API definition for ECS address provisioning |
17.2.0 |
|
2021-06 |
CT#92e |
CP-211218 |
0333 |
1 |
B |
Support of User Plane Latency requirement |
17.2.0 |
2021-06 |
CT#92e |
CP-211229 |
0334 |
1 |
F |
Correction to UserPlaneEvent applicability in AsSessionWithQoS API |
17.2.0 |
2021-06 |
CT#92e |
CP-211199 |
0336 |
1 |
A |
Correction to LDR geographic area |
17.2.0 |
2021-06 |
CT#92e |
CP-211207 |
0339 |
A |
Location accuracy |
17.2.0 |
|
2021-06 |
CT#92e |
CP-211220 |
0341 |
A |
Adding description for partial failure operation of AnalyticsExposure API |
17.2.0 |
|
2021-06 |
CT#92e |
CP-211267 |
0342 |
1 |
B |
New Network slice status reporting events for the MonitoringEvent API |
17.2.0 |
2021-06 |
CT#92e |
CP-211224 |
0344 |
A |
Wrong attribute name in the OpenAPI file |
17.2.0 |
|
2021-06 |
CT#92e |
CP-211224 |
0346 |
A |
Data type in 200 OK response to PATCH |
17.2.0 |
|
2021-06 |
CT#92e |
CP-211218 |
0347 |
1 |
B |
Support of Network Exposure to EAS via Local NEF |
17.2.0 |
2021-06 |
CT#92e |
CP-211240 |
0348 |
F |
Update of notification destination for TrafficInfluence API |
17.2.0 |
|
2021-06 |
CT#92e |
CP-211220 |
0350 |
1 |
A |
Consistency for websocket in AnalyticsExposure |
17.2.0 |
2021-06 |
CT#92e |
CP-211257 |
0351 |
B |
Support AM Influence service |
17.2.0 |
|
2021-06 |
CT#92e |
CP-211257 |
0352 |
B |
Support AM Policy Authorization service |
17.2.0 |
|
2021-06 |
CT#92e |
CP-211188 |
0353 |
2 |
B |
Resource, methods and data model for AM Policy Authorization service |
17.2.0 |
2021-06 |
CT#92e |
CP-211172 |
0354 |
2 |
B |
API definition of AM PolicyAuthorization service |
17.2.0 |
2021-06 |
CT#92e |
CP-211248 |
0355 |
B |
eCAPIF support |
17.2.0 |
|
2021-06 |
CT#92e |
CP-211251 |
0356 |
1 |
F |
Non-selected BDT policy |
17.2.0 |
2021-06 |
CT#92e |
CP-211241 |
0358 |
F |
Correction of the cardinality of tempValidities |
17.2.0 |
|
2021-06 |
CT#92e |
CP-211190 |
0359 |
2 |
B |
Updates of ServiceParameter Service to support AF influence on URSP |
17.2.0 |
2021-06 |
CT#92e |
CP-211189 |
0361 |
1 |
B |
Procedures for AM Policy Authorization service |
17.2.0 |
2021-06 |
CT#92e |
CP-211265 |
0363 |
F |
Update of OpenAPI version and TS version in externalDocs field |
17.2.0 |
|
2021-09 |
CT#93e |
CP-212225 |
0364 |
1 |
F |
AMPolicyAuthorization API corrections for the Subscribe operation |
17.3.0 |
2021-09 |
CT#93e |
CP-212198 |
0365 |
2 |
B |
Adding uplink buffering indication for Application Relocation |
17.3.0 |
2021-09 |
CT#93e |
CP-212211 |
0367 |
1 |
B |
TSCTSF support for Time Sensitive Communication |
17.3.0 |
2021-09 |
CT#93e |
CP-212211 |
0369 |
1 |
B |
Update of the procedure of time synchronization exposure service |
17.3.0 |
2021-09 |
CT#93e |
CP-212211 |
0370 |
1 |
B |
Update of the resource and methods of time synchronization exposure |
17.3.0 |
2021-09 |
CT#93e |
CP-212211 |
0371 |
1 |
B |
Update of the OpenAPI file of time synchronization exposure service |
17.3.0 |
2021-09 |
CT#93e |
CP-212225 |
0372 |
1 |
F |
AMPolicyAuthorization API: correcting resources |
17.3.0 |
2021-09 |
CT#93e |
CP-212225 |
0373 |
F |
Reference to TS 29.534 |
17.3.0 |
|
2021-09 |
CT#93e |
CP-212211 |
0374 |
1 |
F |
TimeSyncExposure API: alignment with naming convention |
17.3.0 |
2021-09 |
CT#93e |
CP-212198 |
0375 |
1 |
F |
ECS Address Provision Configurations resource definition |
17.3.0 |
2021-09 |
CT#93e |
CP-212225 |
0376 |
1 |
B |
Procedures for AF triggered Access and Mobility Influence |
17.3.0 |
2021-09 |
CT#93e |
CP-212225 |
0377 |
1 |
B |
API definition of Nnef_AMInfluence service |
17.3.0 |
2021-09 |
CT#93e |
CP-212224 |
0379 |
F |
Fix AppId feature description |
17.3.0 |
|
2021-09 |
CT#93e |
CP-212198 |
0381 |
1 |
B |
Spatial Validity Condition and Target |
17.3.0 |
2021-09 |
CT#93e |
CP-212211 |
0384 |
1 |
B |
Corrections to Time Synchronization Exposure |
17.3.0 |
2021-09 |
CT#93e |
CP-212202 |
0386 |
A |
Corrections to analytics exposure |
17.3.0 |
|
2021-09 |
CT#93e |
CP-212229 |
0388 |
A |
Correction of resource name for ApplyingBdtPolicy API |
17.3.0 |
|
2021-09 |
CT#93e |
CP-212228 |
0390 |
A |
Correction of attribute name of appIds |
17.3.0 |
|
2021-09 |
CT#93e |
CP-212190 |
0393 |
1 |
A |
Corrections to TrafficInfluence |
17.3.0 |
2021-09 |
CT#93e |
CP-212214 |
0394 |
F |
Resource URI correction on NEF northbound APIs |
17.3.0 |
|
2021-09 |
CT#93e |
CP-212225 |
0397 |
F |
Change the error codes definitions references |
17.3.0 |
|
2021-09 |
CT#93e |
CP-212188 |
0401 |
B |
Removal of some 5G ProSe related ENs |
17.3.0 |
|
2021-09 |
CT#93e |
CP-212224 |
0402 |
B |
Update procedure for DNN and S-NSSAI in MonitoringEvent API |
17.3.0 |
|
2021-09 |
CT#93e |
CP-212226 |
0403 |
1 |
B |
Updates to support GEM partial cancellation |
17.3.0 |
2021-09 |
CT#93e |
CP-212187 |
0404 |
1 |
B |
Support for Multiple QoS Class in deferred location request |
17.3.0 |
2021-09 |
CT#93e |
CP-212186 |
0406 |
1 |
A |
Updates to LCS client type |
17.3.0 |
2021-09 |
CT#93e |
CP-212223 |
0407 |
F |
Update of OpenAPI version and TS version in externalDocs field |
17.3.0 |
|
2021-12 |
CT#94e |
CP-213234 |
0411 |
2 |
B |
Update of the time synchronization exposure subscription |
17.4.0 |
2021-12 |
CT#94e |
CP-213234 |
0412 |
2 |
B |
Update of the time synchronization exposure capability notification |
17.4.0 |
2021-12 |
CT#94e |
CP-213234 |
0413 |
2 |
B |
Update of the procedure of time synchronization exposure service |
17.4.0 |
2021-12 |
CT#94e |
CP-213200 |
0414 |
2 |
B |
Update Procedures for AF triggered AM Policy Authorization |
17.4.0 |
2021-12 |
CT#94e |
CP-213200 |
0415 |
2 |
B |
Update AM Policy Authorization service description and API definition |
17.4.0 |
2021-12 |
CT#94e |
CP-213258 |
0416 |
2 |
B |
Update OpenAPI definition of AM Policy Authorization service |
17.4.0 |
2021-12 |
CT#94e |
CP-213194 |
0417 |
1 |
B |
Update procedures for AF triggered AM Influence |
17.4.0 |
2021-12 |
CT#94e |
CP-213200 |
0418 |
2 |
B |
Update AM Influence Data Model |
17.4.0 |
2021-12 |
CT#94e |
CP-213222 |
0420 |
1 |
B |
Support AF subscribed notifications in Nnef_ServiceParameter_Create operation |
17.4.0 |
2021-12 |
CT#94e |
CP-213222 |
0421 |
1 |
B |
Support Nnef_ServiceParameter_Notify operation |
17.4.0 |
2021-12 |
CT#94e |
CP-213222 |
0422 |
1 |
B |
Procedures on AF subscribed notification of service parameter invocation outcome |
17.4.0 |
2021-12 |
CT#94e |
CP-213222 |
0423 |
1 |
B |
Procedures on Service Specific Authorization Update Notification |
17.4.0 |
2021-12 |
CT#94e |
CP-213230 |
0424 |
1 |
F |
Correction to NSAC procedure |
17.4.0 |
2021-12 |
CT#94e |
CP-213234 |
0425 |
1 |
B |
Descriptions about alternative QoS parameters in AsSessionWithQoS |
17.4.0 |
2021-12 |
CT#94e |
CP-213257 |
0426 |
3 |
B |
The OpenAPI file for AMInfluence |
17.4.0 |
2021-12 |
CT#94e |
CP-213212 |
0428 |
1 |
F |
Resolve editor note for Multiple QoS Class |
17.4.0 |
2021-12 |
CT#94e |
CP-213230 |
0429 |
1 |
F |
Resolving the subscription to NSAC events related ENs |
17.4.0 |
2021-12 |
CT#94e |
CP-213230 |
0430 |
F |
Resolving the reporting type related ENs for NSAC event subscriptions |
17.4.0 |
|
2021-12 |
CT#94e |
CP-213213 |
0431 |
1 |
B |
Updates to the 5G ProSe service parameters |
17.4.0 |
2021-12 |
CT#94e |
CP-213235 |
0432 |
F |
Correcting the Resource URI structure figures |
17.4.0 |
|
2021-12 |
CT#94e |
CP-213235 |
0433 |
F |
Correcting some wrong tables numbers |
17.4.0 |
|
2021-12 |
CT#94e |
CP-213235 |
0434 |
1 |
F |
Removing unnecessary tables |
17.4.0 |
2021-12 |
CT#94e |
CP-213234 |
0435 |
F |
Adding the missing Notification_websocket and Notification_test_event features to the TimeSyncExposure API |
17.4.0 |
|
2021-12 |
CT#94e |
CP-213217 |
0436 |
2 |
B |
New Nnef_MBSTMGI service definition – API part |
17.4.0 |
2021-12 |
CT#94e |
CP-213217 |
0437 |
2 |
B |
New Nnef_MBSTMGI service definition – OpenAPI part |
17.4.0 |
2021-12 |
CT#94e |
CP-213217 |
0438 |
1 |
B |
New Nnef_MBSTMGI service definition – Procedures part |
17.4.0 |
2021-12 |
CT#94e |
CP-213220 |
0439 |
B |
Alignment with SA3 supported TLS profiles |
17.4.0 |
|
2021-12 |
CT#94e |
CP-213223 |
0440 |
1 |
B |
Adding EAS IP replacement information in Traffic Influence |
17.4.0 |
2021-12 |
CT#94e |
CP-213236 |
0441 |
1 |
F |
Adding the AnalyticsExposure API specific data types table |
17.4.0 |
2021-12 |
CT#94e |
CP-213236 |
0442 |
1 |
F |
Adding the ServiceParameter API specific data types table |
17.4.0 |
2021-12 |
CT#94e |
CP-213236 |
0443 |
1 |
F |
Adding the ApplyingBdtPolicy API specific data types table |
17.4.0 |
2021-12 |
CT#94e |
CP-213236 |
0444 |
1 |
F |
Adding the ACSParameterProvision API specific data types table |
17.4.0 |
2021-12 |
CT#94e |
CP-213217 |
0445 |
B |
New Nnef_MBSSession service definition – Procedure’s part |
17.4.0 |
|
2021-12 |
CT#94e |
CP-213217 |
0446 |
B |
New Nnef_MBSSession service definition – API part |
17.4.0 |
|
2021-12 |
CT#94e |
CP-213204 |
0447 |
1 |
B |
New Nnef_MBSSession service definition – OpenAPI part |
17.4.0 |
2021-12 |
CT#94e |
CP-213223 |
0448 |
1 |
B |
Clarification of AF preference for the user plane latency |
17.4.0 |
2021-12 |
CT#94e |
CP-213223 |
0449 |
B |
Clarification of direct notification |
17.4.0 |
|
2021-12 |
CT#94e |
CP-213230 |
0450 |
1 |
B |
Supporting network slice status retrieval |
17.4.0 |
2021-12 |
CT#94e |
CP-213236 |
0451 |
1 |
B |
Updates GET Query in ServiceParameter API |
17.4.0 |
2021-12 |
CT#94e |
CP-213223 |
0452 |
1 |
B |
Introduce Nnef_EASDeplyment service |
17.4.0 |
2021-12 |
CT#94e |
CP-213223 |
0453 |
1 |
B |
Procedures to support Nnef_EASDeployment_Create service opertion |
17.4.0 |
2021-12 |
CT#94e |
CP-213223 |
0454 |
1 |
B |
Procedures to support Nnef_EASDeployment _Update service operation |
17.4.0 |
2021-12 |
CT#94e |
CP-213223 |
0455 |
1 |
B |
Procedures to support Nnef_EASDeployment _Delete service operation |
17.4.0 |
2021-12 |
CT#94e |
CP-213223 |
0460 |
B |
AF Request for Simultaneous Connectivity over Source and Target PSA at Edge Relocation |
17.4.0 |
|
2021-12 |
CT#94e |
CP-213200 |
0463 |
1 |
B |
Updates to AM PolicyAuthorization error handling |
17.4.0 |
2021-12 |
CT#94e |
CP-213218 |
0464 |
1 |
F |
Sending UE ID to the AKMA AF |
17.4.0 |
2021-12 |
CT#94e |
CP-213236 |
0465 |
1 |
F |
Adding a list of APIs table |
17.4.0 |
2021-12 |
CT#94e |
CP-213236 |
0466 |
1 |
F |
Adding the TrafficInfluence API specific data types tables |
17.4.0 |
2021-12 |
CT#94e |
CP-213246 |
0468 |
F |
Update of OpenAPI version and TS version in externalDocs field |
17.4.0 |
|
2022-03 |
CT#95e |
CP-220200 |
0469 |
|
F |
MBS term alignment |
17.5.0 |
2022-03 |
CT#95e |
CP-220189 |
0470 |
1 |
B |
Support Dispersion Analytics in AnalyticsExposure API |
17.5.0 |
2022-03 |
CT#95e |
CP-220200 |
0472 |
|
F |
Updates to the Nnef_MBSTMGI service description |
17.5.0 |
2022-03 |
CT#95e |
CP-220344 |
0473 |
1 |
F |
Updates to the Nnef_MBSSession service description |
17.5.0 |
2022-03 |
CT#95e |
CP-220200 |
0474 |
|
F |
Updates to the Nnef_MBSSession API definition clauses |
17.5.0 |
2022-03 |
CT#95e |
CP-220200 |
0475 |
1 |
F |
Updates to the Nnef_MBSSession_Update service operation |
17.5.0 |
2022-03 |
CT#95e |
CP-220203 |
0476 |
1 |
F |
Adding the 5GLANParameterProvision API specific data types table |
17.5.0 |
2022-03 |
CT#95e |
CP-220203 |
0477 |
1 |
F |
Adding the IPTVConfiguration API specific data types table |
17.5.0 |
2022-03 |
CT#95e |
CP-220203 |
0478 |
1 |
F |
Adding the LpiParameterProvision API specific data types table |
17.5.0 |
2022-03 |
CT#95e |
CP-220203 |
0479 |
|
F |
Wrong reference correction |
17.5.0 |
2022-03 |
CT#95e |
CP-220187 |
0480 |
2 |
B |
Defining the reporting format for NSAC |
17.5.0 |
2022-03 |
CT#95e |
CP-220187 |
0481 |
1 |
F |
Clarifications to the case of multiple NSACFs |
17.5.0 |
2022-03 |
CT#95e |
CP-220185 |
0482 |
1 |
F |
Correct transaction id for service parameter provisioning |
17.5.0 |
2022-03 |
CT#95e |
CP-220196 |
0483 |
2 |
F |
Geographic area support for traffic influence |
17.5.0 |
2022-03 |
CT#95e |
CP-220183 |
0484 |
3 |
B |
Capability of 5G Access Stratum Time resource |
17.5.0 |
2022-03 |
CT#95e |
CP-220183 |
0485 |
1 |
B |
Procedure of management of 5G access stratum time distribution |
17.5.0 |
2022-03 |
CT#95e |
CP-220183 |
0486 |
1 |
B |
Methods and resource of management of 5G access stratum time distribution |
17.5.0 |
2022-03 |
CT#95e |
CP-220326 |
0487 |
2 |
B |
OpenAPI file of management of 5G access stratum time distribution |
17.5.0 |
2022-03 |
CT#95e |
CP-220183 |
0488 |
2 |
B |
State of time synchronization Configuration |
17.5.0 |
2022-03 |
CT#95e |
CP-220320 |
0489 |
1 |
B |
Support of configuration of PTP port |
17.5.0 |
2022-03 |
CT#95e |
CP-220183 |
0490 |
2 |
B |
Support of time synchronization error budget |
17.5.0 |
2022-03 |
CT#95e |
CP-220329 |
0491 |
2 |
B |
Support of AF triggered EAS rediscovery |
17.5.0 |
2022-03 |
CT#95e |
CP-220185 |
0492 |
3 |
B |
Updates to URSP rule in ServiceParameter API |
17.5.0 |
2022-03 |
CT#95e |
CP-220185 |
0493 |
3 |
B |
Resource structure and data model to support EAS Deployment information |
17.5.0 |
2022-03 |
CT#95e |
CP-220186 |
0494 |
4 |
B |
OpenAPI for AF provisioned EAS Deployment information |
17.5.0 |
2022-03 |
CT#95e |
CP-220185 |
0495 |
1 |
B |
Update procedures for Northbound EAS Deployment Information management |
17.5.0 |
2022-03 |
CT#95e |
CP-220197 |
0496 |
1 |
F |
Updates to AMPolicyAuthorization API |
17.5.0 |
2022-03 |
CT#95e |
CP-220197 |
0497 |
|
F |
Updates to AMInfluence API |
17.5.0 |
2022-03 |
CT#95e |
CP-220203 |
0498 |
|
F |
Adding the missing MBSSession API in the list of NEF APIs |
17.5.0 |
2022-03 |
CT#95e |
CP-220181 |
0499 |
|
B |
Add civic address type of accuracy to Monitoring Event API |
17.5.0 |
2022-03 |
CT#95e |
CP-220186 |
0500 |
1 |
B |
Resolutions related to URSP guidance inputs and procedures |
17.5.0 |
2022-03 |
CT#95e |
CP-220173 |
0502 |
|
A |
Correction of reference to 29.500 error codes |
17.5.0 |
2022-03 |
CT#95e |
CP-220183 |
0503 |
1 |
B |
Descriptions about alternative QoS related parameter sets in AsSessionWithQoS |
17.5.0 |
2022-03 |
CT#95e |
CP-220196 |
0505 |
1 |
F |
Correction to allow for multiple PDU Session types in a VN group |
17.5.0 |
2022-03 |
CT#95e |
CP-220200 |
0506 |
1 |
B |
Error Handling during MBS Session create operation |
17.5.0 |
2022-03 |
CT#95e |
CP-220200 |
0507 |
1 |
F |
Mbs Service Area update |
17.5.0 |
2022-03 |
CT#95e |
CP-220200 |
0508 |
|
F |
MbsSession data type update for MBS session creation response |
17.5.0 |
2022-03 |
CT#95e |
CP-220333 |
0509 |
2 |
F |
MBS Session status subscription and notification data type updates |
17.5.0 |
2022-03 |
CT#95e |
CP-220181 |
0510 |
|
B |
Service description to support AF retrieve UE ID |
17.5.0 |
2022-03 |
CT#95e |
CP-220199 |
0511 |
1 |
B |
Procedure to support GEM partial addition |
17.5.0 |
2022-03 |
CT#95e |
CP-220186 |
0515 |
1 |
F |
Precedence handling for URSP Rule determination |
17.5.0 |
2022-03 |
CT#95e |
CP-220186 |
0516 |
1 |
F |
Feature support for Edge Computing |
17.5.0 |
2022-03 |
CT#95e |
CP-220186 |
0517 |
1 |
B |
Report of UE Policy Delivery outcome when the URSP info is updated |
17.5.0 |
2022-03 |
CT#95e |
CP-220187 |
0518 |
1 |
B |
Completion of NSAC subscription procedure |
17.5.0 |
2022-03 |
CT#95e |
CP-220187 |
0519 |
1 |
F |
one-time reporting |
17.5.0 |
2022-03 |
CT#95e |
CP-220172 |
0521 |
|
A |
Correction to MO-LR |
17.5.0 |
2022-03 |
CT#95e |
CP-220172 |
0523 |
|
A |
Correction to MT-LR |
17.5.0 |
2022-03 |
CT#95e |
CP-220172 |
0525 |
|
A |
Correction to Location Privacy Indication Parameters Provisioning |
17.5.0 |
2022-03 |
CT#95e |
CP-220197 |
0526 |
1 |
B |
Subscription to AM related events with immediate report, AMPolicyAuthorization API |
17.5.0 |
2022-03 |
CT#95e |
CP-220346 |
0530 |
3 |
B |
Support PATCH for the update of an ACS Configuration Subscription resource |
17.5.0 |
2022-03 |
CT#95e |
CP-220345 |
0532 |
2 |
B |
Support PATCH for the update of an LPI Parameters Provisioning resource |
17.5.0 |
2022-03 |
CT#95e |
CP-220204 |
0533 |
|
F |
Updating the AMInfluence API General data model clause |
17.5.0 |
2022-03 |
CT#95e |
CP-220204 |
0534 |
1 |
F |
Updating the AMPolicyAuthorization API General data model clause |
17.5.0 |
2022-03 |
CT#95e |
CP-220204 |
0535 |
|
F |
Updating the EcsAddressProvision API General data model clause |
17.5.0 |
2022-03 |
CT#95e |
CP-220204 |
0536 |
1 |
F |
Updating the TimeSyncExposure API General data model clause |
17.5.0 |
2022-03 |
CT#95e |
CP-220204 |
0537 |
|
F |
Correcting the OAuth2 definitions in the OpenAPI description of the Nnef_MBSSession API |
17.5.0 |
2022-03 |
CT#95e |
CP-220180 |
0538 |
|
B |
Specifying the error case of KAKMA key not present in the AAnF |
17.5.0 |
2022-03 |
CT#95e |
CP-220197 |
0539 |
|
F |
Solution of remaining Editor’s notes |
17.5.0 |
2022-03 |
CT#95e |
CP-220183 |
0540 |
1 |
F |
Formatting of description fields for TimeSyncExposure API |
17.5.0 |
2022-03 |
CT#95e |
CP-220180 |
0541 |
|
F |
Formatting of description fields for AKMA API |
17.5.0 |
2022-03 |
CT#95e |
CP-220185 |
0542 |
|
F |
Formatting of description fields for EcsAddressProvision API |
17.5.0 |
2022-03 |
CT#95e |
CP-220198 |
0543 |
1 |
F |
Formatting of description fields for AMInfluence API |
17.5.0 |
2022-03 |
CT#95e |
CP-220198 |
0544 |
1 |
F |
Formatting of description fields for AmPolicyAuthorization API |
17.5.0 |
2022-03 |
CT#95e |
CP-220200 |
0545 |
|
F |
Formatting of description fields for MBSTMGI API |
17.5.0 |
2022-03 |
CT#95e |
CP-220200 |
0546 |
1 |
F |
Formatting of description fields for MBSSession API |
17.5.0 |
2022-03 |
CT#95e |
CP-220204 |
0547 |
1 |
F |
Formatting of description fields |
17.5.0 |
2022-03 |
CT#95e |
CP-220194 |
0548 |
|
F |
Update of info and externalDocs fields |
17.5.0 |
2022-06 |
CT#96 |
CP-221125 |
0512 |
2 |
B |
Procedures for AF specific UE ID retrieval |
17.6.0 |
2022-06 |
CT#96 |
CP-221125 |
0513 |
2 |
B |
API definition to support AF specific UE ID retrieval |
17.6.0 |
2022-06 |
CT#96 |
CP-221125 |
0514 |
3 |
B |
OpenAPI file to support Nnef_UEId service |
17.6.0 |
2022-06 |
CT#96 |
CP-221125 |
0527 |
2 |
B |
Support AF specific UE ID retrieval procedures in MonitoringEvent API |
17.6.0 |
2022-06 |
CT#96 |
CP-221125 |
0528 |
2 |
B |
Support AF specific UE ID retrieval procedures in CpProvisioning API |
17.6.0 |
2022-06 |
CT#96 |
CP-221125 |
0529 |
2 |
B |
Support AF specific UE ID retrieval procedures in NpConfiguration API |
17.6.0 |
2022-06 |
CT#96 |
CP-221130 |
0550 |
1 |
B |
Support list of analytics subsets for AnalyticsExposure API |
17.6.0 |
2022-06 |
CT#96 |
CP-221133 |
0551 |
2 |
B |
Support DN Performance Analytics in AnalyticsExposure API |
17.6.0 |
2022-06 |
CT#96 |
CP-221134 |
0552 |
4 |
B |
Support Observed Service Experience Analytics in AnalyticsExposure API |
17.6.0 |
2022-06 |
CT#96 |
CP-221120 |
0554 |
|
B |
Location dependent MBS Session related updates |
17.6.0 |
2022-06 |
CT#96 |
CP-221120 |
0555 |
|
B |
MBS Frequency Selection Area Identifier related updates. |
17.6.0 |
2022-06 |
CT#96 |
CP-221120 |
0556 |
1 |
B |
MBS session QoS information updates |
17.6.0 |
2022-06 |
CT#96 |
CP-221120 |
0557 |
|
B |
MBS session Status Notify update with ingress tunnel address. |
17.6.0 |
2022-06 |
CT#96 |
CP-221120 |
0558 |
|
B |
MBS session Status Notify update with delivery status indication for broadcast session. |
17.6.0 |
2022-06 |
CT#96 |
CP-221122 |
0559 |
1 |
F |
AKID encoding clarification |
17.6.0 |
2022-06 |
CT#96 |
CP-221122 |
0560 |
1 |
F |
AfId related EN resolution. |
17.6.0 |
2022-06 |
CT#96 |
CP-221144 |
0562 |
1 |
B |
Correcting the usage of TSCTSF in the AsSessionWithQoS procedure |
17.6.0 |
2022-06 |
CT#96 |
CP-221147 |
0563 |
1 |
F |
Adding missing 5G features in re-used APIs |
17.6.0 |
2022-06 |
CT#96 |
CP-221139 |
0564 |
1 |
F |
Corrections to the AF provided inputs for NSAC |
17.6.0 |
2022-06 |
CT#96 |
CP-221147 |
0565 |
1 |
F |
Resolving the naming convention issues |
17.6.0 |
2022-06 |
CT#96 |
CP-221147 |
0566 |
1 |
F |
Adding a missing reference number |
17.6.0 |
2022-06 |
CT#96 |
CP-221145 |
0568 |
3 |
F |
Correction to state of configuration |
17.6.0 |
2022-06 |
CT#96 |
CP-221144 |
0569 |
|
F |
Correction to the Nnef_TimeSynchronization service operation description |
17.6.0 |
2022-06 |
CT#96 |
CP-221144 |
0570 |
|
F |
Correction to the TSCTSF discovery of 5G access stratum time distribution |
17.6.0 |
2022-06 |
CT#96 |
CP-221144 |
0571 |
1 |
F |
Correction to the TSCTSF discovery of subscription to notification of Time Synchronization Capabilites |
17.6.0 |
2022-06 |
CT#96 |
CP-221144 |
0573 |
|
F |
Impacts of overview by Nnef_ASTI service |
17.6.0 |
2022-06 |
CT#96 |
CP-221144 |
0574 |
1 |
F |
Procedure of 5G access stratum time distribution |
17.6.0 |
2022-06 |
CT#96 |
CP-221144 |
0575 |
|
F |
Error handling of 5G access stratum time distribution |
17.6.0 |
2022-06 |
CT#96 |
CP-221144 |
0580 |
1 |
F |
Correction to AF service identifier |
17.6.0 |
2022-06 |
CT#96 |
CP-221126 |
0581 |
1 |
F |
Correction to subscription to notification of outcome of UE Policies delivery |
17.6.0 |
2022-06 |
CT#96 |
CP-221126 |
0582 |
3 |
F |
Remove the editor’s note related to AfNotification data type |
17.6.0 |
2022-06 |
CT#96 |
CP-221147 |
0583 |
|
F |
Correct IE name in service parameter provisioning |
17.6.0 |
2022-06 |
CT#96 |
CP-221159 |
0584 |
|
F |
Remove SUPI from AM influence |
17.6.0 |
2022-06 |
CT#96 |
CP-221131 |
0585 |
1 |
B |
Add requirements of dispersion analytics to Nnef_AnalyticsExposure_Fetch service operation |
17.6.0 |
2022-06 |
CT#96 |
CP-221129 |
0586 |
|
B |
Support of requesting and reporting the list of top applications |
17.6.0 |
2022-06 |
CT#96 |
CP-221142 |
0589 |
3 |
B |
Definition of Data Collection and Reporting API |
17.6.0 |
2022-06 |
CT#96 |
CP-221142 |
0590 |
4 |
B |
Description of Data Collection and Reporting API |
17.6.0 |
2022-06 |
CT#96 |
CP-221252 |
0591 |
4 |
B |
Separation of ASTI and TimeSynch services |
17.6.0 |
2022-06 |
CT#96 |
CP-221159 |
0592 |
|
F |
AMInfluence API: reused data types |
17.6.0 |
2022-06 |
CT#96 |
CP-221159 |
0593 |
1 |
F |
Definition of AmInfluSubPatch data type |
17.6.0 |
2022-06 |
CT#96 |
CP-221126 |
0594 |
2 |
F |
Correction to creation of a new Individual EAS Deployment information resource |
17.6.0 |
2022-06 |
CT#96 |
CP-221126 |
0595 |
2 |
F |
Correction to data type of EAS Deployment information |
17.6.0 |
2022-06 |
CT#96 |
CP-221126 |
0597 |
|
F |
Resolve editor’s notes in EAS Deployment Information management |
17.6.0 |
2022-06 |
CT#96 |
CP-221125 |
0598 |
2 |
B |
Supporting user consent for EDGEAPP on the Nnef_EventExposure API |
17.6.0 |
2022-06 |
CT#96 |
CP-221147 |
0599 |
|
F |
Correction of authorization description for NEF APIs |
17.6.0 |
2022-06 |
CT#96 |
CP-221147 |
0600 |
|
B |
Update re-used data types for TrafficInfluence API |
17.6.0 |
2022-06 |
CT#96 |
CP-221136 |
0601 |
1 |
B |
Adding support for requesting analytics within a specified time |
17.6.0 |
2022-06 |
CT#96 |
CP-221136 |
0602 |
1 |
F |
Corrections in the error handling of Analytics Exposure |
17.6.0 |
2022-06 |
CT#96 |
CP-221136 |
0603 |
1 |
F |
Corrections of feature handling in Analytics Exposure |
17.6.0 |
2022-06 |
CT#96 |
CP-221133 |
0604 |
|
B |
Muting notifications |
17.6.0 |
2022-06 |
CT#96 |
CP-221145 |
0605 |
1 |
F |
Clarification of the relationship between Nnef_TimeSynchronization and Nnef_ASTI |
17.6.0 |
2022-06 |
CT#96 |
CP-221145 |
0606 |
1 |
F |
Correction to procedure of TSC QoS information provisioning |
17.6.0 |
2022-06 |
CT#96 |
CP-221122 |
0607 |
1 |
F |
AKMA resource update for Error case |
17.6.0 |
2022-06 |
CT#96 |
CP-221120 |
0608 |
1 |
F |
Resolution of EN related to Error cases related to MBS session management. |
17.6.0 |
2022-06 |
CT#96 |
CP-221120 |
0609 |
1 |
F |
Resolution of EN related to Error cases related to TMGI management. |
17.6.0 |
2022-06 |
CT#96 |
CP-221121 |
0610 |
1 |
F |
MBS Session API resources method update |
17.6.0 |
2022-06 |
CT#96 |
CP-221142 |
0611 |
1 |
B |
Definition of Data Reporting Provisioning API |
17.6.0 |
2022-06 |
CT#96 |
CP-221142 |
0612 |
1 |
B |
Description of Data Reporting Provisioning API |
17.6.0 |
2022-06 |
CT#96 |
CP-221246 |
0613 |
4 |
F |
Defining FQDN information for EAS deployment |
17.6.0 |
2022-06 |
CT#96 |
CP-221145 |
0614 |
1 |
F |
Time Synchronization Error Budget |
17.6.0 |
2022-06 |
CT#96 |
CP-221134 |
0615 |
|
B |
Update the reporting threshold for AnalyticsExposure service |
17.6.0 |
2022-06 |
CT#96 |
CP-221120 |
0616 |
|
F |
Updating the identifier of an Individual MBS Session resource |
17.6.0 |
2022-06 |
CT#96 |
CP-221120 |
0617 |
|
F |
Corrections to the OpenAPI description of the Nnef_MBSSession API |
17.6.0 |
2022-06 |
CT#96 |
CP-221264 |
0618 |
2 |
B |
Supporting event requirements provisioning for the TrafficInfluence API |
17.6.0 |
2022-06 |
CT#96 |
CP-221126 |
0619 |
|
F |
Support the update of notifUri for ServiceParameter API |
17.6.0 |
2022-06 |
CT#96 |
CP-221144 |
0620 |
|
F |
Support the update of notifUri for TimeSyncExposure API |
17.6.0 |
2022-06 |
CT#96 |
CP-221147 |
0621 |
1 |
F |
Update the definition of notifUri for TrafficInfluence API |
17.6.0 |
2022-06 |
CT#96 |
CP-221159 |
0622 |
|
F |
Corrections related to notifUri for DCAMP |
17.6.0 |
2022-06 |
CT#96 |
CP-221117 |
0624 |
|
A |
Correction to UP path notification |
17.6.0 |
2022-06 |
CT#96 |
CP-221128 |
0626 |
1 |
A |
value range of confidence |
17.6.0 |
2022-06 |
CT#96 |
CP-221128 |
0628 |
1 |
A |
NEF mapping for Analytics Exposure Subscription |
17.6.0 |
2022-06 |
CT#96 |
CP-221157 |
0630 |
1 |
F |
Support the update of notifUri for AnalyticsExposure API |
17.6.0 |
2022-06 |
CT#96 |
CP-221261 |
0631 |
2 |
B |
Defining the OpenAPI description of the Data Reporting API |
17.6.0 |
2022-06 |
CT#96 |
CP-221262 |
0632 |
3 |
B |
Defining the OpenAPI description of the Data Reporting Provisioning API |
17.6.0 |
2022-06 |
CT#96 |
CP-221126 |
0634 |
1 |
F |
Geographic area support for URSP |
17.6.0 |
2022-06 |
CT#96 |
CP-221147 |
0635 |
|
F |
Updates to multiple query parameters in ServiceParameter API |
17.6.0 |
2022-06 |
CT#96 |
CP-221151 |
0636 |
|
F |
Update of info and externalDocs fields |
17.6.0 |
2022-09 |
CT#97e |
CP-222110 |
0637 |
1 |
B |
Updates to Data Reporting Provisioning API |
17.7.0 |
2022-09 |
CT#97e |
CP-222098 |
0638 |
1 |
F |
Resolve EN for AF specific UE Id retrieval in MonitoringEvent API |
17.7.0 |
2022-09 |
CT#97e |
CP-222098 |
0639 |
1 |
F |
Resolve EN for AF specific UE Id retrieval in CpProvisioning API |
17.7.0 |
2022-09 |
CT#97e |
CP-222098 |
0640 |
1 |
F |
Resolve EN for AF specific UE Id retrieval in NpConfiguraton API |
17.7.0 |
2022-09 |
CT#97e |
CP-222110 |
0641 |
|
F |
Correction of Data reporting API Redirection handling |
17.7.0 |
2022-09 |
CT#97e |
CP-222103 |
0642 |
1 |
F |
Adding missing attributes to AnalyticsData |
17.7.0 |
2022-09 |
CT#97e |
CP-222104 |
0643 |
2 |
F |
Applicability update for AnalyticsEventFilter |
17.7.0 |
2022-09 |
CT#97e |
CP-222103 |
0644 |
1 |
F |
Applicability correction for AnalyticsEventFilterSubsc |
17.7.0 |
2022-09 |
CT#97e |
CP-222103 |
0645 |
1 |
F |
Visited Areas addition for AnalyticsEventFilterSubsc & AnalyticsEventFilter |
17.7.0 |
2022-09 |
CT#97e |
CP-222103 |
0646 |
1 |
F |
Matching Direction addition for AnalyticsEventFilterSubsc |
17.7.0 |
2022-09 |
CT#97e |
CP-222095 |
0647 |
1 |
F |
Resolution of EN related to Event reports in MBS session management. |
17.7.0 |
2022-09 |
CT#97e |
CP-222110 |
0649 |
|
F |
Correction for service name of DataReportingProvisioning API |
17.7.0 |
2022-09 |
CT#97e |
CP-222113 |
0650 |
|
F |
Correction for StateOfDstt data type of TimeSyncExposure API |
17.7.0 |
2022-09 |
CT#97e |
CP-222097 |
0651 |
2 |
F |
Correction of Application Port ID for UEId API |
17.7.0 |
2022-09 |
CT#97e |
CP-222099 |
0654 |
|
F |
Correction to QoS monitoring notification when direct notification is requested |
17.7.0 |
2022-09 |
CT#97e |
CP-222113 |
0655 |
2 |
F |
Correction to subscription to notification of Time Synchronization Capabilites |
17.7.0 |
2022-09 |
CT#97e |
CP-222099 |
0657 |
1 |
F |
Correction to notification of outcome of the UE Policy Delivery |
17.7.0 |
2022-09 |
CT#97e |
CP-222110 |
0658 |
1 |
B |
API general clauses in Nnef_MSEventExposure API |
17.7.0 |
2022-09 |
CT#97e |
CP-222110 |
0659 |
1 |
B |
API resource clauses in Nnef_MSEventExposure API |
17.7.0 |
2022-09 |
CT#97e |
CP-222110 |
0660 |
1 |
B |
API notification clauses in Nnef_MSEventExposure API |
17.7.0 |
2022-09 |
CT#97e |
CP-222110 |
0661 |
1 |
B |
API data model in Nnef_MSEventExposure API |
17.7.0 |
2022-09 |
CT#97e |
CP-222110 |
0662 |
1 |
B |
Procedures descriptions in Nnef_MSEventExposure API |
17.7.0 |
2022-09 |
CT#97e |
CP-222110 |
0663 |
1 |
B |
OpenAPI file of Nnef_MSEventExposure API |
17.7.0 |
2022-09 |
CT#97e |
CP-222110 |
0664 |
1 |
B |
General descriptions for Nnef_MSEventExposure API |
17.7.0 |
2022-09 |
CT#97e |
CP-222114 |
0665 |
1 |
F |
Wrong grouping of Time Synchronization procedures |
17.7.0 |
2022-09 |
CT#97e |
CP-222113 |
0666 |
|
F |
Removal of the mapping of GPSIs and Group Identifiers to a SUPI list |
17.7.0 |
2022-09 |
CT#97e |
CP-222099 |
0667 |
|
F |
Correction in EAS Deployment Information creation procedure |
17.7.0 |
2022-09 |
CT#97e |
CP-222099 |
0668 |
1 |
F |
Custom deletion of EAS Deployment Information |
17.7.0 |
2022-09 |
CT#97e |
CP-222117 |
0669 |
|
F |
Application errors handling for the TimeSyncExposure API |
17.7.0 |
2022-09 |
CT#97e |
CP-222117 |
0670 |
|
F |
Application errors handling for the AMPolicyAuthorization API |
17.7.0 |
2022-09 |
CT#97e |
CP-222117 |
0671 |
|
F |
Application errors handling for the ASTI API |
17.7.0 |
2022-09 |
CT#97e |
CP-222113 |
0672 |
|
F |
ASTI API: definition of error responses |
17.7.0 |
2022-09 |
CT#97e |
CP-222118 |
0673 |
1 |
F |
Body in relayed error response |
17.7.0 |
2022-09 |
CT#97e |
CP-222101 |
0674 |
|
F |
Corrections related to top applications for congestion |
17.7.0 |
2022-09 |
CT#97e |
CP-222127 |
0675 |
|
F |
Data type of evSubscs attribute |
17.7.0 |
2022-09 |
CT#97e |
CP-222127 |
0676 |
|
F |
Removable attributes within AppAmContextExpUpdateData |
17.7.0 |
2022-09 |
CT#97e |
CP-222127 |
0677 |
|
F |
Misalignment of data type defintion in AMPolicyAuthorization API |
17.7.0 |
2022-09 |
CT#97e |
CP-222125 |
0681 |
|
F |
Correction to QoS monitoring notification |
17.7.0 |
2022-09 |
CT#97e |
CP-222118 |
0683 |
1 |
F |
he events subscribed by the NEF |
17.7.0 |
2022-09 |
CT#97e |
CP-222126 |
0684 |
1 |
F |
Correction to UP Path change notification |
17.7.0 |
2022-09 |
CT#97e |
CP-222127 |
0686 |
1 |
F |
Missing description field for enumeration data types |
17.7.0 |
2022-09 |
CT#97e |
CP-222125 |
0689 |
1 |
F |
Applicable accuracy value |
17.7.0 |
2022-09 |
CT#97e |
CP-222094 |
0690 |
|
B |
Define API general clauses in Nnef_MBSUserDataIngestSession API |
17.7.0 |
2022-09 |
CT#97e |
CP-222094 |
0691 |
1 |
B |
Define API resource clauses in Nnef_MBSUserDataIngestSession API |
17.7.0 |
2022-09 |
CT#97e |
CP-222094 |
0692 |
|
B |
Define API notification clauses in Nnef_MBSUserDataIngestSession API |
17.7.0 |
2022-09 |
CT#97e |
CP-222094 |
0693 |
1 |
B |
Define API data model in Nnef_MBSUserDataIngestSession API |
17.7.0 |
2022-09 |
CT#97e |
CP-222094 |
0694 |
1 |
B |
Define Service and Service Operations in Nnef_MBSUserDataIngestSession API |
17.7.0 |
2022-09 |
CT#97e |
CP-222094 |
0695 |
1 |
B |
Define OpenAPI file of Nnef_MBSUserDataIngestSession API |
17.7.0 |
2022-09 |
CT#97e |
CP-222099 |
0696 |
1 |
F |
Corrections to URSP rule in ServiceParameter API |
17.7.0 |
2022-09 |
CT#97e |
CP-222118 |
0697 |
1 |
F |
Missing description field for enumeration data type in IPTVConfiguration API |
17.7.0 |
2022-09 |
CT#97e |
CP-222118 |
0698 |
1 |
F |
Missing description field for enumeration data type in TrafficInfluence API |
17.7.0 |
2022-09 |
CT#97e |
CP-222094 |
0699 |
1 |
B |
Adding the support of MBS Service Requirements for the Nnef_MBSSession API |
17.7.0 |
2022-09 |
CT#97e |
CP-222094 |
0700 |
1 |
B |
Completing the definition of the Nnef_MBSSession API |
17.7.0 |
2022-09 |
CT#97e |
CP-222094 |
0701 |
1 |
F |
Miscellaneous corrections to the Nnef_MBSSession API |
17.7.0 |
2022-09 |
CT#97e |
CP-222094 |
0702 |
|
F |
Miscellaneous corrections to the Nnef_MBSTMGI API |
17.7.0 |
2022-09 |
CT#97e |
CP-222094 |
0703 |
|
B |
Updating the service description clauses to support MBS Session Authorization provisioning |
17.7.0 |
2022-09 |
CT#97e |
CP-222094 |
0704 |
|
B |
Updating the resources clause to support MBS Session Authorization provisioning |
17.7.0 |
2022-09 |
CT#97e |
CP-222094 |
0705 |
|
B |
Updating the data model clauses to support MBS Session Authorization provisioning |
17.7.0 |
2022-09 |
CT#97e |
CP-222207 |
0706 |
1 |
B |
Updating the OpenAPI description to support MBS Session Authorization provisioning |
17.7.0 |
2022-09 |
CT#97e |
CP-222094 |
0707 |
|
B |
Defining the service description clauses of the Nnef_MBSUserService API |
17.7.0 |
2022-09 |
CT#97e |
CP-222094 |
0708 |
|
B |
Defining the API general clauses of the Nnef_MBSUserService API |
17.7.0 |
2022-09 |
CT#97e |
CP-222094 |
0709 |
|
B |
Defining the API resources clause of the Nnef_MBSUserService API |
17.7.0 |
2022-09 |
CT#97e |
CP-222094 |
0710 |
|
B |
Defining the API notifications clause of the Nnef_MBSUserService API |
17.7.0 |
2022-09 |
CT#97e |
CP-222094 |
0711 |
|
B |
Defining the API data model clause of the Nnef_MBSUserService API |
17.7.0 |
2022-09 |
CT#97e |
CP-222095 |
0712 |
1 |
B |
Defining the OpenAPI description of the Nnef_MBSUserService API |
17.7.0 |
2022-09 |
CT#97e |
CP-222098 |
0714 |
1 |
F |
Essential corrections to the application errors defined for the Nnef_UEId API |
17.7.0 |
2022-09 |
CT#97e |
CP-222098 |
0715 |
1 |
F |
Corrections to user consent management for the Nnef_EventExposure API |
17.7.0 |
2022-09 |
CT#97e |
CP-222097 |
0716 |
|
F |
Essential corrections to the application errors defined for AF specific UE ID retrieval via the CpProvisioning API |
17.7.0 |
2022-09 |
CT#97e |
CP-222097 |
0717 |
|
F |
Essential corrections to the application errors defined for AF specific UE ID retrieval via the MonitoringEvent API |
17.7.0 |
2022-09 |
CT#97e |
CP-222097 |
0718 |
|
F |
Essential corrections to the application errors defined for AF specific UE ID retrieval via the NpConfiguration API |
17.7.0 |
2022-09 |
CT#97e |
CP-222111 |
0720 |
1 |
F |
Miscellaneous corrections to the definition of the DataReporting API |
17.7.0 |
2022-09 |
CT#97e |
CP-222111 |
0721 |
1 |
F |
Miscellaneous corrections to the definition of the DataReportingProvisioning API |
17.7.0 |
2022-09 |
CT#97e |
CP-222117 |
0722 |
|
F |
Error handling clause alignment with other NBI and 5GS APIs |
17.7.0 |
2022-09 |
CT#97e |
CP-222118 |
0724 |
1 |
F |
Application errors handling for the AnalyticsExposure API |
17.7.0 |
2022-09 |
CT#97e |
CP-222114 |
0725 |
1 |
F |
Operation identifiers for TimeSyncExposure API and ASTI API |
17.7.0 |
2022-09 |
CT#97e |
CP-222096 |
0726 |
|
F |
Operation identifiers for AKMA API |
17.7.0 |
2022-09 |
CT#97e |
CP-222097 |
0727 |
|
F |
Operation identifiers for UEId API |
17.7.0 |
2022-09 |
CT#97e |
CP-222099 |
0728 |
1 |
F |
Operation identifiers for EcsAddressProvision API and EASDeployment API |
17.7.0 |
2022-09 |
CT#97e |
CP-222118 |
0729 |
1 |
F |
Operation identifiers for NEF northbound APIs |
17.7.0 |
2022-09 |
CT#97e |
CP-222102 |
0730 |
|
F |
Add restriction for exposing information to an untrusted AF |
17.7.0 |
2022-09 |
CT#97e |
CP-222121 |
0731 |
|
F |
Update of info and externalDocs fields |
17.7.0 |
2022-12 |
CT#98 |
CP-223161 |
0734 |
1 |
A |
Correction of the minimum items in the GET response of LpiParametersProvision |
17.8.0 |
2022-12 |
CT#98 |
CP-223172 |
0736 |
F |
Analytics exposure restrictions |
17.8.0 |
|
2022-12 |
CT#98 |
CP-223181 |
0737 |
1 |
F |
Corrections of the TSCTSF usage determination in AF session with QoS |
17.8.0 |
2022-12 |
CT#98 |
CP-223175 |
0740 |
A |
Corrections in ServiceParameter API |
17.8.0 |
|
2022-12 |
CT#98 |
CP-223184 |
0742 |
1 |
F |
Corrections in TimeSyncExposure API |
17.8.0 |
2022-12 |
CT#98 |
CP-223197 |
0743 |
F |
Corrections in AMPolicyAuthorization API |
17.8.0 |
|
2022-12 |
CT#98 |
CP-223184 |
0745 |
1 |
F |
Corrections in procedure for NEF north bound interfaces |
17.8.0 |
2022-12 |
CT#98 |
CP-223167 |
0747 |
1 |
F |
Data type Cardinality corrections for GET response in MBSSession API |
17.8.0 |
2022-12 |
CT#98 |
CP-223166 |
0748 |
F |
Data type Cardinality corrections for GET response in MBSUserDataIngestSession API |
17.8.0 |
|
2022-12 |
CT#98 |
CP-223166 |
0749 |
F |
Data type Cardinality corrections for GET response in MBSUserService Service API |
17.8.0 |
|
2022-12 |
CT#98 |
CP-223179 |
0750 |
F |
Data type Cardinality corrections for GET response in MSEventExposure API |
17.8.0 |
|
2022-12 |
CT#98 |
CP-223166 |
0751 |
F |
Corrections on MBS FSA IDs for broadcast MBS session creation |
17.8.0 |
|
2022-12 |
CT#98 |
CP-223171 |
0753 |
1 |
F |
Correction to the EASDeployment API |
17.8.0 |
2022-12 |
CT#98 |
CP-223167 |
0754 |
1 |
F |
Updates to NEF Northbound APIs Overview and Introduction |
17.8.0 |
2022-12 |
CT#98 |
CP-223196 |
0757 |
F |
Correction related to applicability of traffic correlation indicator |
17.8.0 |
|
2022-12 |
CT#98 |
CP-223172 |
0758 |
F |
Corrections to data types in AnalyticsExposure API |
17.8.0 |
|
2022-12 |
CT#98 |
CP-223181 |
0759 |
1 |
F |
Corrections on Time Synchronization Capabilites subscription procedure |
17.8.0 |
2022-12 |
CT#98 |
CP-223168 |
0760 |
1 |
F |
Correction for AKMA Application Key Request |
17.8.0 |
2022-12 |
CT#98 |
CP-223167 |
0761 |
1 |
F |
Corrections for MBSSession service |
17.8.0 |
2022-12 |
CT#98 |
CP-223173 |
0762 |
1 |
F |
Add clarifications for some information included in the analytics to the consumer |
17.8.0 |
2022-12 |
CT#98 |
CP-223197 |
0763 |
1 |
F |
Corrections for Nnef_AMPolicyAuthorization service |
17.8.0 |
2022-12 |
CT#98 |
CP-223240 |
0767 |
F |
Update of info and externalDocs fields |
17.8.0 |
|
2022-12 |
CT#98 |
CP-223176 |
0735 |
1 |
B |
User consent corrections for analytics exposure |
18.0.0 |
2022-12 |
CT#98 |
CP-223176 |
0746 |
1 |
B |
Analytics exposure subscription termination request |
18.0.0 |
2022-12 |
CT#98 |
CP-223185 |
0752 |
1 |
F |
Enumeration definitions in the OpenAPI files |
18.0.0 |
2022-12 |
CT#98 |
CP-223198 |
0755 |
F |
Updates on Nnef_SMService impacts |
18.0.0 |
|
2022-12 |
CT#98 |
CP-223198 |
0756 |
F |
Updates on service operations mapping in Nnef_MBSTMGI service |
18.0.0 |
|
2022-12 |
CT#98 |
CP-223199 |
0764 |
1 |
F |
Corrections on AF specific UE ID retrieval |
18.0.0 |
2022-12 |
CT#98 |
CP-223241 |
0768 |
F |
Update of info and externalDocs fields |
18.0.0 |