From ea0aed6e7cd578b0e6310ad3867209dc03d223df Mon Sep 17 00:00:00 2001 From: group_31_bot_3987b21aca711ada7a62244c5bebe985 Date: Mon, 23 Jun 2025 11:09:17 +0200 Subject: [PATCH] Autogenerated openapi version v020201 --- RniAPI.yaml | 5624 +++++++++++++++++++++++++-------------------------- 1 file changed, 2756 insertions(+), 2868 deletions(-) diff --git a/RniAPI.yaml b/RniAPI.yaml index 33dec46..d800958 100644 --- a/RniAPI.yaml +++ b/RniAPI.yaml @@ -1,3370 +1,3258 @@ openapi: 3.1.0 +jsonSchemaDialect: https://json-schema.org/draft/2020-12/schema info: - title: ETSI GS MEC 012 - Radio Network Information API - description: The ETSI MEC ISG MEC012 Radio Network Information API described using OpenAPI. contact: url: https://forge.etsi.org/rep/mec/gs012-rnis-api - version: '2.2.1' + title: ETSI GS MEC 012 Radio Network Information API + description: The ETSI MEC ISG Radio Network Information API described using OpenAPI. license: name: BSD-3-Clause - url: 'https://forge.etsi.org/legal-matters' -jsonSchemaDialect: https://json-schema.org/draft/2020-12/schema - -externalDocs: - description: ETSI GS MEC 012 Radio Network Information API, V2.2.1 - url: http://www.etsi.org/deliver/etsi_gs/MEC/001_099/012/02.02.01_60/gs_mec012v020201p.pdf + url: https://forge.etsi.org/legal-matters + version: 2.2.1 servers: - url: https://localhost/rni/v2 - -tags: -- name: rni paths: /queries/rab_info: get: + summary: Retrieve current status of Radio Access Bearer information . + description: The GET method is used to query information about the Radio Access Bearers. + operationId: QueriesRabinfoGET tags: - - rni - summary: 'Retrieve information on Radio Access Bearers' - description: Queries information about the Radio Access Bearers - operationId: rab_infoGET + - queries parameters: - - name: app_ins_id - in: query - description: Application instance identifier - style: form - explode: true - schema: - type: string - - name: cell_id - in: query - description: Comma separated list of E-UTRAN Cell Identities - style: form - explode: true - schema: - type: array - items: - type: string - - name: ue_ipv4_address - in: query - description: Comma separated list of IE IPv4 addresses as defined for the type for AssociateId - style: form - explode: true - schema: - type: array - items: - type: string - - name: ue_ipv6_address - in: query - description: Comma separated list of IE IPv6 addresses as defined for the type for AssociateId - style: form - explode: true - schema: - type: array - items: - type: string - - name: nated_ip_address - in: query - description: Comma separated list of IE NATed IP addresses as defined for the type for AssociateId - style: form - explode: true - schema: - type: array - items: - type: string - - name: gtp_teid - in: query - description: Comma separated list of GTP TEID addresses as defined for the type for AssociateId - style: form - explode: true - schema: - type: array - items: - type: string - - name: erab_id - in: query - description: E-RAB identifier - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: qci - in: query - description: QoS Class Identifier as defined in ETSI TS 123 401 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: erab_mbr_dl - in: query - description: Maximum downlink E-RAB Bit Rate as defined in ETSI TS 123 401 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: erab_mbr_ul - in: query - description: Maximum uplink E-RAB Bit Rate as defined in ETSI TS 123 401 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: erab_gbr_dl - in: query - description: Guaranteed downlink E-RAB Bit Rate as defined in ETSI TS 123 401 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: erab_gbr_ul - in: query - description: Guaranteed uplink E-RAB Bit Rate as defined in ETSI TS 123 401 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 + - $ref: '#/components/parameters/Query.App_ins_id' + - $ref: '#/components/parameters/Query.Cell_id' + - $ref: '#/components/parameters/Query.Ue_ipv4_address' + - $ref: '#/components/parameters/Query.Ue_ipv6_address' + - $ref: '#/components/parameters/Query.Nated_ip_address' + - $ref: '#/components/parameters/Query.Gtp_teid' + - $ref: '#/components/parameters/Query.Erab_id' + - $ref: '#/components/parameters/Query.Qci' + - $ref: '#/components/parameters/Query.Erab_mbr_dl' + - $ref: '#/components/parameters/Query.Erab_mbr_ul' + - $ref: '#/components/parameters/Query.Erab_gbr_dl' + - $ref: '#/components/parameters/Query.Erab_gbr_ul' responses: '200': - description: Successful response to rab_info request - headers: {} + description: Upon success, a response body containing the Radio Access Bearer information is returned. content: application/json: schema: - $ref: '#/components/schemas/RabInfo' + type: object + properties: + RabInfo: + $ref: '#/components/schemas/RabInfo' '400': - description: 'Bad Request : used to indicate that incorrect parameters were passed to the request.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/400' '401': - description: 'Unauthorized : used when the client did not submit credentials.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/401' '403': - description: 'Forbidden : operation is not allowed given the current status of the resource.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/403' '404': - description: 'Not Found : used when a client provided a URI that cannot be mapped to a valid resource URI.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/404' '406': - description: 'Not Acceptable : used to indicate that the server cannot provide the any of the content formats supported by the client.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/406' '429': - description: 'Too Many Requests : used when a rate limiter has triggered.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' - deprecated: false - parameters: [] + $ref: '#/components/responses/429' /queries/plmn_info: get: + summary: Retrieve current status of PLMN information. + description: The GET method is used to query information about the Mobile Network. + operationId: QueriesPlmninfoGET tags: - - rni - summary: 'Queries information about the Mobile Network' - description: Queries information about the Mobile Network - operationId: plmn_infoGET + - queries parameters: - - name: app_ins_id - in: query - description: Comma separated list of Application instance identifiers - required: true - style: form - explode: true - schema: - type: array - items: - type: string + - $ref: '#/components/parameters/Query.App_ins_id1' responses: '200': - description: Successful response to plmn_info request - headers: {} + description: Upon success, a response body containing the array of Mobile Network information is returned. content: application/json: schema: type: array items: $ref: '#/components/schemas/PlmnInfo' - description: '' - contentMediaType: application/json '400': - description: 'Bad Request : used to indicate that incorrect parameters were passed to the request.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/400' '401': - description: 'Unauthorized : used when the client did not submit credentials.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/401' '403': - description: 'Forbidden : operation is not allowed given the current status of the resource.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/403' '404': - description: 'Not Found : used when a client provided a URI that cannot be mapped to a valid resource URI.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/404' '406': - description: 'Not Acceptable : used to indicate that the server cannot provide the any of the content formats supported by the client.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/406' '429': - description: 'Too Many Requests : used when a rate limiter has triggered.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' - deprecated: false - parameters: [] + $ref: '#/components/responses/429' /queries/s1_bearer_info: get: + summary: Retrieve current status of S1 bearer information. + description: The GET method is used to query information about the S1 bearer(s). + operationId: QueriesS1BearerinfoGET tags: - - rni - summary: Retrieve S1-U bearer information related to specific UE(s)' - description: Queries information about the S1 bearer(s) - operationId: s1_bearer_infoGET + - queries parameters: - - name: temp_ue_id - in: query - description: Comma separated list of temporary identifiers allocated for the specific UE as defined in ETSI TS 136 413 - style: form - explode: true - schema: - type: array - items: - type: string - - name: ue_ipv4_address - in: query - description: Comma separated list of IE IPv4 addresses as defined for the type for AssociateId - style: form - explode: true - schema: - type: array - items: - type: string - - name: ue_ipv6_address - in: query - description: Comma separated list of IE IPv6 addresses as defined for the type for AssociateId - style: form - explode: true - schema: - type: array - items: - type: string - - name: nated_ip_address - in: query - description: Comma separated list of IE NATed IP addresses as defined for the type for AssociateId - style: form - explode: true - schema: - type: array - items: - type: string - - name: gtp_teid - in: query - description: Comma separated list of GTP TEID addresses as defined for the type for AssociateId - style: form - explode: true - schema: - type: array - items: - type: string - - name: cell_id - in: query - description: Comma separated list of E-UTRAN Cell Identities - style: form - explode: true - schema: - type: array - items: - type: string - - name: erab_id - in: query - description: Comma separated list of E-RAB identifiers - style: form - explode: true - schema: - type: array - items: - type: integer - contentEncoding: int32 + - $ref: '#/components/parameters/Query.Temp_ue_id' + - $ref: '#/components/parameters/Query.Ue_ipv4_address' + - $ref: '#/components/parameters/Query.Ue_ipv6_address' + - $ref: '#/components/parameters/Query.Nated_ip_address' + - $ref: '#/components/parameters/Query.Gtp_teid' + - $ref: '#/components/parameters/Query.Cell_id' + - $ref: '#/components/parameters/Query.Erab_id1' responses: '200': - description: Successful response to s1_bearer_info request - headers: {} + description: Upon success, a response body containing the UE S1-U bearer information is returned. content: application/json: schema: - $ref: '#/components/schemas/S1BearerInfo' + type: object + properties: + S1BearerInfo: + $ref: '#/components/schemas/S1BearerInfo' '400': - description: 'Bad Request : used to indicate that incorrect parameters were passed to the request.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/400' '401': - description: 'Unauthorized : used when the client did not submit credentials.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/401' '403': - description: 'Forbidden : operation is not allowed given the current status of the resource.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/403' '404': - description: 'Not Found : used when a client provided a URI that cannot be mapped to a valid resource URI.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/404' '406': - description: 'Not Acceptable : used to indicate that the server cannot provide the any of the content formats supported by the client.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/406' '429': - description: 'Too Many Requests : used when a rate limiter has triggered.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' - deprecated: false - parameters: [] + $ref: '#/components/responses/429' /queries/layer2_meas: get: + summary: Retrieve current status of layer 2 measurements information. + description: The GET method is used to query information about the layer 2 measurements. + operationId: QueriesLayer2MeasGET tags: - - rni - summary: 'Retrieve information on layer 2 measurements' - description: Queries information about the layer 2 measurements. - operationId: layer2_meas_infoGET + - queries parameters: - - name: app_ins_id - in: query - description: Application instance identifier - style: form - explode: true - schema: - type: string - - name: cell_id - in: query - description: Comma separated list of E-UTRAN Cell Identities - style: form - explode: true - schema: - type: array - items: - type: string - - name: ue_ipv4_address - in: query - description: Comma separated list of IE IPv4 addresses as defined for the type for AssociateId - style: form - explode: true - schema: - type: array - items: - type: string - - name: ue_ipv6_address - in: query - description: Comma separated list of IE IPv6 addresses as defined for the type for AssociateId - style: form - explode: true - schema: - type: array - items: - type: string - - name: nated_ip_address - in: query - description: Comma separated list of IE NATed IP addresses as defined for the type for AssociateId - style: form - explode: true - schema: - type: array - items: - type: string - - name: gtp_teid - in: query - description: Comma separated list of GTP TEID addresses as defined for the type for AssociateId - style: form - explode: true - schema: - type: array - items: - type: string - - name: dl_gbr_prb_usage_cell - in: query - description: PRB usage for downlink GBR traffic in percentage as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: ul_gbr_prb_usage_cell - in: query - description: PRB usage for uplink GBR traffic in percentage as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: dl_nongbr_prb_usage_cell - in: query - description: PRB usage for downlink non-GBR traffic in percentage as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: ul_nongbr_prb_usage_cell - in: query - description: PRB usage for uplink non-GBR traffic in percentage as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: dl_total_prb_usage_cell - in: query - description: PRB usage for total downlink traffic in percentage as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: ul_total_prb_usage_cell - in: query - description: PRB usage for total uplink traffic in percentage as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: received_dedicated_preambles_cell - in: query - description: Received dedicated preambles in percentage as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: received_randomly_selected_preambles_low_range_cell - in: query - description: Received randomly selected preambles in the low range in percentage as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: received_randomly_selected_preambles_high_range_cell - in: query - description: Received rendomly selected preambles in the high range in percentage as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: number_of_active_ue_dl_gbr_cell - in: query - description: Number of active UEs with downlink GBR traffic as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: number_of_active_ue_ul_gbr_cell - in: query - description: Number of active UEs with uplink GBR traffic as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: number_of_active_ue_dl_nongbr_cell - in: query - description: Number of active UEs with downlink non-GBR traffic as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: number_of_active_ue_ul_nongbr_cell - in: query - description: Number of active UEs with uplink non-GBR traffic as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: dl_gbr_pdr_cell - in: query - description: Packet discard rate for downlink GBR traffic in percentage as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: ul_gbr_pdr_cell - in: query - description: Packet discard rate for uplink GBR traffic in percentage as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: dl_nongbr_pdr_cell - in: query - description: Packet discard rate for downlink non-GBR traffic in percentage as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: ul_nongbr_pdr_cell - in: query - description: Packet discard rate for uplink non-GBR traffic in percentage as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: dl_gbr_delay_ue - in: query - description: Packet delay of downlink GBR traffic of a UE as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: ul_gbr_delay_ue - in: query - description: Packet delay of uplink GBR traffic of a UE as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: dl_nongbr_delay_ue - in: query - description: Packet delay of downlink non-GBR traffic of a UE as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: ul_nongbr_delay_ue - in: query - description: Packet delay of uplink non-GBR traffic of a UE as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: dl_gbr_pdr_ue - in: query - description: Packet discard rate of downlink GBR traffic of a UE in percentage as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: ul_gbr_pdr_ue - in: query - description: Packet discard rate of uplink GBR traffic of a UE in percentage as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: dl_nongbr_pdr_ue - in: query - description: Packet discard rate of downlink non-GBR traffic of a UE in percentage as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: ul_nongbr_pdr_ue - in: query - description: Packet discard rate of uplink non-GBR traffic of a UE in percentage as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: dl_gbr_throughput_ue - in: query - description: Scheduled throughput of downlink GBR traffic of a UE as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: ul_gbr_throughput_ue - in: query - description: Scheduled throughput of uplink GBR traffic of a UE as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: dl_nongbr_throughput_ue - in: query - description: Scheduled throughput of downlink non-GBR traffic of a UE as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: ul_nongbr_throughput_ue - in: query - description: Scheduled throughput of uplink non-GBR traffic of a UE as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: dl_gbr_data_volume_ue - in: query - description: Data volume of downlink GBR traffic of a UE as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: ul_gbr_data_volume_ue - in: query - description: Data volume of uplink GBR traffic of a UE as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: dl_nongbr_data_volume_ue - in: query - description: Data volume of downlink non-GBR traffic of a UE as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 - - name: ul_nongbr_data_volume_ue - in: query - description: Data volume of uplink non-GBR traffic of a UE as defined in ETSI TS 136 314 - style: form - explode: true - schema: - type: integer - contentEncoding: int32 + - $ref: '#/components/parameters/Query.App_ins_id' + - $ref: '#/components/parameters/Query.Cell_id1' + - $ref: '#/components/parameters/Query.Ue_ipv4_address' + - $ref: '#/components/parameters/Query.Ue_ipv6_address' + - $ref: '#/components/parameters/Query.Nated_ip_address' + - $ref: '#/components/parameters/Query.Gtp_teid' + - $ref: '#/components/parameters/Query.Dl_gbr_prb_usage_cell' + - $ref: '#/components/parameters/Query.Ul_gbr_prb_usage_cell' + - $ref: '#/components/parameters/Query.Dl_nongbr_prb_usage_cell' + - $ref: '#/components/parameters/Query.Ul_nongbr_prb_usage_cell' + - $ref: '#/components/parameters/Query.Dl_total_prb_usage_cell' + - $ref: '#/components/parameters/Query.Ul_total_prb_usage_cell' + - $ref: '#/components/parameters/Query.Received_dedicated_preambles_cell' + - $ref: '#/components/parameters/Query.Received_randomly_selecte_preambles_low_range_cell' + - $ref: '#/components/parameters/Query.Received_randomly_selected_preambles_high_range_cell' + - $ref: '#/components/parameters/Query.Number_of_active_ue_dl_gbr_cell' + - $ref: '#/components/parameters/Query.Number_of_active_ue_ul_gbr_cell' + - $ref: '#/components/parameters/Query.Number_of_active_ue_dl_nongbr_cell' + - $ref: '#/components/parameters/Query.Number_of_active_ue_ul_nongbr_cell' + - $ref: '#/components/parameters/Query.Dl_gbr_pdr_cell' + - $ref: '#/components/parameters/Query.Ul_gbr_pdr_cell' + - $ref: '#/components/parameters/Query.Dl_nongbr_pdr_cell' + - $ref: '#/components/parameters/Query.Ul_nongbr_pdr_cell' + - $ref: '#/components/parameters/Query.Dl_gbr_delay_ue' + - $ref: '#/components/parameters/Query.Ul_gbr_delay_ue' + - $ref: '#/components/parameters/Query.Dl_nongbr_delay_ue' + - $ref: '#/components/parameters/Query.Ul_nongbr_delay_ue' + - $ref: '#/components/parameters/Query.Dl_gbr_pdr_ue' + - $ref: '#/components/parameters/Query.Ul_gbr_pdr_ue' + - $ref: '#/components/parameters/Query.Dl_nongbr_pdr_ue' + - $ref: '#/components/parameters/Query.Ul_nongbr_pdr_ue' + - $ref: '#/components/parameters/Query.Dl_gbr_throughput_ue' + - $ref: '#/components/parameters/Query.Ul_gbr_throughput_ue' + - $ref: '#/components/parameters/Query.Dl_nongbr_throughput_ue' + - $ref: '#/components/parameters/Query.Ul_nongbr_throughput_ue' + - $ref: '#/components/parameters/Query.Dl_gbr_data_volume_ue' + - $ref: '#/components/parameters/Query.Ul_gbr_data_volume_ue' + - $ref: '#/components/parameters/Query.Dl_nongbr_data_volume_ue' + - $ref: '#/components/parameters/Query.Ul_nongbr_data_volume_ue' responses: '200': - description: Successful response to layer2 measurements info request - headers: {} + description: Upon success, a response body containing the layer 2 measurements information is returned. content: application/json: schema: - $ref: '#/components/schemas/L2Meas' + type: object + properties: + L2Meas: + $ref: '#/components/schemas/L2Meas' '400': - description: 'Bad Request : used to indicate that incorrect parameters were passed to the request.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/400' '401': - description: 'Unauthorized : used when the client did not submit credentials.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/401' '403': - description: 'Forbidden : operation is not allowed given the current status of the resource.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/403' '404': - description: 'Not Found : used when a client provided a URI that cannot be mapped to a valid resource URI.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/404' '406': - description: 'Not Acceptable : used to indicate that the server cannot provide the any of the content formats supported by the client.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/406' '414': - description: 'URI Too Long : used to indicate that the server is refusing to process the request because the request URI is longer than the server is willing or able to process.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/414' '429': - description: 'Too Many Requests : used when a rate limiter has triggered.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' - deprecated: false - parameters: [] + $ref: '#/components/responses/429' /subscriptions: get: + summary: Retrieve a list of active subscriptions for this subscriber. + description: The GET method is used to request information about the subscriptions for this requestor. Upon success, the response contains entity body with the list of links to the subscriptions that are present for the requestor. + operationId: SubscriptionsGET tags: - - rni - summary: 'Queries information on subscriptions for notifications' - description: Queries information on subscriptions for notifications - operationId: subscriptionLinkList_subscriptionsGET + - subscriptions parameters: - - name: subscription_type - in: query - description: 'Filter on a specific subscription type. Permitted values: cell_change, rab_est, rab_mod, rab_rel, meas_rep_ue, nr_meas_rep_ue, timing_advance_ue, ca_reconf, s1_bearer.' - style: form - explode: true - schema: - type: string + - $ref: '#/components/parameters/Query.Subscription_type' responses: '200': - description: Response body contains the list of links to requestors subscriptions. - headers: {} + description: Upon success, a response body containing the list of links to requestor's subscriptions is returned. content: application/json: schema: - $ref: '#/components/schemas/SubscriptionLinkList' - - examples: - example-ofsub-link-list: - value: - _links: - self: - href: http://meAppServer.example.com/rni/v2/subscriptions - subscription: - - _links: - self: - href: http://meAppServer.example.com/rni/v2/subscriptions/sub123 - callbackReference: http://my.callback.com/rni-cell-change/some-id - subscriptionType: CellChangeSubscription - + type: object + properties: + SubscriptionLinkList: + $ref: '#/components/schemas/SubscriptionLinkList' '400': - description: 'Bad Request : used to indicate that incorrect parameters were passed to the request.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/400' '401': - description: 'Unauthorized : used when the client did not submit credentials.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/401' '403': - description: 'Forbidden : operation is not allowed given the current status of the resource.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/403' '404': - description: 'Not Found : used when a client provided a URI that cannot be mapped to a valid resource URI.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/404' '406': - description: 'Not Acceptable : used to indicate that the server cannot provide the any of the content formats supported by the client.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/406' '429': - description: 'Too Many Requests : used when a rate limiter has triggered.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' - deprecated: false + $ref: '#/components/responses/429' post: + summary: Create a new subscription. + description: The POST method is used to create a new subscription to Radio Network Information notifications. Upon success, the response contains entity body describing the created subscription. + operationId: SubscriptionsPOST tags: - - rni - summary: 'Creates a new subscription to Radio Network Information notifications' - description: Creates a new subscription to Radio Network Information notifications - operationId: subscriptionsPOST - parameters: [] + - subscriptions requestBody: - description: Subscription to be created + description: 'The entity body in the request contains data type of the specific RNI event subscription that is to be created, where the data type options are listed below and defined in clauses 6.3.2 through 6.3.9 and in clause 6.3.11: + + CellChangeSubscription + + RabEstSubscription + + RabModSubscription + + RabRelSubscription + + MeasRepUeSubscription + + NrMeasRepUeSubscription + + MeasTaSubscription + + CaReconfSubscription + + S1BearerSubscription.' content: application/json: schema: - oneOf: - - $ref: '#/components/schemas/CellChangeSubscription' - - $ref: '#/components/schemas/RabEstSubscription' - - $ref: '#/components/schemas/RabModSubscription' - - $ref: '#/components/schemas/RabRelSubscription' - - $ref: '#/components/schemas/MeasRepUeSubscription' - - $ref: '#/components/schemas/NrMeasRepUeSubscription' - - $ref: '#/components/schemas/MeasTaSubscription' - - $ref: '#/components/schemas/CaReconfSubscription' - - $ref: '#/components/schemas/S1BearerSubscription' - description: Subscription to be created - contentMediaType: application/json - examples: - example-cell-change-subscription:callbacks: - value: - subscriptionType: CellChangeSubscription - callbackReference: 'http://my.callback.com/rni-cell-change/some-id' - filterCriteriaAssocHo: - appInstanceId: 'myApp' - associateId: - - type: 1 - value: '10.100.0.1' - ecgi: - - plmn: - mnc: '01' - mcc: '001' - cellId: 'ACBDEFA' - hoStatus: - - 1 - - 2 - expiryDeadline: - seconds: 1977836800 - nanoSeconds: 0 - required: true + type: object + properties: + CellChangeSubscription: + $ref: '#/components/schemas/CellChangeSubscription' responses: '201': - description: Successful subscription - headers: {} - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/CellChangeSubscription' - - $ref: '#/components/schemas/RabEstSubscription' - - $ref: '#/components/schemas/RabModSubscription' - - $ref: '#/components/schemas/RabRelSubscription' - - $ref: '#/components/schemas/MeasRepUeSubscription' - - $ref: '#/components/schemas/NrMeasRepUeSubscription' - - $ref: '#/components/schemas/MeasTaSubscription' - - $ref: '#/components/schemas/CaReconfSubscription' - - $ref: '#/components/schemas/S1BearerSubscription' - contentMediaType: application/json - examples: - example-call-change-subscription: - value: - subscriptionType: CellChangeSubscription - callbackReference: 'http://my.callback.com/rni-cell-change/some-id' - _links: - self: - href: 'http://meAppServer.example.com/rni/v2/subscriptions/sub123' - filterCriteriaAssocHo: - appInstanceId: 'myApp' - associateId: - - type: 1 - value: '10.100.0.1' - ecgi: - - plmn: - mnc: '01' - mcc: '001' - cellId: 'ACBDEFA' - hoStatus: - - 1 - - 2 - expiryDeadline: - seconds: 1977836800 - nanoSeconds: 0 + description: 'Indicates successful resource creation, where the resource URI shall be returned in the HTTP Location header field. - '400': - description: 'Bad Request : used to indicate that incorrect parameters were passed to the request.' - headers: {} + In the returned NotificationSubscription structure, the created subscription is described using the appropriate data type from the list below and as defined in clauses 6.3.2 through 6.3.9 and in clause 6.3.11: + + CellChangeSubscription + + RabEstSubscription + + RabModSubscription + + RabRelSubscription + + MeasRepUeSubscription + + NrMeasRepUeSubscription + + MeasTaSubscription + + CaReconfSubscription + + S1BearerSubscription.' content: - application/problem+json: + application/json: schema: - $ref: '#/components/schemas/ProblemDetails' + type: object + properties: + CellChangeSubscription: + $ref: '#/components/schemas/CellChangeSubscription' + '400': + $ref: '#/components/responses/400' '401': - description: 'Unauthorized : used when the client did not submit credentials.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/401' '403': - description: 'Forbidden : operation is not allowed given the current status of the resource.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/403' '404': - description: 'Not Found : used when a client provided a URI that cannot be mapped to a valid resource URI.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/404' '406': - description: 'Not Acceptable : used to indicate that the server cannot provide the any of the content formats supported by the client.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/406' '415': - description: 'Precondition failed : used when a condition has failed during conditional requests, e.g. when using ETags to avoid write conflicts when using PUT' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/415' '422': - description: 'Unprocessable Entity : used to indicate that the server understands the content type of the request entity and that the syntax of the request entity is correct but that the server is unable to process the contained instructions. This error condition can occur if an JSON request body is syntactically correct but semantically incorrect, for example if the target area for the request is considered too large. This error condition can also occur if the capabilities required by the request are not supported.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' - examples: - application/problem+json: - value: - type: https://meAppServer.example.com/rni/v2/probs/too-many targets - title: Too many targets - status: 422 - detail: The target area for the request is considered too large - instance: /meAppClient.example.com/77777/msgs/abc + $ref: '#/components/responses/422' '429': - description: 'Too Many Requests : used when a rate limiter has triggered.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' - - callbacks: + $ref: '#/components/responses/429' + callbacks: notification: - '{$request.body#/notificationSubscription.callbackReference}': + '{$request.body#/callbackUri}': post: - summary: 'Callback POST used to send a notification' - description: 'Notification from RNIS, content based on subscription type' + summary: Callback POST used to send a notification + description: Subscription notification operationId: notificationPOST - requestBody: - description: Subscription notification - required: true - content: - application/json: - schema: - $ref: '#/components/schemas/InlineNotification' - examples: - message: - value: - notificationType: CellChangeNotification - associateId: - - type: 1 - value: '10.100.0.1' - hoStatus: 1 - srcEcgi: - plmn: - mnc: '01' - mcc: '001' - cellId: 'ACBDEFA' - tempUeId: - mmec: 1 - mtmsi: 001011231231234 - timeStamp: - seconds: 1977836800 - nanoSeconds: 0 - trgEcgi: - plmn: - mnc: '01' - mcc: '001' - cellId: 'FEDCBAA' + requestBody: + description: Subscription notification + required: true + content: + application/json: + schema: + type: object + properties: + subscriptionNotification: + oneOf: + - $ref: '#/components/schemas/CellChangeSubscription' + - $ref: '#/components/schemas/RabEstSubscription' + - $ref: '#/components/schemas/RabModSubscription' + - $ref: '#/components/schemas/RabRelSubscription' + - $ref: '#/components/schemas/MeasRepUeSubscription' + - $ref: '#/components/schemas/NrMeasRepUeSubscription' + - $ref: '#/components/schemas/MeasTaSubscription' + - $ref: '#/components/schemas/CaReconfSubscription' + - $ref: '#/components/schemas/S1BearerSubscription' responses: '204': - description: "No content" - - deprecated: false - parameters: [] + description: No content + '404': + description: Not found + parameters: [] /subscriptions/{subscriptionId}: get: + summary: Retrieve information on current specific subscription. + description: The GET method is used to retrieve information about this subscription. Upon success, the response contains entity body with the data type describing the subscription. + operationId: SubscriptionsGETSubscriptionid tags: - - rni - summary: 'Queries information about an existing subscription, identified by its self-referring URI returned on creation (initial POST)' - description: Queries information about an existing subscription, identified by its self-referring URI returned on creation (initial POST) - operationId: subscriptionsGET - parameters: - - name: subscriptionId - in: path - description: Subscription Id, specifically the "Self-referring URI" returned in the subscription request - required: true - style: simple - schema: - type: string + - subscriptions responses: '200': - description: Subscription information regarding subscription notifications - headers: {} - content: - application/json: - schema: - oneOf: - - $ref: '#/components/schemas/CellChangeSubscription' - - $ref: '#/components/schemas/RabEstSubscription' - - $ref: '#/components/schemas/RabModSubscription' - - $ref: '#/components/schemas/RabRelSubscription' - - $ref: '#/components/schemas/MeasRepUeSubscription' - - $ref: '#/components/schemas/NrMeasRepUeSubscription' - - $ref: '#/components/schemas/MeasTaSubscription' - - $ref: '#/components/schemas/CaReconfSubscription' - - $ref: '#/components/schemas/S1BearerSubscription' - contentMediaType: application/json - examples: - example-of-cell-change-subscription: - value: - subscriptionType: CellChangeSubscription - callbackReference: 'http://my.callback.com/rni-cell-change/some-id' - _links: - self: - href: 'http://meAppServer.example.com/rni/v2/subscriptions/sub123' - filterCriteriaAssocHo: - appInstanceId: 'myApp' - associateId: - - type: 1 - value: '10.100.0.1' - ecgi: - - plmn: - mnc: '01' - mcc: '001' - cellId: 'ACBDEFA' - hoStatus: - - 1 - - 2 - expiryDeadline: - seconds: 1977836800 - nanoSeconds: 0 + description: 'Upon success, a response body containing data type describing the specific RNI event subscription is returned. The allowed data types for subscriptions are defined in clauses 6.3.2 through 6.3.9 and in clause 6.3.11 and are as follows: - '400': - description: 'Bad Request : used to indicate that incorrect parameters were passed to the request.' - headers: {} + CellChangeSubscription + + RabEstSubscription + + RabModSubscription + + RabRelSubscription + + MeasRepUeSubscription + + NrMeasRepUeSubscription + + MeasTaSubscription + + CaReconfSubscription + + S1BearerSubscription.' content: - application/problem+json: + application/json: schema: - $ref: '#/components/schemas/ProblemDetails' + type: object + properties: + CellChangeSubscription: + $ref: '#/components/schemas/CellChangeSubscription' + '400': + $ref: '#/components/responses/400' '401': - description: 'Unauthorized : used when the client did not submit credentials.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/401' '403': - description: 'Forbidden : operation is not allowed given the current status of the resource.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/403' '404': - description: 'Not Found : used when a client provided a URI that cannot be mapped to a valid resource URI.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/404' '406': - description: 'Not Acceptable : used to indicate that the server cannot provide the any of the content formats supported by the client.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/406' '429': - description: 'Too Many Requests : used when a rate limiter has triggered.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' - deprecated: false - put: - tags: - - rni - summary: 'Updates an existing subscription, identified by its self-referring URI returned on creation (initial POST)' - description: Updates an existing subscription, identified by its self-referring URI returned on creation (initial POST) - operationId: subscriptionsPUT + $ref: '#/components/responses/429' parameters: - name: subscriptionId in: path - description: Subscription Id, specifically the "Self-referring URI" returned in the subscription request required: true - style: simple + description: The unique identifier of the subscriptionId. schema: type: string + put: + summary: Modify existing subscription by sending a new data structure. + description: 'The PUT method is used to update the existing subscription. PUT method in this case has "replace" semantics. Upon successful operation, the target resource is updated with new Data Type received within the message body of the PUT request. ' + operationId: SubscriptionsPUTSubscriptionid + tags: + - subscriptions requestBody: - description: Subscription to be modified + description: 'New NotificationSubscription is included as entity body of the request. The allowed data types for subscriptions are defined in clauses 6.3.2 through 6.3.9 and in clause 6.3.11 and are as follows: + + CellChangeSubscription + + RabEstSubscription + + RabModSubscription + + RabRelSubscription + + MeasRepUeSubscription + + NrMeasRepUeSubscription + + MeasTaSubscription + + CaReconfSubscription + + S1BearerSubscription.' content: application/json: schema: - oneOf: - - $ref: '#/components/schemas/CellChangeSubscription' - - $ref: '#/components/schemas/RabEstSubscription' - - $ref: '#/components/schemas/RabModSubscription' - - $ref: '#/components/schemas/RabRelSubscription' - - $ref: '#/components/schemas/MeasRepUeSubscription' - - $ref: '#/components/schemas/NrMeasRepUeSubscription' - - $ref: '#/components/schemas/MeasTaSubscription' - - $ref: '#/components/schemas/CaReconfSubscription' - - $ref: '#/components/schemas/S1BearerSubscription' - description: Subscription to be modified - contentMediaType: application/json - examples: - example-of-cell-change-subscription: - value: - subscriptionType: CellChangeSubscription - callbackReference: 'http://my.callback.com/rni-cell-change/some-id' - _links: - self: - href: 'http://meAppServer.example.com/rni/v2/subscriptions/sub123' - filterCriteriaAssocHo: - appInstanceId: 'myApp' - associateId: - - type: 1 - value: '10.100.0.1' - ecgi: - - plmn: - mnc: '01' - mcc: '001' - cellId: 'ACBDEFA' - hoStatus: - - 1 - - 2 - expiryDeadline: - seconds: 1977836800 - nanoSeconds: 0 - required: true + type: object + properties: + CellChangeSubscription: + $ref: '#/components/schemas/CellChangeSubscription' responses: '200': - description: Successful subscription to response to subscription notifications - headers: {} + description: 'Upon success, a response body containing data type describing the updated subscription is returned. The allowed data types for subscriptions are defined in clauses 6.3.2 through 6.3.9 and in clause 6.3.11 and are as follows: + + CellChangeSubscription + + RabEstSubscription + + RabModSubscription + + RabRelSubscription + + MeasRepUeSubscription + + NrMeasRepUeSubscription + + MeasTaSubscription + + CaReconfSubscription + + S1BearerSubscription.' content: application/json: schema: - oneOf: - - $ref: '#/components/schemas/CellChangeSubscription' - - $ref: '#/components/schemas/RabEstSubscription' - - $ref: '#/components/schemas/RabModSubscription' - - $ref: '#/components/schemas/RabRelSubscription' - - $ref: '#/components/schemas/MeasRepUeSubscription' - - $ref: '#/components/schemas/NrMeasRepUeSubscription' - - $ref: '#/components/schemas/MeasTaSubscription' - - $ref: '#/components/schemas/CaReconfSubscription' - - $ref: '#/components/schemas/S1BearerSubscription' - contentMediaType: application/json - examples: - example-of-cell-change-subscription: - value: - subscriptionType: CellChangeSubscription - callbackReference: 'http://my.callback.com/rni-cell-change/some-id' - _links: - self: - href: 'http://meAppServer.example.com/rni/v2/subscriptions/sub123' - filterCriteriaAssocHo: - appInstanceId: 'myApp' - associateId: - - type: 1 - value: '10.100.0.1' - ecgi: - - plmn: - mnc: '01' - mcc: '001' - cellId: 'ACBDEFA' - hoStatus: - - 1 - - 2 - expiryDeadline: - seconds: 1977836800 - nanoSeconds: 0 + type: object + properties: + CellChangeSubscription: + $ref: '#/components/schemas/CellChangeSubscription' '400': - description: 'Bad Request : used to indicate that incorrect parameters were passed to the request.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/400' '401': - description: 'Unauthorized : used when the client did not submit credentials.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/401' '403': - description: 'Forbidden : operation is not allowed given the current status of the resource.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/403' '404': - description: 'Not Found : used when a client provided a URI that cannot be mapped to a valid resource URI.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/404' '406': - description: 'Not Acceptable : used to indicate that the server cannot provide the any of the content formats supported by the client.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/406' '412': - description: 'Precondition failed : used when a condition has failed during conditional requests, e.g. when using ETags to avoid write conflicts when using PUT' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/412' '422': - description: 'Unprocessable Entity : used to indicate that the server understands the content type of the request entity and that the syntax of the request entity is correct but that the server is unable to process the contained instructions. This error condition can occur if an JSON request body is syntactically correct but semantically incorrect, for example if the target area for the request is considered too large. This error condition can also occur if the capabilities required by the request are not supported.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' - examples: - application/problem+json: - value: - type: https://meAppServer.example.com/rni/v2/probs/too-many-targets - title: Too many targets - status: 422 - detail: The target area for the request is considered too large - instance: /meAppClient.example.com/77777/msgs/abc + $ref: '#/components/responses/422' '429': - description: 'Too Many Requests : used when a rate limiter has triggered.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' - deprecated: false - delete: - tags: - - rni - summary: Cancels an existing subscription, identified by its self-referring URI returned on creation (initial POST) - description: Cancels an existing subscription, identified by its self-referring URI returned on creation (initial POST) - operationId: subscriptionsDELETE + $ref: '#/components/responses/429' parameters: - name: subscriptionId in: path - description: Subscription Id, specifically the "Self-referring URI" returned in the subscription request required: true - style: simple + description: The unique identifier of the subscriptionId. schema: type: string + delete: + summary: Cancel the existing subscription. + description: The DELETE method is used to cancel the existing subscription. Cancellation can be made by deleting the resource that represents existing subscription. + operationId: SubscriptionsDELETESubscriptionid + tags: + - subscriptions responses: '204': - description: No Content - headers: {} - content: {} + $ref: '#/components/responses/204' '401': - description: 'Unauthorized : used when the client did not submit credentials.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/401' '403': - description: 'Forbidden : operation is not allowed given the current status of the resource.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/403' '404': - description: 'Not Found : used when a client provided a URI that cannot be mapped to a valid resource URI.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' + $ref: '#/components/responses/404' '429': - description: 'Too Many Requests : used when a rate limiter has triggered.' - headers: {} - content: - application/problem+json: - schema: - $ref: '#/components/schemas/ProblemDetails' - deprecated: false - parameters: [] + $ref: '#/components/responses/429' + parameters: + - name: subscriptionId + in: path + required: true + description: The unique identifier of the subscriptionId. + schema: + type: string components: schemas: - AssociateId: - title: AssociateId + ProblemDetails: type: object properties: type: - $ref: '#/components/schemas/Type' - value: type: string + format: uri + description: A URI reference according to IETF RFC 3986 that identifies the problem type + title: + type: string + description: A short, human-readable summary of the problem type + status: + type: integer + format: uint32 + description: The HTTP status code for this occurrence of the problem + detail: + type: string + description: A human-readable explanation specific to this occurrence of the problem + instance: + type: string + format: uri + description: A URI reference that identifies the specific occurrence of the problem + Enum: + type: integer + CellId: + type: string + description: String representing the E-UTRAN Cell Identity. Encoded as a bit string (size (28)) as defined in ETSI TS 136 413 [i.3]. + NrCellId: + type: string + description: String representing the NR Cell Identity. Encoded as a bit string (size (36)) as defined in ETSI TS 138 423 [i.17]. + Trigger: + description: As defined in Ref ETSI TS 136 331 [i.7]

0 = NOT_AVAILABLE

1 = PERIODICAL_REPORT_STRONGEST_CELLS

2 = PERIODICAL_REPORT_STRONGEST_CELLS_FOR_SON

3 = PERIODICAL_REPORT_CGI

4 = INTRA_PERIODICAL_REPORT_STRONGEST_CELLS

5 = INTRA_PERIODICAL_REPORT_CGI

10 = EVENT_A1

11 = EVENT_A2

12 = EVENT_A3

13 = EVENT_A4

14 = EVENT_A5

15 = EVENT_A6

20 = EVENT_B1

21 = EVENT_B2

20 = EVENT_B1-NR

21 = EVENT_B2-NR

30 = EVENT_C1

31 = EVENT_C2

40 = EVENT_W1

41 = EVENT_W2

42 = EVENT_W3

50 = EVENT_V1

51 = EVENT_V2

60 = EVENT_H1

61 = EVENT_H2 + enum: + - 0 + - 1 + - 2 + - 3 + - 4 + - 5 + - 10 + - 11 + - 12 + - 13 + - 14 + - 15 + - 20 + - 21 + - 30 + - 31 + - 40 + - 41 + - 42 + - 50 + - 51 + - 60 + - 61 + type: integer + TriggerNr: + description: The enumeration Trigger represents specified triggers for a 5G UE Measurement Report. Full details can be found in ETSI TS 138 331 [i.13]).

0 = NOT_AVAILABLE

1 = NR_PERIODICAL

2 = NR_CGI

10 = EVENT_A1

11 = EVENT_A2

12 = EVENT_A3

13 = EVENT_A4

14 = EVENT_A5

15 = EVENT_A6

20 = INTER_RAT_PERIODICAL

21 = INTER_RAT_CGI

30 = EVENT_B1

31 = EVENT_B2 + enum: + - 0 + - 1 + - 2 + - 10 + - 11 + - 12 + - 13 + - 14 + - 15 + - 20 + - 21 + - 30 + - 31 + type: integer + AssociateId1_: + properties: + type: + description: 'Numeric value (0-255) corresponding to specified type of identifier as following:

0 = reserved.

1 = UE_IPv4_ADDRESS.

2 = UE_IPV6_ADDRESS.

3 = NATED_IP_ADDRESS.

4 = GTP_TEID.' + enum: + - 0 + - 1 + - 2 + - 3 + - 4 + type: integer + value: description: Value for the identifier. - CaReconfNotification: - title: CaReconfNotification - allOf: - - $ref: '#/components/schemas/InlineNotification' - - required: - - ecgi - - _links - type: object - properties: - associateId: - type: array - items: - $ref: '#/components/schemas/AssociateId' - description: 0 to N identifiers to associate the event for a specific UE or flow. - carrierAggregationMeasInfo: - type: array - items: - $ref: '#/components/schemas/CarrierAggregationMeasInfo' - description: This parameter can be repeated to contain information of all the carriers assign for Carrier Aggregation up to N. - ecgi: - $ref: '#/components/schemas/Ecgi' - secondaryCellAdd: - type: array - items: - $ref: '#/components/schemas/SecondaryCellAdd' - description: '' - secondaryCellRemove: - type: array - items: - $ref: '#/components/schemas/SecondaryCellRemove' - description: '' - timeStamp: - $ref: '#/components/schemas/TimeStamp' - _links: - description: Links to resources related to this notification. - required: - - subscription + type: string + NRcgi: + type: object + properties: + plmn: + $ref: '#/components/schemas/Plmn' + nrCellId: + $ref: '#/components/schemas/NrCellId' + required: + - plmn + - nrCellId + description: New Radio Cell Global Identifier. + L2Meas1_: + properties: + cellInfo: + description: The per cell measurement information as defined below. + items: + type: object properties: - subscription: - description: A link to the related subscription. - $ref: '#/components/schemas/LinkType' - CaReconfSubscription: - title: CaReconfSubscription - description: > - This type represents a subscription to UE carrier aggregation reconfiguration notifications from Radio Network Information Service. - - NOTE: At least one of callbackReference and websockNotifConfig shall be provided by the service consumer. - If both are provided, it is up to RNIS to choose an alternative and return only that alternative in the response, - specified in ETSI GS MEC 009 [6], as described in clause 6.12a. - allOf: - - $ref: '#/components/schemas/InlineSubscription' - - required: - - filterCriteriaAssoc - type: object - anyOf: - - oneOf: - - required: - - callbackReference - - required: - - websockNotifConfig - properties: - _links: - $ref: '#/components/schemas/Links' - callbackReference: - type: string - description: URI exposed by the client on which to receive notifications via HTTP. See note. - websockNotifConfig: - description: Provides details to negotiate and signal the use of a Websocket connection between RNIS and the service consumer for notifications. See note. - $ref: '#/components/schemas/WebsockNotifConfig' - requestTestNotification: - type: boolean - description: Shall be set to TRUE by the service consumer to request a test notification via HTTP on the callbackReference URI, specified in ETSI GS MEC 009 [6], as described in clause 6.12a. - expiryDeadline: - $ref: '#/components/schemas/TimeStamp' - filterCriteriaAssoc: - $ref: '#/components/schemas/FilterCriteriaAssoc' - CellChangeNotification: - title: CellChangeNotification - description: > - This type represents a notification from RNIS with regards to cell change procedure - - NOTE: Cardinality N is valid only in case of statuses IN_PREPARATION, REJECTED and CANCELLED. - allOf: - - $ref: '#/components/schemas/InlineNotification' - - required: - - hoStatus - - srcEcgi - - trgEcgi - - _links - type: object - properties: - associateId: - type: array - items: - $ref: '#/components/schemas/AssociateId' - description: 0 to N identifiers to associate the event for a specific UE or flow. - hoStatus: - $ref: '#/components/schemas/HoStatus' - srcEcgi: - $ref: '#/components/schemas/Ecgi' - tempUeId: - $ref: '#/components/schemas/TempUeId' - timeStamp: - $ref: '#/components/schemas/TimeStamp' - trgEcgi: - type: array - items: - $ref: '#/components/schemas/Ecgi' - description: > - E-UTRAN Cell Global Identifier of the target cell. See note. - _links: - description: Links to resources related to this notification. - required: - - subscription + dl_gbr_prb_usage_cell: + description: It indicates the PRB usage for downlink GBR traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS 136 423 [i.12]. + type: integer + dl_nongbr_prb_usage_cell: + description: "It indicates (in percentage) the PRB usage for downlink non-GBR traffic, as defined in ETSI TS\_136\_314 [i.11] and ETSI TS\_136 423 [i.12]." + type: integer + dl_total_prb_usage_cell: + description: "It indicates (in percentage) the PRB usage for total downlink traffic, as defined in ETSI TS\_136\_314 [i.11] and ETSI TS\_136 423 [i.12]." + type: integer + ecgi: + $ref: '#/components/schemas/Ecgi' + description: E-UTRAN Cell Global Identifier. + ul_gbr_prb_usage_cell: + description: "It indicates (in percentage) the PRB usage for uplink GBR traffic, as defined in ETSI TS\_136\_314\_[i.11] and ETSI TS\_136 423 [i.12]." + type: integer + ul_nongbr_prb_usage_cell: + description: "It indicates (in percentage) the PRB usage for uplink non-GBR traffic, as defined in ETSI TS\_136\_314 [i.11] and ETSI TS\_136 423 [i.12]." + type: integer + ul_total_prb_usage_cell: + description: "It indicates (in percentage) the PRB usage for total uplink traffic, as defined in ETSI TS\_136\_314\_[i.11] and ETSI TS\_136\_423 [i.12]." + type: integer + received_dedicated_preambles_cell: + description: It indicates (in percentage) the received dedicated preamples, as defined in ETSI TS 136 314 [i.11]. + type: integer + received_randomly_selected_preambles_high_range_cell: + description: It indicates (in percentage) the received randomly selected preambles in the high range, as defined in ETSI TS 136 314 [i.11]. + type: integer + received_randomly_selected_preambles_low_range_cell: + description: It indicates (in percentage) the received randomly selected preambles in the low range, as defined in ETSI TS 136 314 [i.11]. + type: integer + number_of_active_ue_dl_gbr_cell: + description: It indicates the number of active UEs with downlink GBR traffic, as defined in ETSI TS 136 314 [i.11]. + type: integer + number_of_active_ue_dl_nongbr_cell: + description: "It indicates the number of active UEs with downlink non-GBR traffic, as defined in ETSI TS\_136\_314 [i.11]." + type: integer + number_of_active_ue_ul_gbr_cell: + description: It indicates the number of active UEs with uplink GBR traffic, as defined in ETSI TS 136 314 [i.11]. + type: integer + number_of_active_ue_ul_nongbr_cell: + description: "It indicates the number of active UEs with uplink non-GBR traffic, as defined in ETSI TS\_136\_314\_[i.11]." + type: integer + dl_gbr_pdr_cell: + description: It indicates the packet discard rate in percentage of the downlink GBR traffic in a cell, as defined in ETSI TS 136 314 [i.11]. + type: integer + dl_nongbr_pdr_cell: + description: It indicates the packet discard rate in percentage of the downlink non-GBR traffic in a cell, as defined in ETSI TS 136 314 [i.11]. + type: integer + ul_gbr_pdr_cell: + description: It indicates the packet discard rate in percentage of the uplink GBR traffic in a cell, as defined in ETSI TS 136 314 [i.11]. + type: integer + ul_nongbr_pdr_cell: + description: It indicates the packet discard rate in percentage of the uplink non-GBR traffic in a cell, as defined in ETSI TS 136 314 [i.11]. + type: integer + required: + - ecgi + minItems: 0 + type: array + cellUEInfo: + description: The per cell per UE layer 2 measurements information as defined below. + items: + type: object properties: - subscription: - description: A link to the related subscription. - $ref: '#/components/schemas/LinkType' - CellChangeSubscription: - title: CellChangeSubscription - description: > - This type represents a subscription to cell change notifications from Radio Network Information Service. - - NOTE: At least one of callbackReference and websockNotifConfig shall be provided by the service consumer. - If both are provided, it is up to RNIS to choose an alternative and return only that alternative in the response, - specified in ETSI GS MEC 009 [6], as described in clause 6.12a. - allOf: - - $ref: '#/components/schemas/InlineSubscription' - - required: - - filterCriteriaAssocHo - type: object - anyOf: - - oneOf: - - required: - - callbackReference - - required: - - websockNotifConfig - properties: - _links: - $ref: '#/components/schemas/Links' - callbackReference: - type: string - description: URI exposed by the client on which to receive notifications via HTTP. See note. - websockNotifConfig: - description: Provides details to negotiate and signal the use of a Websocket connection between RNIS and the service consumer for notifications. See note. - $ref: '#/components/schemas/WebsockNotifConfig' - expiryDeadline: - $ref: '#/components/schemas/TimeStamp' - filterCriteriaAssocHo: - $ref: '#/components/schemas/FilterCriteriaAssocHo' - requestTestNotification: - type: boolean - description: Shall be set to TRUE by the service consumer to request a test notification via HTTP on the callbackReference URI, specified in ETSI GS MEC 009 [6], as described in clause 6.12a. - Ecgi: - title: Ecgi + associateId: + $ref: '#/components/schemas/AssociateId' + description: Identifier to associate the information for a specific UE or flow. + dl_gbr_delay_ue: + description: It indicates the packet delay of the downlink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + type: integer + dl_nongbr_delay_ue: + description: "It indicates the packet delay of the downlink non-GBR traffic of a UE, as defined in ETSI TS\_136\_314\_[i.11]." + type: integer + ecgi: + $ref: '#/components/schemas/Ecgi' + description: E-UTRAN Cell Global Identifier. + ul_gbr_delay_ue: + description: It indicates the packet delay of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + type: integer + ul_nongbr_delay_ue: + description: It indicates the packet delay of the uplink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + type: integer + dl_gbr_data_volume_ue: + description: It indicates the data volume of the downlink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + type: integer + dl_gbr_pdr_ue: + description: It indicates the packet discard rate in percentage of the downlink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + type: integer + dl_gbr_throughput_ue: + description: It indicates the scheduled throughput of the downlink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + type: integer + dl_nongbr_data_volume_ue: + description: "It indicates the data volume of the downlink non-GBR traffic of a UE, as defined in ETSI TS\_136\_314\_[i.11]." + type: integer + dl_nongbr_pdr_ue: + description: It indicates the packet discard rate in percentage of the downlink nonGBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + type: integer + dl_nongbr_throughput_ue: + description: It indicates the scheduled throughput of the downlink nonGBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + type: integer + ul_gbr_data_volume_ue: + description: It indicates the data volume of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + type: integer + ul_gbr_pdr_ue: + description: It indicates the packet discard rate in percentage of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + type: integer + ul_gbr_throughput_ue: + description: It indicates the scheduled throughput of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + type: integer + ul_nongbr_data_volume_ue: + description: It indicates the data volume of the uplink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + type: integer + ul_nongbr_pdr_ue: + description: It indicates the packet discard rate in percentage of the uplink nonGBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + type: integer + ul_nongbr_throughput_ue: + description: It indicates the scheduled throughput of the uplink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + type: integer + required: + - ecgi + - associateId + minItems: 0 + type: array + timeStamp: + $ref: '#/components/schemas/TimeStamp' + description: Time stamp. + type: object + x-etsi-ref: 6.2.4a + InlineSubscription: + oneOf: + - $ref: '#/components/schemas/CellChangeSubscription' + - $ref: '#/components/schemas/RabEstSubscription' + - $ref: '#/components/schemas/RabModSubscription' + - $ref: '#/components/schemas/RabRelSubscription' + - $ref: '#/components/schemas/MeasRepUeSubscription' + - $ref: '#/components/schemas/NrMeasRepUeSubscription' + - $ref: '#/components/schemas/MeasTaSubscription' + - $ref: '#/components/schemas/CaReconfSubscription' + - $ref: '#/components/schemas/S1BearerSubscription' + discriminator: + propertyName: subscriptionType + InlineNotification: + oneOf: + - $ref: '#/components/schemas/CellChangeNotification' + - $ref: '#/components/schemas/RabEstNotification' + - $ref: '#/components/schemas/RabModNotification' + - $ref: '#/components/schemas/RabRelNotification' + - $ref: '#/components/schemas/MeasRepUeNotification' + - $ref: '#/components/schemas/NrMeasRepUeNotification' + - $ref: '#/components/schemas/MeasTaNotification' + - $ref: '#/components/schemas/CaReconfNotification' + - $ref: '#/components/schemas/S1BearerNotification' + discriminator: + propertyName: notificationType + PlmnInfo: + x-etsi-ref: 6.2.2 + type: object + properties: + timeStamp: + description: Time stamp. + $ref: '#/components/schemas/TimeStamp' + type: object + appInstanceId: + description: Unique identifier for the MEC application instance. + type: string + plmn: + description: Public Land Mobile Network Identity. + type: array + minItems: 1 + items: + $ref: '#/components/schemas/Plmn' required: - - cellId + - appInstanceId - plmn + RabInfo: + x-etsi-ref: 6.2.3 type: object properties: - cellId: + timeStamp: + description: Time stamp. + $ref: '#/components/schemas/TimeStamp' + type: object + appInstanceId: + description: Unique identifier for the MEC application instance. type: string - description: String representing the E-UTRAN Cell Identity. Encoded as a bit string (size (28)) as defined in ETSI TS 136 413 [i.3]. - plmn: - $ref: '#/components/schemas/Plmn' - ExpiryNotification: - title: ExpiryNotification - allOf: - - $ref: '#/components/schemas/InlineNotification' - - required: - - _links - - expiryDeadline - type: object - properties: - _links: - $ref: '#/components/schemas/Links2' - expiryDeadline: - $ref: '#/components/schemas/TimeStamp' - timeStamp: - description: Time stamp of the notification. - $ref: '#/components/schemas/TimeStamp' + requestId: + description: Unique identifier allocated by the service consumer for the RAB Information request. + type: string + cellUserInfo: + type: array + items: + $ref: '#/components/schemas/CellUserInfo' + required: + - appInstanceId + - requestId + S1BearerInfo: + description: S1 bearer information as defined below. + type: object + minItems: 1 + properties: + erabId: + description: The attribute that uniquely identifies a S1 bearer for a specific UE, as defined in ETSI TS 136 413 [i.3]. + type: integer + enbInfo: + $ref: '#/components/schemas/EnbInfo' + sGwInfo: + $ref: '#/components/schemas/SGwInfo' + required: + - erabId + - enbInfo + - sGwInfo L2Meas: - title: L2Meas + x-etsi-ref: 6.2.4a type: object properties: + timeStamp: + description: Time stamp. + $ref: '#/components/schemas/TimeStamp' + type: object cellInfo: type: array items: $ref: '#/components/schemas/CellInfo' - description: The per cell measurement information as defined below. cellUEInfo: type: array items: $ref: '#/components/schemas/CellUEInfo' - description: The per cell per UE layer 2 measurements information as defined below. - timeStamp: + CellChangeSubscription: + x-etsi-ref: 6.3.2 + type: object + properties: + subscriptionType: + description: Shall be set to "CellChangeSubscription". + type: string + callbackReference: + description: URI exposed by the client on which to receive notifications via HTTP. See note. + type: string + format: uri + requestTestNotification: + description: 'Shall be set to TRUE by the service consumer to request a test notification via HTTP on the callbackReference URI, specified in ETSI GS MEC 009 [6], as described in clause 6.12a. ' + type: boolean + websockNotifConfig: + description: Provides details to negotiate and signal the use of a Websocket connection between RNIS and the service consumer for notifications. See note. + $ref: '#/components/schemas/WebsockNotifConfig' + type: object + _links: + $ref: '#/components/schemas/_links' + filterCriteriaAssocHo: + $ref: '#/components/schemas/FilterCriteriaAssocHo' + expiryDeadline: + description: Time stamp. $ref: '#/components/schemas/TimeStamp' - LinkType: - title: LinkType + type: object required: - - href + - subscriptionType + - filterCriteriaAssocHo + description: "|-\n NOTE:\tAt least one of callbackReference and websockNotifConfig shall be provided by the service consumer. If both are provided, it is up to RNIS to choose an alternative and return only that alternative in the response, specified in ETSI GS MEC 009 [6], as described in clause 6.12a." + RabEstSubscription: + x-etsi-ref: 6.3.3 type: object properties: - href: + subscriptionType: + description: Shall be set to "RabEstSubscription". type: string - description: URI referring to a resource - MeasQuantityResultsNr: - title: MeasQuantityResultsNr + callbackReference: + description: URI exposed by the client on which to receive notifications via HTTP. See note. + type: string + format: uri + requestTestNotification: + description: "Shall be set to TRUE by the service consumer to request a test notification via HTTP on the callbackReference URI, specified in ETSI GS MEC 009 [6], as described in clause\_6.12a. " + type: boolean + websockNotifConfig: + description: Provides details to negotiate and signal the use of a Websocket connection between RNIS and the service consumer for notifications. See note. + $ref: '#/components/schemas/WebsockNotifConfig' + type: object + _links: + $ref: '#/components/schemas/_links' + filterCriteriaQci: + $ref: '#/components/schemas/FilterCriteriaQci' + expiryDeadline: + description: Time stamp. + $ref: '#/components/schemas/TimeStamp' + type: object + required: + - subscriptionType + - filterCriteriaQci + description: "|-\n NOTE:\tAt least one of callbackReference and websockNotifConfig shall be provided by the service consumer. If both are provided, it is up to RNIS to choose an alternative and return only that alternative in the response, specified in ETSI GS MEC 009 [6], as described in clause 6.12a." + RabModSubscription: + x-etsi-ref: 6.3.4 type: object properties: - rsrp: - type: integer - description: Reference Signal Received Power as defined in ETSI TS 138 331 [i.13]. - contentEncoding: int32 - rsrq: - type: integer - description: Reference Signal Received Quality as defined in ETSI TS 138 331 [i.13]. - contentEncoding: int32 - sinr: - type: integer - description: Reference Signal to Interference & Noise Ratio as defined in ETSI TS 138 331 [i.13]. - contentEncoding: int32 - MeasRepUeNotification: - title: MeasRepUeNotification - allOf: - - $ref: '#/components/schemas/InlineNotification' - - required: - - ecgi - - rsrp - - rsrq - - trigger - - _links - type: object - properties: - associateId: - type: array - items: - $ref: '#/components/schemas/AssociateId' - description: 0 to N identifiers to associate the event for a specific UE or flow. - carrierAggregationMeasInfo: - type: array - items: - $ref: '#/components/schemas/CarrierAggregationMeasInfo1' - description: This parameter can be repeated to contain information of all the carriers assign for Carrier Aggregation up to N. - ecgi: - $ref: '#/components/schemas/Ecgi' - eutranNeighbourCellMeasInfo: - type: array - items: - $ref: '#/components/schemas/EutranNeighbourCellMeasInfo' - description: This parameter can be repeated to contain information of all the neighbouring cells up to N. - heightUe: - type: integer - description: Indicates height of the UE in meters relative to the sea level as defined in ETSI TS 136.331 [i.7]. - contentEncoding: int32 - newRadioMeasInfo: - type: array - items: - $ref: '#/components/schemas/NewRadioMeasInfo' - description: 5G New Radio secondary serving cells measurement information. - newRadioMeasNeiInfo: - type: array - items: - $ref: '#/components/schemas/NewRadioMeasNeiInfo' - description: Measurement quantities concerning the 5G NR neighbours. - rsrp: - type: integer - description: Reference Signal Received Power as defined in ETSI TS 136 214 [i.5]. - contentEncoding: int32 - rsrpEx: - type: integer - description: Extended Reference Signal Received Power, with value mapping defined in ETSI TS 136 133 [i.16]. - contentEncoding: int32 - rsrq: - type: integer - description: Reference Signal Received Quality as defined in ETSI TS 136 214 [i.5]. - contentEncoding: int32 - rsrqEx: - type: integer - description: Extended Reference Signal Received Quality, with value mapping defined in ETSI TS 136 133 [i.16]. - contentEncoding: int32 - sinr: - type: integer - description: Reference Signal "Signal to Interference plus Noise Ratio", with value mapping defined in ETSI TS 136 133 [i.16]. - contentEncoding: int32 - timeStamp: - $ref: '#/components/schemas/TimeStamp' - trigger: - $ref: '#/components/schemas/Trigger' - _links: - description: Links to resources related to this notification. - required: - - subscription - properties: - subscription: - description: A link to the related subscription. - $ref: '#/components/schemas/LinkType' - MeasRepUeSubscription: - title: MeasRepUeSubscription - description: > - This type represents a subscription to UE measurement report notifications from Radio Network Information Service for UEs served by E-UTRA Cells. - - NOTE: At least one of callbackReference and websockNotifConfig shall be provided by the service consumer. If both are provided, it is up to RNIS to select the method to be used for notifications and to return only that method in the response. - allOf: - - $ref: '#/components/schemas/InlineSubscription' - - required: - - filterCriteriaAssocTri - type: object - anyOf: - - oneOf: - - required: - - callbackReference - - required: - - websockNotifConfig - properties: - _links: - $ref: '#/components/schemas/Links' - callbackReference: - type: string - description: URI selected by the service consumer to receive notifications on the subscribed RNIS information. This shall be included both in the request and in response. If not present, the service consumer is requesting the use of a Websocket for notifications. See note. - websockNotifConfig: - description: Provides details to negotiate and signal the use of a Websocket connection between RNIS and the service consumer for notifications, either in place of the callbackReference URI or if it is not reachable via the test notification. - $ref: '#/components/schemas/WebsockNotifConfig' - requestTestNotification: - type: boolean - description: Set to TRUE by the service consumer to request a test notification on the callbackReference URI to determine if it is reachable by RNIS for notifications. - expiryDeadline: - $ref: '#/components/schemas/TimeStamp' - filterCriteriaAssocTri: - $ref: '#/components/schemas/FilterCriteriaAssocTri' - MeasTaNotification: - title: MeasTaNotification - allOf: - - $ref: '#/components/schemas/InlineNotification' - - required: - - ecgi - - timingAdvance - - _links - type: object - properties: - associateId: - type: array - items: - $ref: '#/components/schemas/AssociateId' - description: 0 to N identifiers to associate the event for a specific UE or flow. - ecgi: - $ref: '#/components/schemas/Ecgi' - timeStamp: - $ref: '#/components/schemas/TimeStamp' - timingAdvance: - type: integer - description: The timing advance as defined in ETSI TS 136 214 [i.5]. - contentEncoding: int32 - _links: - description: Links to resources related to this notification. - required: - - subscription - properties: - subscription: - description: A link to the related subscription. - $ref: '#/components/schemas/LinkType' - MeasTaSubscription: - title: MeasTaSubscription - description: > - This type represents a subscription to UE timing advance notifications from Radio Network Information Service. - - NOTE: At least one of callbackReference and websockNotifConfig shall be provided by the service consumer. - If both are provided, it is up to RNIS to choose an alternative and return only that alternative in the response, - specified in ETSI GS MEC 009 [6], as described in clause 6.12a. - allOf: - - $ref: '#/components/schemas/InlineSubscription' - - required: - - filterCriteriaAssoc - type: object - anyOf: - - oneOf: - - required: - - callbackReference - - required: - - websockNotifConfig - properties: - _links: - $ref: '#/components/schemas/Links' - callbackReference: - type: string - description: URI exposed by the client on which to receive notifications via HTTP. See note. - websockNotifConfig: - description: Provides details to negotiate and signal the use of a Websocket connection between RNIS and the service consumer for notifications. See note. - $ref: '#/components/schemas/WebsockNotifConfig' - requestTestNotification: - type: boolean - description: Shall be set to TRUE by the service consumer to request a test notification via HTTP on the callbackReference URI, specified in ETSI GS MEC 009 [6], as described in clause 6.12a. - expiryDeadline: - $ref: '#/components/schemas/TimeStamp' - filterCriteriaAssoc: - $ref: '#/components/schemas/FilterCriteriaAssoc' - Nrcgi: - title: Nrcgi + subscriptionType: + description: Shall be set to "RabModSubscription". + type: string + callbackReference: + description: URI exposed by the client on which to receive notifications via HTTP. See note. + type: string + format: uri + requestTestNotification: + description: "Shall be set to TRUE by the service consumer to request a test notification via HTTP on the callbackReference URI, specified in ETSI GS MEC 009 [6], as described in clause\_6.12a. " + type: boolean + websockNotifConfig: + description: Provides details to negotiate and signal the use of a Websocket connection between RNIS and the service consumer for notifications. See note. + $ref: '#/components/schemas/WebsockNotifConfig' + type: object + _links: + $ref: '#/components/schemas/_links' + filterCriteriaQci: + $ref: '#/components/schemas/FilterCriteriaQci1' + expiryDeadline: + description: Time stamp. + $ref: '#/components/schemas/TimeStamp' + type: object required: - - nrCellId - - plmn + - subscriptionType + - filterCriteriaQci + description: "|-\n NOTE:\tAt least one of callbackReference and websockNotifConfig shall be provided by the service consumer. If both are provided, it is up to RNIS to choose an alternative and return only that alternative in the response, specified in ETSI GS MEC 009 [6], as described in clause 6.12a." + RabRelSubscription: + x-etsi-ref: 6.3.5 type: object properties: - nrcellId: + subscriptionType: + description: Shall be set to "RabRelSubscription". type: string - description: String representing the NR Cell Identity. Encoded as a bit string (size (36)) as defined in ETSI TS 138 423 [i.17]. - plmn: - $ref: '#/components/schemas/Plmn' - NrMeasRepUeNotification: - title: NrMeasRepUeNotification - allOf: - - $ref: '#/components/schemas/InlineNotification' - - required: - - triggerNr - - _links - type: object - properties: - associateId: - type: array - items: - $ref: '#/components/schemas/AssociateId' - description: 0 to N identifiers to associate the event for a specific UE or flow. - eutraNeighCellMeasInfo: - type: array - items: - $ref: '#/components/schemas/EutraNeighCellMeasInfo' - description: This parameter can be repeated to contain measurement information of all the neighbouring cells up to N. It shall not be included if nrNeighCellMeasInfo is included. - nrNeighCellMeasInfo: - type: array - items: - $ref: '#/components/schemas/NrNeighCellMeasInfo' - description: This parameter can be repeated to contain measurement information of all the neighbouring cells up to N. It shall not be included if eutraNeighCellMeasInfo is included. - servCellMeasInfo: - type: array - items: - $ref: '#/components/schemas/ServCellMeasInfo' - description: This parameter can be repeated to contain information of all the serving cells up to N. - timeStamp: - $ref: '#/components/schemas/TimeStamp' - triggerNr: - $ref: '#/components/schemas/TriggerNr' - _links: - description: Links to resources related to this notification. - required: - - subscription - properties: - subscription: - description: A link to the related subscription. - $ref: '#/components/schemas/LinkType' - NrMeasRepUeSubscription: - title: NrMeasRepUeSubscription - description: > - This type represents a subscription to 5G UE measurement report notifications from Radio Network Information Service for UEs served by NR Cells. - - NOTE: At least one of callbackReference and websockNotifConfig shall be provided by the service consumer. - If both are provided, it is up to RNIS to choose an alternative and return only that alternative in the response, - specified in ETSI GS MEC 009 [6], as described in clause 6.12a. - allOf: - - $ref: '#/components/schemas/InlineSubscription' - - required: - - filterCriteriaNrMrs - type: object - anyOf: - - oneOf: - - required: - - callbackReference - - required: - - websockNotifConfig - properties: - _links: - $ref: '#/components/schemas/Links' - callbackReference: - type: string - description: URI exposed by the client on which to receive notifications via HTTP. See note. - websockNotifConfig: - description: Provides details to negotiate and signal the use of a Websocket connection between RNIS and the service consumer for notifications. See note. - $ref: '#/components/schemas/WebsockNotifConfig' - requestTestNotification: - type: boolean - description: Shall be set to TRUE by the service consumer to request a test notification via HTTP on the callbackReference URI, specified in ETSI GS MEC 009 [6], as described in clause 6.12a. - expiryDeadline: - $ref: '#/components/schemas/TimeStamp' - filterCriteriaNrMrs: - $ref: '#/components/schemas/FilterCriteriaNrMrs' - Plmn: - title: Plmn + callbackReference: + description: URI selected by the service consumer to receive notifications on the subscribed RNIS information. This shall be included both in the request and in response. If not present, the service consumer is requesting the use of a Websocket for notifications. See note. + type: string + format: uri + requestTestNotification: + description: 'Set to TRUE by the service consumer to request a test notification on the callbackReference URI to determine if it is reachable by RNIS for notifications. ' + type: boolean + websockNotifConfig: + description: Provides details to negotiate and signal the use of a Websocket connection between RNIS and the service consumer for notifications, either in place of the callbackReference URI or if it is not reachable via the test notification. + $ref: '#/components/schemas/WebsockNotifConfig' + type: object + _links: + $ref: '#/components/schemas/_links' + filterCriteriaQci: + $ref: '#/components/schemas/FilterCriteriaQci1' + expiryDeadline: + description: Time stamp. + $ref: '#/components/schemas/TimeStamp' + type: object required: - - mcc - - mnc + - subscriptionType + - filterCriteriaQci + description: "|-\n NOTE:\tAt least one of callbackReference and websockNotifConfig shall be provided by the service consumer. If both are provided, it is up to RNIS to select the method to be used for notifications and to return only that method in the response." + MeasRepUeSubscription: + x-etsi-ref: 6.3.6 type: object properties: - mcc: + subscriptionType: + description: Shall be set to "MeasRepUeSubscription". type: string - description: The Mobile Country Code part of PLMN Identity as defined in ETSI TS 136 413 [i.3]. - mnc: + callbackReference: + description: URI selected by the service consumer to receive notifications on the subscribed RNIS information. This shall be included both in the request and in response. If not present, the service consumer is requesting the use of a Websocket for notifications. See note. type: string - description: The Mobile Network Code part of PLMN Identity as defined in ETSI TS 136 413 [i.3]. - PlmnInfo: - title: PlmnInfo + format: uri + requestTestNotification: + description: 'Set to TRUE by the service consumer to request a test notification on the callbackReference URI to determine if it is reachable by RNIS for notifications. ' + type: boolean + websockNotifConfig: + description: Provides details to negotiate and signal the use of a Websocket connection between RNIS and the service consumer for notifications, either in place of the callbackReference URI or if it is not reachable via the test notification. + $ref: '#/components/schemas/WebsockNotifConfig' + type: object + _links: + $ref: '#/components/schemas/_links' + filterCriteriaAssocTri: + $ref: '#/components/schemas/FilterCriteriaAssocTri' + expiryDeadline: + description: Time stamp. + $ref: '#/components/schemas/TimeStamp' + type: object required: - - appInstanceId - - plmn + - subscriptionType + - filterCriteriaAssocTri + description: "|-\n NOTE:\tAt least one of callbackReference and websockNotifConfig shall be provided by the service consumer. If both are provided, it is up to RNIS to select the method to be used for notifications and to return only that method in the response." + MeasTaSubscription: + x-etsi-ref: 6.3.7 type: object properties: - appInstanceId: + subscriptionType: + description: Shall be set to "MeasTaSubscription". type: string - description: Unique identifier for the MEC application instance. - plmn: - - type: array - items: - $ref: '#/components/schemas/Plmn' - description: Public Land Mobile Network Identity. - timeStamp: + callbackReference: + description: URI exposed by the client on which to receive notifications via HTTP. See note. + type: string + format: uri + requestTestNotification: + description: 'Shall be set to TRUE by the service consumer to request a test notification via HTTP on the callbackReference URI, specified in ETSI GS MEC 009 [6], as described in clause 6.12a. ' + type: boolean + websockNotifConfig: + description: Provides details to negotiate and signal the use of a Websocket connection between RNIS and the service consumer for notifications. See note. + $ref: '#/components/schemas/WebsockNotifConfig' + type: object + _links: + $ref: '#/components/schemas/_links' + filterCriteriaAssoc: + $ref: '#/components/schemas/FilterCriteriaAssoc' + expiryDeadline: + description: Time stamp. $ref: '#/components/schemas/TimeStamp' - ProblemDetails: - title: ProblemDetails + type: object + required: + - subscriptionType + - filterCriteriaAssoc + description: "|-\n NOTE:\tAt least one of callbackReference and websockNotifConfig shall be provided by the service consumer. If both are provided, it is up to RNIS to choose an alternative and return only that alternative in the response, specified in ETSI GS MEC 009 [6], as described in clause 6.12a." + CaReconfSubscription: + x-etsi-ref: 6.3.8 type: object properties: - detail: - type: string - description: A human-readable explanation specific to this occurrence of the problem - instance: - type: string - description: A URI reference that identifies the specific occurrence of the problem - status: - type: integer - description: The HTTP status code for this occurrence of the problem - contentEncoding: int32 - title: + subscriptionType: + description: Shall be set to "CaReconfSubscription". type: string - description: A short, human-readable summary of the problem type - type: + callbackReference: + description: URI exposed by the client on which to receive notifications via HTTP. See note. type: string - description: A URI reference according to IETF RFC 3986 that identifies the problem type - RabEstNotification: - title: RabEstNotification - allOf: - - $ref: '#/components/schemas/InlineNotification' - - required: - - ecgi - - erabId - - _links - type: object - properties: - associateId: - type: array - items: - $ref: '#/components/schemas/AssociateId' - description: 0 to N identifiers to bind the event for a specific UE or flow. - ecgi: - $ref: '#/components/schemas/Ecgi' - erabId: - type: integer - description: The attribute that uniquely identifies a Radio Access bearer for specific UE as defined in ETSI TS 136 413 [i.3]. - contentEncoding: int32 - erabQosParameters: - $ref: '#/components/schemas/ErabQosParameters' - tempUeId: - $ref: '#/components/schemas/TempUeId' - timeStamp: - $ref: '#/components/schemas/TimeStamp' - _links: - description: Links to resources related to this notification. - required: - - subscription - properties: - subscription: - description: A link to the related subscription. - $ref: '#/components/schemas/LinkType' - RabEstSubscription: - title: RabEstSubscription - description: > - This type represents a subscription to RAB establishment notifications from Radio Network Information Service. - - NOTE: At least one of callbackReference and websockNotifConfig shall be provided by the service consumer. - If both are provided, it is up to RNIS to choose an alternative and return only that alternative in the response, - specified in ETSI GS MEC 009 [6], as described in clause 6.12a. - allOf: - - $ref: '#/components/schemas/InlineSubscription' - - required: - - filterCriteriaQci - type: object - anyOf: - - oneOf: - - required: - - callbackReference - - required: - - websockNotifConfig - properties: - _links: - $ref: '#/components/schemas/Links' - callbackReference: - type: string - description: URI exposed by the client on which to receive notifications via HTTP. See note. - websockNotifConfig: - description: Provides details to negotiate and signal the use of a Websocket connection between RNIS and the service consumer for notifications. See note. - $ref: '#/components/schemas/WebsockNotifConfig' - requestTestNotification: - type: boolean - description: Shall be set to TRUE by the service consumer to request a test notification via HTTP on the callbackReference URI, specified in ETSI GS MEC 009 [6], as described in clause 6.12a. - expiryDeadline: - $ref: '#/components/schemas/TimeStamp' - filterCriteriaQci: - $ref: '#/components/schemas/FilterCriteriaQci' - RabInfo: - title: RabInfo + format: uri + requestTestNotification: + description: 'Shall be set to TRUE by the service consumer to request a test notification via HTTP on the callbackReference URI, specified in ETSI GS MEC 009 [6], as described in clause 6.12a. ' + type: boolean + websockNotifConfig: + description: Provides details to negotiate and signal the use of a Websocket connection between RNIS and the service consumer for notifications. See note. + $ref: '#/components/schemas/WebsockNotifConfig' + type: object + _links: + $ref: '#/components/schemas/_links' + filterCriteriaAssoc: + $ref: '#/components/schemas/FilterCriteriaAssoc' + expiryDeadline: + description: Time stamp. + $ref: '#/components/schemas/TimeStamp' + type: object required: - - appInstanceId - - requestId + - subscriptionType + - filterCriteriaAssoc + description: "|-\n NOTE:\tAt least one of callbackReference and websockNotifConfig shall be provided by the service consumer. If both are provided, it is up to RNIS to choose an alternative and return only that alternative in the response, specified in ETSI GS MEC 009 [6], as described in clause 6.12a." + S1BearerSubscription: + x-etsi-ref: 6.3.9 type: object properties: - appInstanceId: + subscriptionType: + description: Shall be set to "S1BearerSubscription". type: string - description: Unique identifier for the MEC application instance. - cellUserInfo: + callbackReference: + description: URI exposed by the client on which to receive notifications via HTTP. See note. + type: string + format: uri + requestTestNotification: + description: "Shall be set to TRUE by the service consumer to request a test notification via HTTP on the callbackReference URI, specified in ETSI GS MEC 009 [6], as described in clause\_6.12a. " + type: boolean + websockNotifConfig: + description: Provides details to negotiate and signal the use of a Websocket connection between RNIS and the service consumer for notifications. See note. + $ref: '#/components/schemas/WebsockNotifConfig' + type: object + _links: + $ref: '#/components/schemas/_links' + eventType: + description: "Description of the subscribed event. The event is included both in the request and in the response. \nFor the eventType, the following values are currently defined:\n0 = RESERVED.\n1 = S1_BEARER_ESTABLISH.\n2 = S1_BEARER_MODIFY.\n3 = S1_BEARER_RELEASE." type: array + minItems: 1 items: - $ref: '#/components/schemas/CellUserInfo' - description: The information on users per cell as defined below. - requestId: - type: string - description: Unique identifier allocated by the service consumer for the RAB Information request. - timeStamp: - $ref: '#/components/schemas/TimeStamp' - RabModNotification: - title: RabModNotification - allOf: - - $ref: '#/components/schemas/InlineNotification' - - required: - - ecgi - - erabId - - _links - type: object - properties: - associateId: - type: array - items: - $ref: '#/components/schemas/AssociateId' - description: 0 to N identifiers to bind the event for a specific UE or flow. - ecgi: - $ref: '#/components/schemas/Ecgi' - erabId: type: integer - description: The attribute that uniquely identifies a Radio Access bearer for specific UE as defined in ETSI TS 136 413 [i.3]. - contentEncoding: int32 - erabQosParameters: - $ref: '#/components/schemas/ErabQosParameters2' - timeStamp: - $ref: '#/components/schemas/TimeStamp' - _links: - description: Links to resources related to this notification. - required: - - subscription - properties: - subscription: - description: A link to the related subscription. - $ref: '#/components/schemas/LinkType' - RabModSubscription: - title: RabModSubscription - description: > - This type represents a subscription to RAB modification notifications from Radio Network Information Service. - - NOTE: At least one of callbackReference and websockNotifConfig shall be provided by the service consumer. - If both are provided, it is up to RNIS to choose an alternative and return only that alternative in the response, - specified in ETSI GS MEC 009 [6], as described in clause 6.12a. - allOf: - - $ref: '#/components/schemas/InlineSubscription' - - required: - - filterCriteriaQci - type: object - anyOf: - - oneOf: - - required: - - callbackReference - - required: - - websockNotifConfig - properties: - _links: - $ref: '#/components/schemas/Links' - callbackReference: - type: string - description: URI exposed by the client on which to receive notifications via HTTP. See note. - websockNotifConfig: - description: Provides details to negotiate and signal the use of a Websocket connection between RNIS and the service consumer for notifications. See note. - $ref: '#/components/schemas/WebsockNotifConfig' - requestTestNotification: - type: boolean - description: Shall be set to TRUE by the service consumer to request a test notification via HTTP on the callbackReference URI, specified in ETSI GS MEC 009 [6], as described in clause 6.12a. - expiryDeadline: - $ref: '#/components/schemas/TimeStamp' - filterCriteriaQci: - $ref: '#/components/schemas/FilterCriteriaQci1' - RabRelNotification: - title: RabRelNotification - allOf: - - $ref: '#/components/schemas/InlineNotification' - - required: - - ecgi - - erabReleaseInfo - - _links - type: object - properties: - associateId: - type: array - items: - $ref: '#/components/schemas/AssociateId' - description: 0 to N identifiers to bind the event for a specific UE or flow as defined below. - ecgi: - $ref: '#/components/schemas/Ecgi' - erabReleaseInfo: - $ref: '#/components/schemas/ErabReleaseInfo' - timeStamp: - $ref: '#/components/schemas/TimeStamp' - _links: - description: Links to resources related to this notification. - required: - - subscription - properties: - subscription: - description: A link to the related subscription. - $ref: '#/components/schemas/LinkType' - RabRelSubscription: - title: RabRelSubscription - description: > - This type represents a subscription to RAB release notifications from Radio Network Information Service. - - NOTE: At least one of callbackReference and websockNotifConfig shall be provided by the service consumer. - If both are provided, it is up to RNIS to select the method to be used for notifications and to return only that method in the response. - allOf: - - $ref: '#/components/schemas/InlineSubscription' - - required: - - filterCriteriaQci - type: object - anyOf: - - oneOf: - - required: - - callbackReference - - required: - - websockNotifConfig - properties: - _links: - $ref: '#/components/schemas/Links' - callbackReference: - type: string - description: URI selected by the service consumer to receive notifications on the subscribed RNIS information. This shall be included both in the request and in response. If not present, the service consumer is requesting the use of a Websocket for notifications. See note. - websockNotifConfig: - description: Provides details to negotiate and signal the use of a Websocket connection between RNIS and the service consumer for notifications, either in place of the callbackReference URI or if it is not reachable via the test notification. - $ref: '#/components/schemas/WebsockNotifConfig' - requestTestNotification: - type: boolean - description: Set to TRUE by the service consumer to request a test notification on the callbackReference URI to determine if it is reachable by RNIS for notifications. - expiryDeadline: - $ref: '#/components/schemas/TimeStamp' - filterCriteriaQci: - $ref: '#/components/schemas/FilterCriteriaQci1' - ResultsPerCsiRsIndex: - title: ResultsPerCsiRsIndex + S1BearerSubscriptionCriteria: + $ref: '#/components/schemas/S1BearerSubscriptionCriteria' + expiryDeadline: + description: Time stamp. + $ref: '#/components/schemas/TimeStamp' + type: object required: - - csiRsIndex + - subscriptionType + - eventType + - S1BearerSubscriptionCriteria + description: "|-\n NOTE:\tAt least one of callbackReference and websockNotifConfig shall be provided by the service consumer. If both are provided, it is up to RNIS to choose an alternative and return only that alternative in the response, specified in ETSI GS MEC 009 [6], as described in clause 6.12a." + SubscriptionLinkList: + x-etsi-ref: 6.3.10 type: object properties: - csiRsIndex: - type: integer - contentEncoding: int32 - csiRsResults: - $ref: '#/components/schemas/MeasQuantityResultsNr' - ResultsPerCsiRsIndexList: - title: ResultsPerCsiRsIndexList + _links: + $ref: '#/components/schemas/_links1' + required: + - _links + NrMeasRepUeSubscription: + x-etsi-ref: 6.3.11 type: object properties: - resultsPerCsiRsIndex: - - type: array - items: - $ref: '#/components/schemas/ResultsPerCsiRsIndex' - description: '' - ResultsPerSsbIndex: - title: ResultsPerSsbIndex + subscriptionType: + description: Shall be set to "NrMeasRepUeSubscription". + type: string + callbackReference: + description: URI exposed by the client on which to receive notifications via HTTP. See note. + type: string + format: uri + requestTestNotification: + description: "Shall be set to TRUE by the service consumer to request a test notification via HTTP on the callbackReference URI, specified in ETSI GS\_MEC\_009\_[6], as described in clause 6.12a. " + type: boolean + websockNotifConfig: + description: Provides details to negotiate and signal the use of a Websocket connection between RNIS and the service consumer for notifications. See note. + $ref: '#/components/schemas/WebsockNotifConfig' + type: object + _links: + $ref: '#/components/schemas/_links' + filterCriteriaNrMrs: + $ref: '#/components/schemas/FilterCriteriaNrMrs' + expiryDeadline: + description: Time stamp. + $ref: '#/components/schemas/TimeStamp' + type: object required: - - ssbIndex + - subscriptionType + - filterCriteriaNrMrs + description: "|-\n NOTE:\tAt least one of callbackReference and websockNotifConfig shall be provided by the service consumer. If both are provided, it is up to RNIS to choose an alternative and return only that alternative in the response, specified in ETSI GS MEC 009 [6], as described in clause 6.12a." + WebsockNotifConfig: + x-etsi-ref: 6.3.12 type: object properties: - ssbIndex: - type: integer - contentEncoding: int32 - ssbResults: - $ref: '#/components/schemas/MeasQuantityResultsNr' - ResultsPerSsbIndexList: - title: ResultsPerSsbIndexList + websocketUri: + description: Set by RNIS to indicate to the service consumer the Websocket URI to be used for delivering notifications. + type: string + format: uri + requestWebsocketUri: + description: Set to true by the service consumer to indicate that Websocket delivery is requested. + type: boolean + CellChangeNotification: + x-etsi-ref: 6.4.2 type: object properties: - resultsPerSsbIndex: - + notificationType: + description: Shall be set to "CellChangeNotification". + type: string + timeStamp: + description: Time stamp. + $ref: '#/components/schemas/TimeStamp' + type: object + associateId: + description: 0 to N identifiers to associate the event for a specific UE or flow. type: array + minItems: 0 items: - $ref: '#/components/schemas/ResultsPerSsbIndex' - description: '' - RsIndexResults: - title: RsIndexResults - required: - - resultsCsiRsIndexes - - resultsSsbIndexes - type: object - properties: - resultsCsiRsIndexes: - $ref: '#/components/schemas/ResultsPerCsiRsIndexList' - resultsSsbIndexes: - $ref: '#/components/schemas/ResultsPerSsbIndexList' - S1BearerInfo: - title: S1BearerInfo - required: - - s1UeInfo - type: object - properties: - s1UeInfo: + $ref: '#/components/schemas/AssociateId' + srcEcgi: + description: E-UTRAN Cell Global Identifier of the source cell. + $ref: '#/components/schemas/Ecgi' + type: object + trgEcgi: + description: E-UTRAN Cell Global Identifier of the target cell. See note. type: array + minItems: 1 items: - $ref: '#/components/schemas/S1UeInfo' - description: Information on a specific UE as defined below. - timeStamp: - $ref: '#/components/schemas/TimeStamp' - S1BearerNotification: - title: S1BearerNotification - allOf: - - $ref: '#/components/schemas/InlineNotification' - - required: - - s1Event - - s1UeInfo - - _links - type: object - properties: - s1Event: - type: integer - description: The subscribed event that triggered this notification in S1BearerSubscription. - contentEncoding: int32 - s1UeInfo: - $ref: '#/components/schemas/S1UeInfo1' - timeStamp: - $ref: '#/components/schemas/TimeStamp' - _links: - description: Links to resources related to this notification. - required: - - subscription - properties: - subscription: - description: A link to the related subscription. - $ref: '#/components/schemas/LinkType' - S1BearerSubscription: - title: S1BearerSubscription - description: > - This type represents a subscription to S1-U bearer information notification from Radio Network Information Service. + $ref: '#/components/schemas/Ecgi' + hoStatus: + type: integer + description: 'Indicate the status of the UE handover procedure. Values are defined as following: - NOTE: At least one of callbackReference and websockNotifConfig shall be provided by the service consumer. - If both are provided, it is up to RNIS to choose an alternative and return only that alternative in the response, - specified in ETSI GS MEC 009 [6], as described in clause 6.12a. - allOf: - - $ref: '#/components/schemas/InlineSubscription' - - required: - - S1BearerSubscriptionCriteria - - eventType - type: object - anyOf: - - oneOf: - - required: - - callbackReference - - required: - - websockNotifConfig - properties: - _links: - $ref: '#/components/schemas/Links' - callbackReference: - type: string - description: URI exposed by the client on which to receive notifications via HTTP. See note. - websockNotifConfig: - description: Provides details to negotiate and signal the use of a Websocket connection between RNIS and the service consumer for notifications. See note. - $ref: '#/components/schemas/WebsockNotifConfig' - requestTestNotification: - type: boolean - description: Shall be set to TRUE by the service consumer to request a test notification via HTTP on the callbackReference URI, specified in ETSI GS MEC 009 [6], as described in clause 6.12a. - S1BearerSubscriptionCriteria: - $ref: '#/components/schemas/S1BearerSubscriptionCriteria' - eventType: - type: array - items: - type: integer - contentEncoding: int32 - description: 'Description of the subscribed event. The event is included both in the request and in the response. \nFor the eventType, the following values are currently defined:

0 = RESERVED.

1 = S1_BEARER_ESTABLISH.

2 = S1_BEARER_MODIFY.

3 = S1_BEARER_RELEASE.' - expiryDeadline: - $ref: '#/components/schemas/TimeStamp' - SubscriptionLinkList: - title: SubscriptionLinkList + 1 = IN_PREPARATION. + + 2 = IN_EXECUTION. + + 3 = COMPLETED. + + 4 = REJECTED. + + 5 = CANCELLED.' + enum: + - 1 + - 2 + - 3 + - 4 + - 5 + tempUeId: + $ref: '#/components/schemas/TempUeId' + _links: + description: Links to resources related to this notification. + type: array + items: + $ref: '#/components/schemas/_links' + subscription: + description: A link to the related subscription. + type: array + items: + $ref: '#/components/schemas/LinkType' required: + - notificationType + - srcEcgi + - trgEcgi + - hoStatus - _links + - subscription + description: "|-\n NOTE:\tCardinality N is valid only in case of statuses IN_PREPARATION, REJECTED and CANCELLED." + RabEstNotification: + x-etsi-ref: 6.4.3 type: object properties: + notificationType: + description: Shall be set to "RabEstNotification". + type: string + timeStamp: + description: Time stamp. + $ref: '#/components/schemas/TimeStamp' + type: object + ecgi: + description: E-UTRAN Cell Global Identifier. + $ref: '#/components/schemas/Ecgi' + type: object + associateId: + description: '0 to N identifiers to bind the event for a specific UE or flow. ' + type: array + minItems: 0 + items: + $ref: '#/components/schemas/AssociateId' + erabId: + description: The attribute that uniquely identifies a Radio Access bearer for specific UE as defined in ETSI TS 136 413 [i.3]. + type: integer + erabQosParameters: + $ref: '#/components/schemas/ErabQosParameters1' + tempUeId: + $ref: '#/components/schemas/TempUeId1' _links: - $ref: '#/components/schemas/Links10' - TimeStamp: - title: TimeStamp + description: Links to resources related to this notification. + type: array + items: + $ref: '#/components/schemas/_links' + subscription: + description: A link to the related subscription. + type: array + items: + $ref: '#/components/schemas/LinkType' required: - - nanoSeconds - - seconds + - notificationType + - ecgi + - erabId + - _links + - subscription + RabModNotification: + x-etsi-ref: 6.4.4 type: object properties: - nanoSeconds: - type: integer - description: The nanoseconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC. - contentEncoding: int32 - seconds: + notificationType: + description: Shall be set to "RabModNotification". + type: string + timeStamp: + description: Time stamp. + $ref: '#/components/schemas/TimeStamp' + type: object + ecgi: + description: E-UTRAN Cell Global Identifier. + $ref: '#/components/schemas/Ecgi' + type: object + associateId: + description: '0 to N identifiers to bind the event for a specific UE or flow. ' + type: array + minItems: 0 + items: + $ref: '#/components/schemas/AssociateId' + erabId: + description: The attribute that uniquely identifies a Radio Access bearer for specific UE as defined in ETSI TS 136 413 [i.3]. type: integer - description: The seconds part of the time. Time is defined as Unixtime since January 1, 1970, 00:00:00 UTC. - contentEncoding: int32 - Trigger: - title: Trigger - enum: - - 0 - - 1 - - 2 - - 3 - - 4 - - 5 - - 10 - - 11 - - 12 - - 13 - - 14 - - 15 - - 20 - - 21 - - 30 - - 31 - - 40 - - 41 - - 42 - - 50 - - 51 - - 60 - - 61 - type: integer - description: As defined in Ref ETSI TS 136 331 [i.7]

0 = NOT_AVAILABLE

1 = PERIODICAL_REPORT_STRONGEST_CELLS

2 = PERIODICAL_REPORT_STRONGEST_CELLS_FOR_SON

3 = PERIODICAL_REPORT_CGI

4 = INTRA_PERIODICAL_REPORT_STRONGEST_CELLS

5 = INTRA_PERIODICAL_REPORT_CGI

10 = EVENT_A1

11 = EVENT_A2

12 = EVENT_A3

13 = EVENT_A4

14 = EVENT_A5

15 = EVENT_A6

20 = EVENT_B1

21 = EVENT_B2

20 = EVENT_B1-NR

21 = EVENT_B2-NR

30 = EVENT_C1

31 = EVENT_C2

40 = EVENT_W1

41 = EVENT_W2

42 = EVENT_W3

50 = EVENT_V1

51 = EVENT_V2

60 = EVENT_H1

61 = EVENT_H2 - examples: - - 0 - TriggerNr: - title: TriggerNr - enum: - - 0 - - 1 - - 2 - - 10 - - 11 - - 12 - - 13 - - 14 - - 15 - - 20 - - 21 - - 30 - - 31 - type: integer - description: The enumeration Trigger represents specified triggers for a 5G UE Measurement Report. Full details can be found in ETSI TS 138 331 [i.13]).

0 = NOT_AVAILABLE

1 = NR_PERIODICAL

2 = NR_CGI

10 = EVENT_A1

11 = EVENT_A2

12 = EVENT_A3

13 = EVENT_A4

14 = EVENT_A5

15 = EVENT_A6

20 = INTER_RAT_PERIODICAL

21 = INTER_RAT_CGI

30 = EVENT_B1

31 = EVENT_B2 - examples: - - 0 - CarrierAggregationMeasInfo: - title: CarrierAggregationMeasInfo - type: object + erabQosParameters: + $ref: '#/components/schemas/ErabQosParameters2' + _links: + description: Links to resources related to this notification. + type: array + items: + $ref: '#/components/schemas/_links' + subscription: + description: A link to the related subscription. + type: array + items: + $ref: '#/components/schemas/LinkType' required: - - cellIdSrv - - cellIdNei + - notificationType + - ecgi + - erabId + - _links + - subscription + RabRelNotification: + x-etsi-ref: 6.4.5 + type: object properties: - cellIdNei: - type: string - description: String representing the E-UTRAN Cell Identity. Encoded as a bit string (size (28)) as defined in ETSI TS 136 413 [i.3]. - cellIdSrv: + notificationType: + description: Shall be set to "RabRelNotification". type: string - description: String representing the E-UTRAN Cell Identity. Encoded as a bit string (size (28)) as defined in ETSI TS 136 413 [i.3]. - rsrpNei: - type: integer - description: Reference Signal Received Power as defined in ETSI TS 136 214 [i.5]. - contentEncoding: int32 - rsrpSrv: - type: integer - description: Reference Signal Received Power as defined in ETSI TS 136 214 [i.5]. - contentEncoding: int32 - rsrqNei: - type: integer - description: Reference Signal Received Quality as defined in ETSI TS 136 214 [i.5]. - contentEncoding: int32 - rsrqSrv: - type: integer - description: Reference Signal Received Quality as defined in ETSI TS 136 214 [i.5]. - contentEncoding: int32 - CarrierAggregationMeasInfo1: - title: CarrierAggregationMeasInfo1 - type: object + timeStamp: + description: Time stamp. + $ref: '#/components/schemas/TimeStamp' + type: object + ecgi: + description: E-UTRAN Cell Global Identifier. + $ref: '#/components/schemas/Ecgi' + type: object + associateId: + description: 0 to N identifiers to bind the event for a specific UE or flow as defined below. + type: array + minItems: 0 + items: + $ref: '#/components/schemas/AssociateId' + erabReleaseInfo: + $ref: '#/components/schemas/ErabReleaseInfo' + _links: + description: Links to resources related to this notification. + type: array + items: + $ref: '#/components/schemas/_links' + subscription: + description: A link to the related subscription. + type: array + items: + $ref: '#/components/schemas/LinkType' required: - - cellIdSrv + - notificationType + - ecgi + - erabReleaseInfo + - _links + - subscription + MeasRepUeNotification: + x-etsi-ref: 6.4.6 + type: object properties: - cellIdNei: - type: string - description: String representing the E-UTRAN Cell Identity. Encoded as a bit string (size (28)) as defined in ETSI TS 136 413 [i.3]. - cellIdSrv: + notificationType: + description: Shall be set to "MeasRepUeNotification". type: string - description: String representing the E-UTRAN Cell Identity. Encoded as a bit string (size (28)) as defined in ETSI TS 136 413 [i.3]. - rsrpNei: - type: integer - description: Reference Signal Received Power as defined in ETSI TS 136 214 [i.5]. - contentEncoding: int32 - rsrpNeiEx: - type: integer - description: Extended Reference Signal Received Power, with value mapping defined in ETSI TS 136 133 [i.16]. - contentEncoding: int32 - rsrpSrv: - type: integer - description: Reference Signal Received Power as defined in ETSI TS 136 214 [i.5]. - contentEncoding: int32 - rsrpSrvEx: + timeStamp: + description: Time stamp. + $ref: '#/components/schemas/TimeStamp' + type: object + ecgi: + description: E-UTRAN Cell Global Identifier of the Primary serving Cell (PCell), as defined in ETSI TS 136 331 [i.7]. + $ref: '#/components/schemas/Ecgi' + type: object + associateId: + description: 0 to N identifiers to associate the event for a specific UE or flow. + type: array + minItems: 0 + items: + $ref: '#/components/schemas/AssociateId' + rsrp: + description: "Reference Signal Received Power as defined in ETSI TS\_136 214 [i.5]." type: integer + format: uint8 + rsrpEx: description: Extended Reference Signal Received Power, with value mapping defined in ETSI TS 136 133 [i.16]. - contentEncoding: int32 - rsrqNei: type: integer + format: uint8 + rsrq: description: Reference Signal Received Quality as defined in ETSI TS 136 214 [i.5]. - contentEncoding: int32 - rsrqNeiEx: type: integer + format: uint8 + rsrqEx: description: Extended Reference Signal Received Quality, with value mapping defined in ETSI TS 136 133 [i.16]. - contentEncoding: int32 - rsrqSrv: - type: integer - description: Reference Signal Received Quality as defined in ETSI TS 136 214 [i.5]. - contentEncoding: int32 - rsrqSrvEx: type: integer - description: Extended Reference Signal Received Quality, with value mapping defined in ETSI TS 136 133 [i.16]. - contentEncoding: int32 - sinrNei: + format: uint8 + sinr: + description: "Reference Signal \"Signal to Interference plus Noise Ratio\", with value mapping defined in ETSI TS\_136\_133\_[i.16]." type: integer - description: Reference Signal "Signal to Interference plus Noise Ratio", with value mapping defined in ETSI TS 136 133 [i.16]. - contentEncoding: int32 - sinrSrv: + format: uint8 + trigger: + description: Corresponds to a specific E-UTRAN UE Measurement Report trigger. + $ref: '#/components/schemas/Trigger' + type: object + eutranNeighbourCellMeasInfo: + type: array + items: + $ref: '#/components/schemas/EutranNeighbourCellMeasInfo' + carrierAggregationMeasInfo: + type: array + items: + $ref: '#/components/schemas/CarrierAggregationMeasInfo' + heightUe: + description: Indicates height of the UE in meters relative to the sea level as defined in ETSI TS 136 331 [i.7]. type: integer - description: Reference Signal "Signal to Interference plus Noise Ratio", with value mapping defined in ETSI TS 136 133 [i.16]. - contentEncoding: int32 - CellInfo: - title: CellInfo - type: object + newRadioMeasInfo: + type: array + items: + $ref: '#/components/schemas/NewRadioMeasInfo' + newRadioMeasNeiInfo: + type: array + items: + $ref: '#/components/schemas/NewRadioMeasNeiInfo' + _links: + description: Links to resources related to this notification. + type: array + items: + $ref: '#/components/schemas/_links' + subscription: + description: A link to the related subscription. + type: array + items: + $ref: '#/components/schemas/LinkType' required: + - notificationType - ecgi + - rsrp + - rsrq + - trigger + - _links + - subscription + MeasTaNotification: + x-etsi-ref: 6.4.7 + type: object properties: - dl_gbr_pdr_cell: - type: integer - description: It indicates the packet discard rate in percentage of the downlink GBR traffic in a cell, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - dl_gbr_prb_usage_cell: - type: integer - description: It indicates the PRB usage for downlink GBR traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS 136 423 [i.12]. - contentEncoding: int32 - dl_nongbr_pdr_cell: - type: integer - description: It indicates the packet discard rate in percentage of the downlink non-GBR traffic in a cell, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - dl_nongbr_prb_usage_cell: - type: integer - description: It indicates (in percentage) the PRB usage for downlink non-GBR traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS 136 423 [i.12]. - contentEncoding: int32 - dl_total_prb_usage_cell: - type: integer - description: It indicates (in percentage) the PRB usage for total downlink traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS 136 423 [i.12]. - contentEncoding: int32 + notificationType: + description: Shall be set to "MeasTaNotification". + type: string + timeStamp: + description: Time stamp. + $ref: '#/components/schemas/TimeStamp' + type: object ecgi: - type: array - description: E-UTRAN Cell Global Identifier. + description: E-UTRAN Cell Global Identifier. $ref: '#/components/schemas/Ecgi' - number_of_active_ue_dl_gbr_cell: - type: integer - description: It indicates the number of active UEs with downlink GBR traffic, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - number_of_active_ue_dl_nongbr_cell: - type: integer - description: It indicates the number of active UEs with downlink non-GBR traffic, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - number_of_active_ue_ul_gbr_cell: - type: integer - description: It indicates the number of active UEs with uplink GBR traffic, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - number_of_active_ue_ul_nongbr_cell: - type: integer - description: It indicates the number of active UEs with uplink non-GBR traffic, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - received_dedicated_preambles_cell: - type: integer - description: It indicates (in percentage) the received dedicated preambles, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - received_randomly_selected_preambles_high_range_cell: - type: integer - description: It indicates (in percentage) the received randomly selected preambles in the high range, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - received_randomly_selected_preambles_low_range_cell: - type: integer - description: It indicates (in percentage) the received randomly selected preambles in the low range, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - ul_gbr_pdr_cell: - type: integer - description: It indicates the packet discard rate in percentage of the uplink GBR traffic in a cell, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - ul_gbr_prb_usage_cell: + type: object + associateId: + description: 0 to N identifiers to associate the event for a specific UE or flow. + type: array + minItems: 0 + items: + $ref: '#/components/schemas/AssociateId' + timingAdvance: + description: The timing advance as defined in ETSI TS 136 214 [i.5]. type: integer - description: It indicates (in percentage) the PRB usage for uplink GBR traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS 136 423 [i.12]. - contentEncoding: int32 - ul_nongbr_pdr_cell: + format: uint32 + _links: + description: Links to resources related to this notification. + type: array + items: + $ref: '#/components/schemas/_links' + subscription: + description: A link to the related subscription. + type: array + items: + $ref: '#/components/schemas/LinkType' + required: + - notificationType + - ecgi + - timingAdvance + - _links + - subscription + CaReconfNotification: + x-etsi-ref: 6.4.8 + type: object + properties: + notificationType: + description: Shall be set to "CaReconfNotification". + type: string + timeStamp: + description: Time stamp. + $ref: '#/components/schemas/TimeStamp' + type: object + ecgi: + description: E-UTRAN Cell Global Identifier. + $ref: '#/components/schemas/Ecgi' + type: object + associateId: + description: 0 to N identifiers to associate the event for a specific UE or flow. + type: array + minItems: 0 + items: + $ref: '#/components/schemas/AssociateId' + secondaryCellAdd: + type: array + items: + $ref: '#/components/schemas/SecondaryCellAdd' + secondaryCellRemove: + type: array + items: + $ref: '#/components/schemas/SecondaryCellRemove' + carrierAggregationMeasInfo: + type: array + items: + $ref: '#/components/schemas/CarrierAggregationMeasInfo1' + _links: + description: Links to resources related to this notification. + type: array + items: + $ref: '#/components/schemas/_links' + subscription: + description: A link to the related subscription. + type: array + items: + $ref: '#/components/schemas/LinkType' + required: + - notificationType + - ecgi + - _links + - subscription + ExpiryNotification: + x-etsi-ref: 6.4.9 + type: object + properties: + notificationType: + description: Shall be set to "ExpiryNotification" + type: string + timeStamp: + description: Time stamp of the notification. + $ref: '#/components/schemas/TimeStamp' + type: object + _links: + $ref: '#/components/schemas/_links2' + expiryDeadline: + description: Time stamp of the notification expiry. + $ref: '#/components/schemas/TimeStamp' + type: object + required: + - notificationType + - _links + - expiryDeadline + S1BearerNotification: + x-etsi-ref: 6.4.10 + type: object + properties: + notificationType: + description: Shall be set to "S1BearerNotification". + type: string + timeStamp: + description: Time stamp. + $ref: '#/components/schemas/TimeStamp' + type: object + s1Event: + type: string + description: The subscribed event that triggered this notification in S1BearerSubscription. + enum: + - SEE_DESCRIPTION + s1UeInfo: + $ref: '#/components/schemas/S1UeInfo1' + _links: + description: Links to resources related to this notification. + type: array + items: + $ref: '#/components/schemas/_links' + subscription: + description: A link to the related subscription. + type: array + items: + $ref: '#/components/schemas/LinkType' + required: + - notificationType + - s1Event + - s1UeInfo + - _links + - subscription + NrMeasRepUeNotification: + x-etsi-ref: 6.4.11 + type: object + properties: + notificationType: + description: Shall be set to "NrMeasRepUeNotification". + type: string + timeStamp: + description: Time stamp. + $ref: '#/components/schemas/TimeStamp' + type: object + associateId: + description: 0 to N identifiers to associate the event for a specific UE or flow. + type: array + minItems: 0 + items: + $ref: '#/components/schemas/AssociateId' + triggerNr: + description: Corresponds to a specific 5G UE Measurement Report trigger. + $ref: '#/components/schemas/TriggerNr' + type: object + servCellMeasInfo: + type: array + items: + $ref: '#/components/schemas/ServCellMeasInfo' + nrNeighCellMeasInfo: + type: array + items: + $ref: '#/components/schemas/NrNeighCellMeasInfo' + eutraNeighCellMeasInfo: + type: array + items: + $ref: '#/components/schemas/EutraNeighCellMeasInfo' + _links: + description: Links to resources related to this notification. + type: array + items: + $ref: '#/components/schemas/_links' + subscription: + description: A link to the related subscription. + type: array + items: + $ref: '#/components/schemas/LinkType' + required: + - notificationType + - triggerNr + - _links + - subscription + TestNotification: + x-etsi-ref: 6.4.12 + type: object + properties: + notificationType: + description: Shall be set to "TestNotification". + type: string + _links: + $ref: '#/components/schemas/_links3' + required: + - notificationType + - _links + LinkType: + x-etsi-ref: 6.5.2 + type: object + properties: + href: + description: URI referring to a resource + type: string + format: uri + required: + - href + TimeStamp: + x-etsi-ref: 6.5.3 + type: object + properties: + seconds: + description: The seconds part of the time. Time is defined as Unixtime since January 1, 1970, 00:00:00 UTC. type: integer - description: It indicates the packet discard rate in percentage of the uplink non-GBR traffic in a cell, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - ul_nongbr_prb_usage_cell: + format: uint32 + nanoSeconds: + description: The nanoseconds part of the time. Time is defined as Unix-time since January 1, 1970, 00:00:00 UTC. type: integer - description: It indicates (in percentage) the PRB usage for uplink non-GBR traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS 136 423 [i.12]. - contentEncoding: int32 - ul_total_prb_usage_cell: + format: uint32 + required: + - seconds + - nanoSeconds + AssociateId: + x-etsi-ref: 6.5.4 + type: object + properties: + type: type: integer - description: It indicates (in percentage) the PRB usage for total uplink traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS 136 423 [i.12]. - contentEncoding: int32 - CellUEInfo: - title: CellUEInfo + description: 'Numeric value (0-255) corresponding to specified type of identifier as following: + + 0 = reserved. + + 1= UE_IPv4_ADDRESS. + + 2 = UE_IPV6_ADDRESS. + + 3 = NATED_IP_ADDRESS. + + 4 = GTP_TEID.' + enum: + - 0 + - 1 + - 2 + - 3 + - 4 + value: + description: Value for the identifier. + type: string + required: + - type + - value + Plmn: + x-etsi-ref: 6.5.5 + type: object + properties: + mcc: + description: The Mobile Country Code part of PLMN Identity as defined in ETSI TS 136 413 [i.3]. + type: string + mnc: + description: The Mobile Network Code part of PLMN Identity as defined in ETSI TS 136 413 [i.3]. + type: string + required: + - mcc + - mnc + Ecgi: + x-etsi-ref: 6.5.6 + type: object + properties: + plmn: + description: Public Land Mobile Network Identity. + $ref: '#/components/schemas/Plmn' + type: object + cellId: + description: E-UTRAN Cell Global Identifier. + $ref: '#/components/schemas/CellId' + type: object + required: + - plmn + - cellId + Nrcgi: + x-etsi-ref: 6.5.7 + type: object + properties: + plmn: + description: Public Land Mobile Network Identity. + $ref: '#/components/schemas/Plmn' + type: object + nrCellId: + description: NR Cell Global Identifier. + $ref: '#/components/schemas/NrCellId' + type: object + required: + - plmn + - nrCellId + RsIndexResults: + x-etsi-ref: 6.5.8 type: object + properties: + resultsSsbIndexes: + description: Beam level measurement results based on SS/PBCH related measurements. + $ref: '#/components/schemas/ResultsPerSsbIndexList' + type: object + resultsCsiRsIndexes: + description: Beam level measurement results based on CSI-RS related measurements. + $ref: '#/components/schemas/ResultsPerCsiRsIndexList' + type: object required: - - ecgi - - associateId + - resultsSsbIndexes + - resultsCsiRsIndexes + ResultsPerSsbIndexList: + x-etsi-ref: 6.5.9 + type: object properties: - associateId: - description: Identifier to associate the information for a specific UE or flow. - $ref: '#/components/schemas/AssociateId' - dl_gbr_data_volume_ue: - type: integer - description: It indicates the data volume of the downlink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - dl_gbr_delay_ue: - type: integer - description: It indicates the packet delay of the downlink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - dl_gbr_pdr_ue: - type: integer - description: It indicates the packet discard rate in percentage of the downlink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - dl_gbr_throughput_ue: - type: integer - description: It indicates the scheduled throughput of the downlink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - dl_nongbr_data_volume_ue: - type: integer - description: It indicates the data volume of the downlink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - dl_nongbr_delay_ue: - type: integer - description: It indicates the packet delay of the downlink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - dl_nongbr_pdr_ue: - type: integer - description: It indicates the packet discard rate in percentage of the downlink nonGBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - dl_nongbr_throughput_ue: + resultsPerSsbIndex: + type: array + items: + $ref: '#/components/schemas/ResultsPerSsbIndex' + ResultsPerCsiRsIndexList: + x-etsi-ref: 6.5.10 + type: object + properties: + resultsPerCsiRsIndex: + type: array + items: + $ref: '#/components/schemas/ResultsPerCsiRsIndex' + MeasQuantityResultsNr: + x-etsi-ref: 6.5.11 + type: object + properties: + rsrp: + description: "Reference Signal Received Power as defined in ETSI TS\_138 331 [i.13]." type: integer - description: It indicates the scheduled throughput of the downlink nonGBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - ecgi: - description: E-UTRAN Cell Global Identifier. - $ref: '#/components/schemas/Ecgi' - ul_gbr_data_volume_ue: + format: uint8 + rsrq: + description: "Reference Signal Received Quality as defined in ETSI TS\_138 331 [i.13]." type: integer - description: It indicates the data volume of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - ul_gbr_delay_ue: + format: uint8 + sinr: + description: Reference Signal to Interference & Noise Ratio as defined in ETSI TS 138 331 [i.13]. type: integer - description: It indicates the packet delay of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - ul_gbr_pdr_ue: + format: uint8 + QosInformation: + description: The QoS information for the E-RAB. + type: object + properties: + erabMbrDl: + description: This attribute indicates the maximum downlink ERAB Bit Rate as defined in ETSI TS 123 401 [i.4] for this bearer. type: integer - description: It indicates the packet discard rate in percentage of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - ul_gbr_throughput_ue: + erabMbrUl: + description: This attribute indicates the maximum uplink E-RAB Bit Rate as defined in ETSI TS 123 401 [i.4] for this bearer. type: integer - description: It indicates the scheduled throughput of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - ul_nongbr_data_volume_ue: + erabGbrDl: + description: This attribute indicates the guaranteed downlink ERAB Bit Rate as defined in ETSI TS 123 401 [i.4] for this bearer. type: integer - description: It indicates the data volume of the uplink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - ul_nongbr_delay_ue: + erabGbrUl: + description: This attribute indicates the guaranteed uplink ERAB Bit Rate as defined in ETSI TS 123 401 [i.4] for this bearer. type: integer - description: It indicates the packet delay of the uplink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - ul_nongbr_pdr_ue: + required: + - erabMbrDl + - erabMbrUl + - erabGbrDl + - erabGbrUl + ErabQosParameters: + description: QoS parameters for the E-RAB as defined below. + type: object + properties: + qci: + description: "QoS Class Identifier as defined in ETSI TS\_123\_401\_[i.4]." type: integer - description: It indicates the packet discard rate in percentage of the uplink nonGBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - ul_nongbr_throughput_ue: + qosInformation: + $ref: '#/components/schemas/QosInformation' + required: + - qci + ErabInfo: + description: Information on E-RAB as defined below. + type: object + minItems: 1 + properties: + erabId: + description: "The attribute that uniquely identifies a Radio Access bearer for specific UE as defined in ETSI TS\_136\_413\_[i.3]." type: integer - description: It indicates the scheduled throughput of the uplink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. - contentEncoding: int32 - CellUserInfo: - title: CellUserInfo + erabQosParameters: + $ref: '#/components/schemas/ErabQosParameters' + required: + - erabId + UeInfo: + description: Information on UEs in the specific cell as defined below. type: object + minItems: 1 + properties: + associateId: + description: 0 to N identifiers to associate the event for a specific UE or flow. + type: array + minItems: 0 + items: + $ref: '#/components/schemas/AssociateId' + erabInfo: + type: array + items: + $ref: '#/components/schemas/ErabInfo' required: - - ecgi - - ueInfo + - erabInfo + CellUserInfo: + description: The information on users per cell as defined below. + type: object + minItems: 0 properties: ecgi: + description: E-UTRAN Cell Global Identifier. $ref: '#/components/schemas/Ecgi' + type: object ueInfo: - type: array items: $ref: '#/components/schemas/UeInfo' - description: Information on UEs in the specific cell as defined below. + required: + - ecgi + - ueInfo + TempUeId: + description: The temporary identifier allocated for the specific UE as defined below. + type: object + properties: + mmec: + description: MMEC as defined in ETSI TS 136 413 [i.3]. + type: string + mtmsi: + description: M-TMSI as defined in ETSI TS 136 413 [i.3]. + type: string + required: + - mmec + - mtmsi EnbInfo: - title: EnbInfo + description: S1 bearer information on eNB side as defined below. + type: object + properties: + ipAddress: + description: eNB transport layer address of this S1 bearer. + type: string + tunnelId: + description: eNB GTP-U TEID of this S1 bearer. + type: string required: - ipAddress - tunnelId + SGwInfo: + description: S1 bearer information on GW side as defined below. type: object properties: ipAddress: + description: SGW transport layer address of this S1 bearer. type: string - description: eNB transport layer address of this S1 bearer. tunnelId: + description: SGW GTP-U TEID of this S1 bearer. type: string - description: eNB GTP-U TEID of this S1 bearer. - description: S1 bearer information on eNB side as defined below. - ErabInfo: - title: ErabInfo + required: + - ipAddress + - tunnelId + S1BearerInfoDetailed: + description: S1 bearer information as defined below. type: object + minItems: 1 properties: erabId: + description: The attribute that uniquely identifies a S1 bearer for a specific UE, as defined in ETSI TS 136 413 [i.3]. type: integer - description: The attribute that uniquely identifies a Radio Access bearer for specific UE as defined in ETSI TS 136 413 [i.3]. - contentEncoding: int32 - erabQosParameters: - $ref: '#/components/schemas/ErabQosParameters' - ErabQosParameters: - title: ErabQosParameters + enbInfo: + $ref: '#/components/schemas/EnbInfo' + sGwInfo: + $ref: '#/components/schemas/SGwInfo' required: - - qci + - erabId + - enbInfo + - sGwInfo + S1UeInfo: + description: Information on a specific UE as defined below. type: object + minItems: 1 properties: - qci: - type: integer - description: QoS Class Identifier as defined in ETSI TS 123 401 [i.4]. - contentEncoding: int32 - qosInformation: - $ref: '#/components/schemas/QosInformation' - description: QoS parameters for the E-RAB as defined below. - ErabQosParameters2: - title: ErabQosParameters2 + tempUeId: + $ref: '#/components/schemas/TempUeId' + associateId: + description: 1 to N identifiers to associate the information for a specific UE or flow. + type: array + minItems: 1 + items: + $ref: '#/components/schemas/AssociateId' + ecgi: + description: E-UTRAN Cell Global Identifier. + type: array + minItems: 1 + items: + $ref: '#/components/schemas/Ecgi' + s1BearerInfoDetailed: + type: array + items: + $ref: '#/components/schemas/S1BearerInfoDetailed' required: - - qci + - associateId + - ecgi + - s1BearerInfoDetailed + CellInfo: + description: The per cell measurement information as defined below. type: object + minItems: 0 properties: - qci: + ecgi: + description: E-UTRAN Cell Global Identifier. + $ref: '#/components/schemas/Ecgi' + type: object + dl_gbr_prb_usage_cell: + description: It indicates the PRB usage for downlink GBR traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS 136 423 [i.12]. type: integer - description: QoS Class Identifier as defined in ETSI TS 123 401 [i.4]. - contentEncoding: int32 - qosInformation: - $ref: '#/components/schemas/QosInformation2' - description: The QoS parameters for the E-RAB as defined below. - ErabReleaseInfo: - title: ErabReleaseInfo - required: - - erabId - type: object - properties: - erabId: + ul_gbr_prb_usage_cell: + description: "It indicates (in percentage) the PRB usage for uplink GBR traffic, as defined in ETSI TS\_136\_314\_[i.11] and ETSI TS\_136 423 [i.12]." + type: integer + dl_nongbr_prb_usage_cell: + description: "It indicates (in percentage) the PRB usage for downlink non-GBR traffic, as defined in ETSI TS\_136\_314 [i.11] and ETSI TS\_136 423 [i.12]." + type: integer + ul_nongbr_prb_usage_cell: + description: "It indicates (in percentage) the PRB usage for uplink non-GBR traffic, as defined in ETSI TS\_136\_314 [i.11] and ETSI TS\_136 423 [i.12]." + type: integer + dl_total_prb_usage_cell: + description: "It indicates (in percentage) the PRB usage for total downlink traffic, as defined in ETSI TS\_136\_314 [i.11] and ETSI TS\_136 423 [i.12]." + type: integer + ul_total_prb_usage_cell: + description: "It indicates (in percentage) the PRB usage for total uplink traffic, as defined in ETSI TS\_136\_314\_[i.11] and ETSI TS\_136\_423 [i.12]." + type: integer + received_dedicated_preambles_cell: + description: It indicates (in percentage) the received dedicated preambles, as defined in ETSI TS 136 314 [i.11]. + type: integer + received_randomly_selected _preambles_low_range_cell: + description: It indicates (in percentage) the received randomly selected preambles in the low range, as defined in ETSI TS 136 314 [i.11]. + type: integer + received_randomly_selected _preambles_high_range_cell: + description: It indicates (in percentage) the received randomly selected preambles in the high range, as defined in ETSI TS 136 314 [i.11]. + type: integer + number_of_active_ue_dl_gbr_cell: + description: It indicates the number of active UEs with downlink GBR traffic, as defined in ETSI TS 136 314 [i.11]. + type: integer + number_of_active_ue_ul_gbr_cell: + description: It indicates the number of active UEs with uplink GBR traffic, as defined in ETSI TS 136 314 [i.11]. + type: integer + number_of_active_ue_dl_nongbr_cell: + description: "It indicates the number of active UEs with downlink non-GBR traffic, as defined in ETSI TS\_136\_314 [i.11]." + type: integer + number_of_active_ue_ul_nongbr_cell: + description: "It indicates the number of active UEs with uplink non-GBR traffic, as defined in ETSI TS\_136\_314\_[i.11]." + type: integer + dl_gbr_pdr_cell: + description: It indicates the packet discard rate in percentage of the downlink GBR traffic in a cell, as defined in ETSI TS 136 314 [i.11]. + type: integer + ul_gbr_pdr_cell: + description: It indicates the packet discard rate in percentage of the uplink GBR traffic in a cell, as defined in ETSI TS 136 314 [i.11]. + type: integer + dl_nongbr_pdr_cell: + description: It indicates the packet discard rate in percentage of the downlink nonGBR traffic in a cell, as defined in ETSI TS 136 314 [i.11]. + type: integer + ul_nongbr_pdr_cell: + description: It indicates the packet discard rate in percentage of the uplink nonGBR traffic in a cell, as defined in ETSI TS 136 314 [i.11]. type: integer - description: The attribute that uniquely identifies a Radio Access bearer for specific UE as defined in ETSI TS 136 413 [i.3]. - contentEncoding: int32 - description: The release information for the E-RAB as defined below. - EutraNeighCellMeasInfo: - title: EutraNeighCellMeasInfo - type: object required: - ecgi + CellUEInfo: + description: The per cell per UE layer 2 measurements information as defined below. + type: object + minItems: 0 properties: ecgi: description: E-UTRAN Cell Global Identifier. $ref: '#/components/schemas/Ecgi' - rsrp: + type: object + associateId: + description: Identifier to associate the information for a specific UE or flow. + $ref: '#/components/schemas/AssociateId' + type: object + dl_gbr_delay_ue: + description: It indicates the packet delay of the downlink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. type: integer - description: Reference Signal Received Power as defined in ETSI TS 138 331 [i.13]. - contentEncoding: int32 - rsrq: + ul_gbr_delay_ue: + description: It indicates the packet delay of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. type: integer - description: Reference Signal Received Quality as defined in ETSI TS 138 331 [i.13]. - contentEncoding: int32 - sinr: + dl_nongbr_delay_ue: + description: "It indicates the packet delay of the downlink non-GBR traffic of a UE, as defined in ETSI TS\_136\_314\_[i.11]." type: integer - description: Reference Signal plus Interference Noise Ratio as defined in ETSI TS 138 331 [i.13]. - contentEncoding: int32 - EutranNeighbourCellMeasInfo: - title: EutranNeighbourCellMeasInfo - type: object - required: - - ecgi - properties: - ecgi: - $ref: '#/components/schemas/Ecgi' - rsrp: + ul_nongbr_delay_ue: + description: It indicates the packet delay of the uplink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. type: integer - description: Reference Signal Received Power as defined in ETSI TS 136 214 [i.5]. - contentEncoding: int32 - rsrpEx: + dl_gbr_pdr_ue: + description: It indicates the packet discard rate in percentage of the downlink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. type: integer - description: Extended Reference Signal Received Power, with value mapping defined in ETSI TS 136 133 [i.16]. - contentEncoding: int32 - rsrq: + ul_gbr_pdr_ue: + description: It indicates the packet discard rate in percentage of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. type: integer - description: Reference Signal Received Quality as defined in ETSI TS 136 214 [i.5]. - contentEncoding: int32 - rsrqEx: + dl_nongbr_pdr_ue: + description: It indicates the packet discard rate in percentage of the downlink nonGBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. type: integer - description: Extended Reference Signal Received Quality, with value mapping defined in ETSI TS 136 133 [i.16]. - contentEncoding: int32 - sinr: + ul_nongbr_pdr_ue: + description: It indicates the packet discard rate in percentage of the uplink nonGBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. type: integer - description: Reference Signal "Signal to Interference plus Noise Ratio", with value mapping defined in ETSI TS 136 133 [i.16]. - contentEncoding: int32 - FilterCriteriaAssoc: - title: FilterCriteriaAssoc + dl_gbr_throughput_ue: + description: It indicates the scheduled throughput of the downlink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + type: integer + ul_gbr_throughput_ue: + description: It indicates the scheduled throughput of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + type: integer + dl_nongbr_throughput_ue: + description: It indicates the scheduled throughput of the downlink nonGBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + type: integer + ul_nongbr_throughput_ue: + description: It indicates the scheduled throughput of the uplink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + type: integer + dl_gbr_data_volume_ue: + description: It indicates the data volume of the downlink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + type: integer + ul_gbr_data_volume_ue: + description: It indicates the data volume of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + type: integer + dl_nongbr_data_volume_ue: + description: "It indicates the data volume of the downlink non-GBR traffic of a UE, as defined in ETSI TS\_136\_314\_[i.11]." + type: integer + ul_nongbr_data_volume_ue: + description: It indicates the data volume of the uplink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + type: integer + required: + - ecgi + - associateId + _links: + description: Hyperlink related to the resource. This shall be only included in the HTTP responses and in HTTP PUT requests. + type: object + properties: + self: + description: Self-referring URI. The URI shall be unique within the RNI API as it acts as an ID for the subscription. + $ref: '#/components/schemas/LinkType' + type: object + required: + - self + FilterCriteriaAssocHo: + description: List of filtering criteria for the subscription. Any filtering criteria from below, which is included in the request, shall also be included in the response. type: object properties: appInstanceId: - type: string description: Unique identifier for the MEC application instance. + type: string associateId: - + description: 0 to N identifiers to associate the information for a specific UE or flow. type: array + minItems: 0 items: $ref: '#/components/schemas/AssociateId' - description: 0 to N identifiers to associate the information for a specific UE or flow. ecgi: - + description: E-UTRAN Cell Global Identifier. type: array + minItems: 0 items: $ref: '#/components/schemas/Ecgi' - description: E-UTRAN Cell Global Identifier. + hoStatus: + description: 'In case hoStatus is not included in the subscription request, the default value 3 = COMPLETED shall be used and included in the response: + + 1 = IN_PREPARATION. + + 2 = IN_EXECUTION. + + 3 = COMPLETED. + + 4 = REJECTED. + + 5 = CANCELLED.' + type: array + minItems: 0 + items: + type: integer + FilterCriteriaQci: description: List of filtering criteria for the subscription. Any filtering criteria from below, which is included in the request, shall also be included in the response. - FilterCriteriaAssocHo: - title: FilterCriteriaAssocHo type: object properties: appInstanceId: - type: string description: Unique identifier for the MEC application instance. - associateId: - type: array - items: - $ref: '#/components/schemas/AssociateId' - description: 0 to N identifiers to associate the information for a specific UE or flow. - ecgi: + type: string + ecgi: + description: E-UTRAN Cell Global Identifier. type: array + minItems: 0 items: $ref: '#/components/schemas/Ecgi' + qci: + description: QoS Class Identifier as defined in ETSI TS 123 401 [i.4]. + type: integer + required: + - qci + FilterCriteriaQci1: + description: List of filtering criteria for the subscription. Any filtering criteria from below, which is included in the request, shall also be included in the response. + type: object + properties: + appInstanceId: + description: Unique identifier for the MEC application instance. + type: string + erabId: + description: The attribute that uniquely identifies a Radio Access bearer for specific UE as defined in ETSI TS 136 413 [i.3]. + type: integer + ecgi: description: E-UTRAN Cell Global Identifier. - hoStatus: type: array + minItems: 0 items: - type: integer - contentEncoding: int32 - description: 'In case hoStatus is not included in the subscription request, the default value 3 = COMPLETED shall be used and included in the response:

1 = IN_PREPARATION.

2 = IN_EXECUTION.

3 = COMPLETED.

4 = REJECTED.

5 = CANCELLED.' - description: List of filtering criteria for the subscription. Any filtering criteria from below, which is included in the request, shall also be included in the response. + $ref: '#/components/schemas/Ecgi' + qci: + description: QoS Class Identifier as defined in ETSI TS 123 401 [i.4]. + type: integer + required: + - erabId + - qci FilterCriteriaAssocTri: - title: FilterCriteriaAssocTri + description: List of filtering criteria for the subscription. Any filtering criteria from below, which is included in the request, shall also be included in the response. type: object properties: appInstanceId: - type: string description: Unique identifier for the MEC application instance. + type: string associateId: - + description: 0 to N identifiers to associate the information for a specific UE or flow. type: array + minItems: 0 items: $ref: '#/components/schemas/AssociateId' - description: 0 to N identifiers to associate the information for a specific UE or flow. ecgi: - + description: E-UTRAN Cell Global Identifier. type: array + minItems: 0 items: $ref: '#/components/schemas/Ecgi' - description: E-UTRAN Cell Global Identifier. trigger: - + description: Corresponds to a specific E-UTRAN UE Measurement Report trigger. type: array + minItems: 0 items: $ref: '#/components/schemas/Trigger' - description: Corresponds to a specific E-UTRAN UE Measurement Report trigger. + FilterCriteriaAssoc: description: List of filtering criteria for the subscription. Any filtering criteria from below, which is included in the request, shall also be included in the response. - FilterCriteriaNrMrs: - title: FilterCriteriaNrMrs type: object properties: appInstanceId: - type: string description: Unique identifier for the MEC application instance. + type: string associateId: - - type: array - items: - $ref: '#/components/schemas/AssociateId' description: 0 to N identifiers to associate the information for a specific UE or flow. - nrcgi: - type: array + minItems: 0 items: - $ref: '#/components/schemas/Nrcgi' - description: NR Cell Global Identier. - triggerNr: - + $ref: '#/components/schemas/AssociateId' + ecgi: + description: E-UTRAN Cell Global Identifier. type: array + minItems: 0 items: - $ref: '#/components/schemas/TriggerNr' - description: Corresponds to a specific 5G UE Measurement Report trigger. - description: List of filtering criteria for the subscription. Any filtering criteria from below, which is included in the request, shall also be included in the response. - FilterCriteriaQci: - title: FilterCriteriaQci - required: - - qci + $ref: '#/components/schemas/Ecgi' + S1BearerSubscriptionCriteria: + description: As defined below. type: object properties: - appInstanceId: - type: string - description: Unique identifier for the MEC application instance. - ecgi: - + associateId: + description: 0 to N identifiers to associate the events for a specific UE or a flow. type: array + minItems: 0 items: - $ref: '#/components/schemas/Ecgi' + $ref: '#/components/schemas/AssociateId' + ecgi: description: E-UTRAN Cell Global Identifier. - qci: - type: integer - description: QoS Class Identifier as defined in ETSI TS 123 401 [i.4]. - contentEncoding: int32 - description: List of filtering criteria for the subscription. Any filtering criteria from below, which is included in the request, shall also be included in the response. - FilterCriteriaQci1: - title: FilterCriteriaQci1 - required: - - erabId - - qci - type: object - properties: - appInstanceId: - type: string - description: Unique identifier for the MEC application instance. - ecgi: type: array + minItems: 0 items: $ref: '#/components/schemas/Ecgi' - description: E-UTRAN Cell Global Identifier. erabId: - type: integer - description: The attribute that uniquely identifies a Radio Access bearer for specific UE as defined in ETSI TS 136 413 [i.3]. - contentEncoding: int32 - qci: - type: integer - description: QoS Class Identifier as defined in ETSI TS 123 401 [i.4]. - contentEncoding: int32 - description: List of filtering criteria for the subscription. Any filtering criteria from below, which is included in the request, shall also be included in the response. - HoStatus: - title: HoStatus - enum: - - 1 - - 2 - - 3 - - 4 - - 5 - type: integer - description: 'Indicate the status of the UE handover procedure. Values are defined as following:

1 = IN_PREPARATION.

2 = IN_EXECUTION.

3 = COMPLETED.

4 = REJECTED.

5 = CANCELLED.' - examples: - - 1 - InlineNotification: - title: InlineNotification - required: - - notificationType + description: The attribute that uniquely identifies a S1 bearer for a specific UE, as defined in ETSI TS 136 413 [i.3]. + type: array + minItems: 0 + items: + type: integer + Subscription: + description: A link to a subscription. type: object + minItems: 0 properties: - notificationType: + href: + description: The URI referring to the subscription. + type: string + format: uri + subscriptionType: + description: "Type of the subscription. The string shall be set according to the \"subscriptionType\" attribute of the associated subscription data type event defined in clause\_6.3." type: string - discriminator: - propertyName: notificationType - mapping: - CaReconfNotification: '#/components/schemas/CaReconfNotification' - CellChangeNotification: '#/components/schemas/CellChangeNotification' - MeasRepUeNotification: '#/components/schemas/MeasRepUeNotification' - MeasTaNotification: '#/components/schemas/MeasTaNotification' - NrMeasRepUeNotification: '#/components/schemas/NrMeasRepUeNotification' - RabEstNotification: '#/components/schemas/RabEstNotification' - RabModNotification: '#/components/schemas/RabModNotification' - RabRelNotification: '#/components/schemas/RabRelNotification' - S1BearerNotification: '#/components/schemas/S1BearerNotification' - ExpiryNotification: '#/components/schemas/ExpiryNotification' - TestNotification: '#/components/schemas/TestNotification' - InlineSubscription: - title: InlineSubscription required: + - href - subscriptionType + _links1: + description: List of hyperlinks related to the resource. type: object properties: - subscriptionType: + self: + description: '' + $ref: '#/components/schemas/LinkType' + type: object + subscription: + type: array + items: + $ref: '#/components/schemas/Subscription' + required: + - self + FilterCriteriaNrMrs: + description: List of filtering criteria for the subscription. Any filtering criteria from below, which is included in the request, shall also be included in the response. + type: object + properties: + appInstanceId: + description: Unique identifier for the MEC application instance. type: string - discriminator: - propertyName: subscriptionType - mapping: - CaReconfSubscription: '#/components/schemas/CaReconfSubscription' - CellChangeSubscription: '#/components/schemas/CellChangeSubscription' - MeasRepUeSubscription: '#/components/schemas/MeasRepUeSubscription' - MeasTaSubscription: '#/components/schemas/MeasTaSubscription' - NrMeasRepUeSubscription: '#/components/schemas/NrMeasRepUeSubscription' - RabEstSubscription: '#/components/schemas/RabEstSubscription' - RabModSubscription: '#/components/schemas/RabModSubscription' - RabRelSubscription: '#/components/schemas/RabRelSubscription' - S1BearerSubscription: '#/components/schemas/S1BearerSubscription' - Links: - title: Links + associateId: + description: 0 to N identifiers to associate the information for a specific UE or flow. + type: array + minItems: 0 + items: + $ref: '#/components/schemas/AssociateId' + nrcgi: + description: NR Cell Global Identifier. + type: array + minItems: 0 + items: + $ref: '#/components/schemas/NRcgi' + triggerNr: + description: Corresponds to a specific 5G UE Measurement Report trigger. + type: array + minItems: 0 + items: + $ref: '#/components/schemas/TriggerNr' + QosInformation1: + description: The QoS information for the E-RAB. + type: object + properties: + erabMbrDl: + description: This attribute indicates the maximum downlink E-RAB Bit Rate as defined in ETSI TS 123 401 [i.4] for this bearer. + type: integer + erabMbrUl: + description: This attribute indicates the maximum uplink E-RAB Bit Rate as defined in ETSI TS 123 401 [i.4] for this bearer. + type: integer + erabGbrDl: + description: This attribute indicates the guaranteed downlink E-RAB Bit Rate as defined in ETSI TS 123 401 [i.4] for this bearer. + type: integer + erabGbrUl: + description: This attribute indicates the guaranteed uplink E-RAB Bit Rate as defined in ETSI TS 123 401 [i.4] for this bearer. + type: integer required: - - self + - erabMbrDl + - erabMbrUl + - erabGbrDl + - erabGbrUl + ErabQosParameters1: + description: QoS parameters for the E-RAB as defined below. type: object properties: - self: - $ref: '#/components/schemas/LinkType' - description: Hyperlink related to the resource. This shall be only included in the HTTP responses and in HTTP PUT requests. - Links2: - title: Links2 + qci: + description: QoS Class Identifier as defined in ETSI TS 123 401 [i.4]. + type: integer + qosInformation: + $ref: '#/components/schemas/QosInformation1' required: - - subscription + - qci + TempUeId1: + description: 'The temporary identifier allocated for the specific UE as defined below. ' type: object properties: - subscription: - $ref: '#/components/schemas/LinkType' - description: URI identifying the subscription which has expired. - description: List of hyperlinks related to the resource. - Links10: - title: Links10 + mmec: + description: MMEC as defined in ETSI TS 136 413 [i.3]. + type: string + mtmsi: + description: M-TMSI as defined in ETSI TS 136 413 [i.3]. + type: string required: - - self + - mmec + - mtmsi + QosInformation2: + description: The QoS Information for the E-RAB as defined below. type: object properties: - self: - $ref: '#/components/schemas/LinkType' - subscription: - type: array - items: - $ref: '#/components/schemas/Subscription' - description: A link to a subscription. - description: List of hyperlinks related to the resource. - NCell: - title: NCell + erabMbrDl: + description: This attribute indicates the maximum downlink E-RAB Bit Rate as defined in ETSI TS 123 401 [i.4] for this bearer. + type: integer + erabMbrUl: + description: This attribute indicates the maximum uplink E-RAB Bit Rate as defined in ETSI TS 123 401 [i.4] for this bearer. + type: integer + erabGbrDl: + description: This attribute indicates the guaranteed downlink E-RAB Bit Rate as defined in ETSI TS 123 401 [i.4] for this bearer. + type: integer + erabGbrUl: + description: This attribute indicates the guaranteed uplink E-RAB Bit Rate as defined in ETSI TS 123 401 [i.4] for this bearer. + type: integer + required: + - erabMbrDl + - erabMbrUl + - erabGbrDl + - erabGbrUl + ErabQosParameters2: + description: The QoS parameters for the E-RAB as defined below. type: object properties: - measQuantityResultsCsiRsCell: - $ref: '#/components/schemas/MeasQuantityResultsNr' - measQuantityResultsSsbCell: - $ref: '#/components/schemas/MeasQuantityResultsNr' - rsIndexResults: - $ref: '#/components/schemas/RsIndexResults' - description: Measurement information relating to the best neighbour of this serving cell. - NewRadioMeasInfo: - title: NewRadioMeasInfo - type: object + qci: + description: QoS Class Identifier as defined in ETSI TS 123 401 [i.4]. + type: integer + qosInformation: + $ref: '#/components/schemas/QosInformation2' required: - - nrCarrierFreq - - nrSCs + - qci + ErabReleaseInfo: + description: The release information for the E-RAB as defined below. + type: object properties: - nrBNCs: - $ref: '#/components/schemas/NrBNCs' - nrCarrierFreq: + erabId: + description: The attribute that uniquely identifies a Radio Access bearer for specific UE as defined in ETSI TS 136 413 [i.3]. type: integer - description: ARFCN applicable for a downlink, uplink or bi-directional (TDD) NR carrier frequency, as defined in ETSI TS 138.101 [i.15]. - contentEncoding: int32 - nrSCs: - $ref: '#/components/schemas/NrSCs' - NewRadioMeasNeiInfo: - title: NewRadioMeasNeiInfo - type: object required: - - nrNCellInfo + - erabId + EutranNeighbourCellMeasInfo: + description: This parameter can be repeated to contain information of all the neighbouring cells up to N. + type: object + minItems: 0 properties: - nrNCellInfo: - type: array - items: - $ref: '#/components/schemas/NrNCellInfo' - description: 5G NR neighbour cell info. - nrNCellRsrp: + ecgi: + description: E-UTRAN Cell Global Identifier. + $ref: '#/components/schemas/Ecgi' + type: object + rsrp: + description: "Reference Signal Received Power as defined in ETSI TS\_136 214 [i.5]." type: integer - description: Reference Signal Received Power measurement according to mapping table in ETSI TS 138.133 [i.14]. - contentEncoding: int32 - nrNCellRsrq: + format: uint8 + rsrpEx: + description: Extended Reference Signal Received Power, with value mapping defined in ETSI TS 136 133 [i.16]. type: integer - description: Reference Signal Received Quality measurement according to mapping table in ETSI TS 138.133 [i.14]. - contentEncoding: int32 - nrNCellRssi: + format: uint8 + rsrq: + description: "Reference Signal Received Quality as defined in ETSI TS\_136 214 [i.5]." type: integer - description: Reference signal SINR measurement according to mapping table in ETSI TS 138.133 [i.14]. - contentEncoding: int32 - rsIndexResults: - $ref: '#/components/schemas/RsIndexResults' - NrBNCellInfo: - title: NrBNCellInfo - type: object - required: - - nrBNCellGId - - nrBNCellPlmn - properties: - nrBNCellGId: - type: string - description: String representing the NR Cell Identity. Encoded as a bit string (size (36)) as defined in ETSI TS 138 423 [i.17]. - nrBNCellPlmn: - type: array - items: - $ref: '#/components/schemas/Plmn' - description: Public land mobile network identities - NrBNCs: - title: NrBNCs + format: uint8 + rsrqEx: + description: Extended Reference Signal Received Quality, with value mapping defined in ETSI TS 136 133 [i.16]. + type: integer + format: uint8 + sinr: + description: "Reference Signal \"Signal to Interference plus Noise Ratio\", with value mapping defined in ETSI TS\_136\_133\_[i.16]." + type: integer + format: uint8 required: - - nrBNCellInfo + - ecgi + CarrierAggregationMeasInfo: + description: This parameter can be repeated to contain information of all the carriers assign for Carrier Aggregation up to N. type: object + minItems: 0 properties: - nrBNCellInfo: - type: array - items: - $ref: '#/components/schemas/NrBNCellInfo' - description: Best neighbours of the secondary serving cell(s) info - nrBNCellRsrp: + cellIdSrv: + description: E-UTRAN Cell Identity of a Secondary serving Cell (SCell), as defined in ETSI TS 136 331 [i.7]. + $ref: '#/components/schemas/CellId' + type: object + rsrpSrv: + description: "Reference Signal Received Power as defined in ETSI TS\_136 214 [i.5]." type: integer - description: Reference Signal Received Power measurement according to mapping table in ETSI TS 138.133 [i.14]. - contentEncoding: int32 - nrBNCellRsrq: + format: uint8 + rsrpSrvEx: + description: Extended Reference Signal Received Power, with value mapping defined in ETSI TS 136 133 [i.16]. type: integer - description: Reference Signal Received Quality measurement according to mapping table in ETSI TS 138.133 [i.14]. - contentEncoding: int32 - nrBNCellRssi: + format: uint8 + rsrqSrv: + description: "Reference Signal Received Quality as defined in ETSI TS\_136 214 [i.5]." type: integer - description: Reference signal SINR measurement according to mapping table in ETSI TS 138.133 [i.14]. - contentEncoding: int32 - description: Measurement quantities concerning the best neighbours of the secondary serving cells - NrNCellInfo: - title: NrNCellInfo - type: object - required: - - nrNCellGId - - nrNCellPlmn - properties: - nrNCellGId: - type: string - description: String representing the NR Cell Identity. Encoded as a bit string (size (36)) as defined in ETSI TS 138 423 [i.17]. - nrNCellPlmn: - type: array - items: - $ref: '#/components/schemas/Plmn' - description: Public land mobile network identities. - NrNeighCellMeasInfo: - title: NrNeighCellMeasInfo - type: object + format: uint8 + rsrqSrvEx: + description: Extended Reference Signal Received Quality, with value mapping defined in ETSI TS 136 133 [i.16]. + type: integer + format: uint8 + sinrSrv: + description: "Reference Signal \"Signal to Interference plus Noise Ratio\", with value mapping defined in ETSI TS\_136\_133\_[i.16]." + type: integer + format: uint8 + cellIdNei: + description: E-UTRAN Cell Identity of the best neighbouring cell (NCell) associated with the SCell, as defined in ETSI TS 136 331 [i.7]. + $ref: '#/components/schemas/CellId' + type: object + rsrpNei: + description: "Reference Signal Received Power as defined in ETSI TS\_136 214 [i.5]." + type: integer + format: uint8 + rsrpNeiEx: + description: Extended Reference Signal Received Power, with value mapping defined in ETSI TS 136 133 [i.16]. + type: integer + format: uint8 + rsrqNei: + description: "Reference Signal Received Quality as defined in ETSI TS\_136 214 [i.5]." + type: integer + format: uint8 + rsrqNeiEx: + description: Extended Reference Signal Received Quality, with value mapping defined in ETSI TS 136 133 [i.16]. + type: integer + format: uint8 + sinrNei: + description: "Reference Signal \"Signal to Interference plus Noise Ratio\", with value mapping defined in ETSI TS\_136\_133\_[i.16]." + type: integer + format: uint8 required: - - nrcgi - properties: - measQuantityResultsCsiRsCell: - $ref: '#/components/schemas/MeasQuantityResultsNr' - measQuantityResultsSsbCell: - $ref: '#/components/schemas/MeasQuantityResultsNr' - nrcgi: - $ref: '#/components/schemas/Nrcgi' - description: NR Cell Global Identifier. - rsIndexResults: - $ref: '#/components/schemas/RsIndexResults' + - cellIdSrv NrSCellInfo: - title: NrSCellInfo + description: Secondary serving cell(s) info. type: object - required: - - nrSCellGId - - nrSCellPlmn + minItems: 1 properties: - nrSCellGId: - type: string - description: String representing the NR Cell Identity. Encoded as a bit string (size (36)) as defined in ETSI TS 138 423 [i.17]. - nrSCellPlmn: + nrSCellPlmn: + description: Public land mobile network identities. type: array + minItems: 1 items: $ref: '#/components/schemas/Plmn' - description: Public land mobile network identities. - NrSCs: - title: NrSCs + nrSCellGId: + description: Cell Global Identifier, as defined in ETSI TS 138 331 [i.13]. + $ref: '#/components/schemas/NrCellId' + type: object required: - - nrSCellInfo + - nrSCellPlmn + - nrSCellGId + NrSCs: + description: Measurement quantities concerning the secondary serving cells. type: object properties: nrSCellInfo: type: array items: $ref: '#/components/schemas/NrSCellInfo' - description: Secondary serving cell(s) info. nrSCellRsrp: + description: Reference Signal Received Power measurement according to mapping table in ETSI TS 138 133 [i.14]. type: integer - description: Reference Signal Received Power measurement according to mapping table in ETSI TS 138.133 [i.14]. - contentEncoding: int32 + format: uint8 nrSCellRsrq: + description: Reference Signal Received Quality measurement according to mapping table in ETSI TS 138 133 [i.14]. type: integer - description: Reference Signal Received Quality measurement according to mapping table in ETSI TS 138.133 [i.14]. - contentEncoding: int32 + format: uint8 nrSCellRssi: + description: Reference signal SINR measurement according to mapping table in ETSI TS 138 133 [i.14]. type: integer - description: Reference signal SINR measurement according to mapping table in ETSI TS 138.133 [i.14]. - contentEncoding: int32 - description: Measurement quantities concerning the secondary serving cells. - QosInformation: - title: QosInformation + format: uint8 required: - - erabGbrDl - - erabGbrUl - - erabMbrDl - - erabMbrUl + - nrSCellInfo + NrBNCellInfo: + description: Best neighbours of the secondary serving cell(s) info. type: object + minItems: 1 properties: - erabGbrDl: - type: integer - description: This attribute indicates the guaranteed downlink E-RAB Bit Rate as defined in ETSI TS 123 401 [i.4] for this bearer. - contentEncoding: int32 - erabGbrUl: - type: integer - description: This attribute indicates the guaranteed uplink E-RAB Bit Rate as defined in ETSI TS 123 401 [i.4] for this bearer. - contentEncoding: int32 - erabMbrDl: - type: integer - description: This attribute indicates the maximum downlink E-RAB Bit Rate as defined in ETSI TS 123 401 [i.4] for this bearer. - contentEncoding: int32 - erabMbrUl: - type: integer - description: This attribute indicates the maximum uplink E-RAB Bit Rate as defined in ETSI TS 123 401 [i.4] for this bearer. - contentEncoding: int32 - description: The QoS information for the E-RAB. - QosInformation2: - title: QosInformation2 + nrBNCellPlmn: + description: Public land mobile network identities. + type: array + minItems: 1 + items: + $ref: '#/components/schemas/Plmn' + nrBNCellGId: + description: Cell Global Identifier, as defined in ETSI TS 138 331 [i.13]. + $ref: '#/components/schemas/NrCellId' + type: object required: - - erabGbrDl - - erabGbrUl - - erabMbrDl - - erabMbrUl + - nrBNCellPlmn + - nrBNCellGId + NrBNCs: + description: Measurement quantities concerning the best neighbours of the secondary serving cells. type: object properties: - erabGbrDl: + nrBNCellInfo: + type: array + items: + $ref: '#/components/schemas/NrBNCellInfo' + nrBNCellRsrp: + description: Reference Signal Received Power measurement according to mapping table in ETSI TS 138 133 [i.14]. type: integer - description: This attribute indicates the guaranteed downlink E-RAB Bit Rate as defined in ETSI TS 123 401 [i.4] for this bearer. - contentEncoding: int32 - erabGbrUl: + format: uint8 + nrBNCellRsrq: + description: Reference Signal Received Quality measurement according to mapping table in ETSI TS 138 133 [i.14]. type: integer - description: This attribute indicates the guaranteed uplink E-RAB Bit Rate as defined in ETSI TS 123 401 [i.4] for this bearer. - contentEncoding: int32 - erabMbrDl: + format: uint8 + nrBNCellRssi: + description: Reference signal SINR measurement according to mapping table in ETSI TS 138 133 [i.14]. type: integer - description: This attribute indicates the maximum downlink E-RAB Bit Rate as defined in ETSI TS 123 401 [i.4] for this bearer. - contentEncoding: int32 - erabMbrUl: + format: uint8 + required: + - nrBNCellInfo + NewRadioMeasInfo: + description: 5G New Radio secondary serving cells measurement information. + type: object + minItems: 0 + properties: + nrCarrierFreq: + description: "ARFCN applicable for a downlink, uplink or bi-directional (TDD) NR carrier frequency, as defined in ETSI TS\_138\_101 [i.15]." type: integer - description: This attribute indicates the maximum uplink E-RAB Bit Rate as defined in ETSI TS 123 401 [i.4] for this bearer. - contentEncoding: int32 - description: The QoS Information for the E-RAB as defined below. - S1BearerInfoDetailed: - title: S1BearerInfoDetailed + format: uint32 + nrSCs: + $ref: '#/components/schemas/NrSCs' + nrBNCs: + $ref: '#/components/schemas/NrBNCs' + required: + - nrCarrierFreq + - nrSCs + NrNCellInfo: + description: 5G NR neighbour cell info. type: object - required: - - erabId - - erabInfo - - sGwInfo + minItems: 1 properties: - enbInfo: - $ref: '#/components/schemas/EnbInfo' - erabId: - type: integer - description: The attribute that uniquely identifies a S1 bearer for a specific UE, as defined in ETSI TS 136 413 [i.3]. - contentEncoding: int32 - sGwInfo: - $ref: '#/components/schemas/SGwInfo' - S1BearerSubscriptionCriteria: - title: S1BearerSubscriptionCriteria + nrNCellPlmn: + description: Public land mobile network identities. + type: array + minItems: 1 + items: + $ref: '#/components/schemas/Plmn' + nrNCellGId: + description: Cell Global Identifier, as defined in ETSI TS 138 331 [i.13]. + $ref: '#/components/schemas/NrCellId' + type: object + required: + - nrNCellPlmn + - nrNCellGId + NewRadioMeasNeiInfo: + description: Measurement quantities concerning the 5G NR neighbours. type: object + minItems: 0 properties: - associateId: - + nrNCellInfo: type: array items: - $ref: '#/components/schemas/AssociateId' - description: 0 to N identifiers to associate the events for a specific UE or a flow. + $ref: '#/components/schemas/NrNCellInfo' + nrNCellRsrp: + description: Reference Signal Received Power measurement according to mapping table in ETSI TS 138 133 [i.14]. + type: integer + format: uint8 + nrNCellRsrq: + description: Reference Signal Received Quality measurement according to mapping table in ETSI TS 138 133 [i.14]. + type: integer + format: uint8 + nrNCellRssi: + description: Reference signal SINR measurement according to mapping table in ETSI TS 138 133 [i.14]. + type: integer + format: uint8 + rsIndexResults: + description: Beam level measurements results of a NR cell. + $ref: '#/components/schemas/RsIndexResults' + type: object + required: + - nrNCellInfo + SecondaryCellAdd: + description: '' + type: object + minItems: 0 + properties: ecgi: - - type: array - items: - $ref: '#/components/schemas/Ecgi' description: E-UTRAN Cell Global Identifier. - erabId: - - type: array - items: - type: integer - contentEncoding: int32 - description: The attribute that uniquely identifies a S1 bearer for a specific UE, as defined in ETSI TS 136 413 [i.3]. - description: As defined below. - S1UeInfo: - title: S1UeInfo - type: object + $ref: '#/components/schemas/Ecgi' + type: object required: - - associateId - - ecgi - - s1BearerInfoDetailed + - ecgi + SecondaryCellRemove: + description: '' + type: object + minItems: 0 properties: - associateId: - type: array - items: - $ref: '#/components/schemas/AssociateId' - description: 1 to N identifiers to associate the information for a specific UE or flow. ecgi: - type: array - items: - $ref: '#/components/schemas/Ecgi' description: E-UTRAN Cell Global Identifier. - s1BearerInfoDetailed: - type: array - items: - $ref: '#/components/schemas/S1BearerInfoDetailed' - description: S1 bearer information as defined below. - tempUeId: - $ref: '#/components/schemas/TempUeId' - S1UeInfo1: - title: S1UeInfo1 + $ref: '#/components/schemas/Ecgi' + type: object required: - ecgi - - s1BearerInfo + CarrierAggregationMeasInfo1: + description: This parameter can be repeated to contain information of all the carriers assign for Carrier Aggregation up to N. + type: object + minItems: 0 + properties: + cellIdSrv: + description: E-UTRAN Cell Identity of a Carrier Aggregation serving cell. + $ref: '#/components/schemas/CellId' + type: object + rsrpSrv: + description: "Reference Signal Received Power as defined in ETSI TS\_136 214 [i.5]." + type: integer + format: uint32 + rsrqSrv: + description: Reference Signal Received Quality as defined in ETSI TS 136 214 [i.5]. + type: integer + format: uint32 + cellIdNei: + description: E-UTRAN Cell Identity of the best neighbouring cell associated with the Carrier Aggregation serving cell. + $ref: '#/components/schemas/CellId' + type: object + rsrpNei: + description: "Reference Signal Received Power as defined in ETSI TS\_136 214 [i.5]." + type: integer + format: uint32 + rsrqNei: + description: Reference Signal Received Quality as defined in ETSI TS 136 214 [i.5]. + type: integer + format: uint32 + required: + - cellIdSrv + - cellIdNei + _links2: + description: List of hyperlinks related to the resource. + type: object + properties: + subscription: + description: URI identifying the subscription which has expired. + $ref: '#/components/schemas/LinkType' + type: object + required: + - subscription + S1UeInfo1: + description: Information on specific UE that matches the criteria in S1BearerSubscription as defined below. type: object properties: + tempUeId: + $ref: '#/components/schemas/TempUeId' associateId: + description: 0 to N identifiers to associate the information for a specific UE or flow. type: array + minItems: 0 items: $ref: '#/components/schemas/AssociateId' - description: 0 to N identifiers to associate the information for a specific UE or flow. ecgi: + description: E-UTRAN Cell Global Identifier. type: array + minItems: 1 items: $ref: '#/components/schemas/Ecgi' - description: E-UTRAN Cell Global Identifier. s1BearerInfo: type: array items: - $ref: '#/components/schemas/S1BearerInfo1' - description: S1 bearer information as defined below. - tempUeId: - $ref: '#/components/schemas/TempUeId' - description: Information on specific UE that matches the criteria in S1BearerSubscription as defined below. - S1BearerInfo1: - title: S1BearerInfo1 - type: object + $ref: '#/components/schemas/S1BearerInfo' required: - - enbInfo - - erabId - - sGwInfo - properties: - enbInfo: - $ref: '#/components/schemas/EnbInfo' - erabId: - type: integer - description: The attribute that uniquely identifies a S1 bearer for a specific UE, as defined in ETSI TS 136 413 [i.3]. - contentEncoding: int32 - sGwInfo: - $ref: '#/components/schemas/SGwInfo' + - ecgi + - s1BearerInfo SCell: - title: SCell + description: Measurement information relating to this serving cell. type: object properties: - measQuantityResultsCsiRsCell: - $ref: '#/components/schemas/MeasQuantityResultsNr' measQuantityResultsSsbCell: + description: Measurement quantity results relating to the Synchronization Signal Block. + $ref: '#/components/schemas/MeasQuantityResultsNr' + type: object + measQuantityResultsCsiRsCell: + description: Measurement quantity results relating to the Channel State Information Reference Signal. $ref: '#/components/schemas/MeasQuantityResultsNr' + type: object rsIndexResults: + description: Beam level measurement information $ref: '#/components/schemas/RsIndexResults' - description: Measurement information relating to this serving cell. - SecondaryCellAdd: - title: SecondaryCellAdd - type: object - required: - - ecgi - properties: - ecgi: - $ref: '#/components/schemas/Ecgi' - SecondaryCellRemove: - title: SecondaryCellRemove + type: object + NCell: + description: Measurement information relating to the best neighbour of this serving cell. type: object - required: - - ecgi properties: - ecgi: - $ref: '#/components/schemas/Ecgi' + measQuantityResultsSsbCell: + description: Measurement quantity results relating to the Synchronization Signal Block. + $ref: '#/components/schemas/MeasQuantityResultsNr' + type: object + measQuantityResultsCsiRsCell: + description: Measurement quantity results relating to the Channel State Information Reference Signal. + $ref: '#/components/schemas/MeasQuantityResultsNr' + type: object + rsIndexResults: + description: Beam level measurement information + $ref: '#/components/schemas/RsIndexResults' + type: object ServCellMeasInfo: - title: ServCellMeasInfo + description: This parameter can be repeated to contain information of all the serving cells up to N. type: object - required: - - nrcgi - - sCell + minItems: 0 properties: - nCell: - $ref: '#/components/schemas/NCell' nrcgi: + description: NR Cell Global Identifier. $ref: '#/components/schemas/Nrcgi' + type: object sCell: $ref: '#/components/schemas/SCell' - SGwInfo: - title: SGwInfo + nCell: + $ref: '#/components/schemas/NCell' required: - - ipAddress - - tunnelId + - nrcgi + - sCell + NrNeighCellMeasInfo: + description: This parameter can be repeated to contain measurement information of all the neighbouring cells up to N. It shall not be included if eutraNeighCellMeasInfo is included. type: object + minItems: 0 properties: - ipAddress: - type: string - description: SGW transport layer address of this S1 bearer. - tunnelId: - type: string - description: SGW GTP-U TEID of this S1 bearer. - description: S1 bearer information on GW side as defined below. - Subscription: - title: Subscription + nrcgi: + description: NR Cell Global Identifier. + $ref: '#/components/schemas/Nrcgi' + type: object + measQuantityResultsSsbCell: + description: Measurement quantity results relating to the Synchronization Signal Block of the neighbouring cells. + $ref: '#/components/schemas/MeasQuantityResultsNr' + type: object + measQuantityResultsCsiRsCell: + description: Measurement quantity results relating to the Channel State Information Reference Signal of the neighbouring cells. + $ref: '#/components/schemas/MeasQuantityResultsNr' + type: object + rsIndexResults: + description: Beam level measurement information. + $ref: '#/components/schemas/RsIndexResults' + type: object + required: + - nrcgi + EutraNeighCellMeasInfo: + description: This parameter can be repeated to contain measurement information of all the neighbouring cells up to N. It shall not be included if nrNeighCellMeasInfo is included. type: object + minItems: 0 properties: - href: - type: string - description: The URI referring to the subscription. - subscriptionType: - type: string - description: Type of the subscription. The string shall be set according to the "subscriptionType" attribute of the associated subscription data type event defined in clause 6.3. - TempUeId: - title: TempUeId + ecgi: + description: E-UTRAN Cell Global Identifier. + $ref: '#/components/schemas/Ecgi' + type: object + rsrp: + description: "Reference Signal Received Power as defined in ETSI TS\_138 331 [i.13]." + type: integer + format: uint8 + rsrq: + description: Reference Signal Received Quality as defined in ETSI TS 138 331 [i.13]. + type: integer + format: uint8 + sinr: + description: "Reference Signal plus Interference Noise Ratio as defined in ETSI TS\_138\_331\_[i.13]." + type: integer + format: uint8 required: - - mmec - - mtmsi + - ecgi + _links3: + description: 'Hyperlink related to the resource. ' type: object properties: - mmec: - type: string - description: MMEC as defined in ETSI TS 136 413 [i.3]. - mtmsi: - type: string - description: M-TMSI as defined in ETSI TS 136 413 [i.3]. - description: The temporary identifier allocated for the specific UE as defined below. - Type: - title: Type - enum: - - 0 - - 1 - - 2 - - 3 - - 4 - type: integer - description: 'Numeric value (0-255) corresponding to specified type of identifier as following:

0 = reserved.

1 = UE_IPv4_ADDRESS.

2 = UE_IPV6_ADDRESS.

3 = NATED_IP_ADDRESS.

4 = GTP_TEID.' - examples: - - 0 - UeInfo: - title: UeInfo - type: object + subscription: + description: URI identifying the subscription for the test notification. + $ref: '#/components/schemas/LinkType' + type: object required: - - erabInfo + - subscription + ResultsPerSsbIndex: + description: '' + type: object + minItems: 0 properties: - associateId: - type: array - items: - $ref: '#/components/schemas/AssociateId' - description: 0 to N identifiers to associate the event for a specific UE or flow. - erabInfo: - type: array - items: - $ref: '#/components/schemas/ErabInfo' - description: Information on E-RAB as defined below. - WebsockNotifConfig: - title: WebsockNotifConfig - description: > - This type represents configuration for the delivery of subscription notifications over Websockets per the pattern defined in defined in clause 6.12a of ETSI GS MEC 009 [6]. + ssbIndex: + description: '' + type: integer + format: uint8 + ssbResults: + description: '' + $ref: '#/components/schemas/MeasQuantityResultsNr' + type: object + required: + - ssbIndex + ResultsPerCsiRsIndex: + description: '' type: object + minItems: 0 properties: - websocketUri: + csiRsIndex: + description: '' + type: integer + format: uint8 + csiRsResults: + description: '' + $ref: '#/components/schemas/MeasQuantityResultsNr' + type: object + required: + - csiRsIndex + responses: + '200': + description: OK + '204': + description: No Content + '400': + description: 'Bad Request: used to indicate that incorrect parameters were passed to the request.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + '401': + description: 'Unauthorized: used when the client did not submit credentials.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + '403': + description: 'Forbidden: operation is not allowed given the current status of the resource.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + '404': + description: 'Not Found: used when a client provided a URI that cannot be mapped to a valid resource URI.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + '406': + description: 'Not Acceptable: used to indicate that the server cannot provide the any of the content formats supported by the client.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + '412': + description: 'Precondition failed: used when a condition has failed during conditional requests, e.g. when using ETags to avoid write conflicts when using PUT' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + '414': + description: 'URI Too Long: used to indicate that the server is refusing to process the request because the request URI is longer than the server is willing or able to process.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + '415': + description: 'Unsupported Media Type: used to indicate that the server or the client does not support the content type of the entity body.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + '422': + description: 'Unprocessable Entity: used to indicate that the server understands the content type of the request entity and that the syntax of the request entity is correct but that the server is unable to process the contained instructions. This error condition can occur if an JSON request body is syntactically correct but semantically incorrect, for example if the target area for the request is considered too large. This error condition can also occur if the capabilities required by the request are not supported.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + '429': + description: 'Too Many Requests: used when a rate limiter has triggered.' + content: + application/problem+json: + schema: + $ref: '#/components/schemas/ProblemDetails' + parameters: + Query.App_ins_id: + description: Comma separated list of application instance identifiers. + name: app_ins_id + in: query + required: false + x-exportParamName: Query.App_ins_id + schema: + type: string + Query.Cell_id: + description: Comma separated list of E-UTRAN Cell Identities. + name: cell_id + in: query + required: false + x-exportParamName: Query.Cell_id + schema: + $ref: '#/components/schemas/CellId' + Query.Ue_ipv4_address: + description: Comma separated list of IE IPv4 addresses as defined for the type for AssociateId in clause 6.5.4. + name: ue_ipv4_address + in: query + required: false + x-exportParamName: Query.Ue_ipv4_address + schema: + type: array + items: type: string - description: Set by RNIS to indicate to the service consumer the Websocket URI to be used for delivering notifications. - requestWebsocketUri: - type: boolean - description: Set to true by the service consumer to indicate that Websocket delivery is requested. - TestNotification: - description: > - This type represents a test notification from a Radio Network Information service to determine if the Websocket method is to be utilized for the RNIS to issue notifications for a subscription, as defined in clause 6.12a of ETSI GS MEC 009 [6]. - allOf: - - $ref: '#/components/schemas/InlineNotification' - - required: - - _links - type: object - properties: - _links: - description: Links to resources related to this notification. - required: - - subscription - properties: - subscription: - description: A link to the related subscription. - $ref: '#/components/schemas/LinkType' -security: -- {} \ No newline at end of file + Query.Ue_ipv6_address: + description: Comma separated list of IE IPv6 addresses as defined for the type for AssociateId in clause 6.5.4. + name: ue_ipv6_address + in: query + required: false + x-exportParamName: Query.Ue_ipv6_address + schema: + type: array + items: + type: string + Query.Nated_ip_address: + description: Comma separated list of NATed IP addresses as defined for the type for AssociateId in clause 6.5.4. + name: nated_ip_address + in: query + required: false + x-exportParamName: Query.Nated_ip_address + schema: + type: array + items: + type: string + Query.Gtp_teid: + description: Comma separated list of GTP TEID addresses as defined for the type for AssociateId in clause 6.5.4. + name: gtp_teid + in: query + required: false + x-exportParamName: Query.Gtp_teid + schema: + type: array + items: + type: string + Query.Erab_id: + description: E-RAB identifier. + name: erab_id + in: query + required: false + x-exportParamName: Query.Erab_id + schema: + type: integer + Query.Qci: + description: QoS Class Identifier as defined in ETSI TS 123 401 [i.4]. + name: qci + in: query + required: false + x-exportParamName: Query.Qci + schema: + type: integer + Query.Erab_mbr_dl: + description: "Maximum downlink E-RAB Bit Rate as defined in ETSI TS\_123\_401 [i.4]." + name: erab_mbr_dl + in: query + required: false + x-exportParamName: Query.Erab_mbr_dl + schema: + type: integer + Query.Erab_mbr_ul: + description: "Maximum uplink E-RAB Bit Rate as defined in ETSI TS\_123\_401\_[i.4]." + name: erab_mbr_ul + in: query + required: false + x-exportParamName: Query.Erab_mbr_ul + schema: + type: integer + Query.Erab_gbr_dl: + description: "Guaranteed downlink E-RAB Bit Rate as defined in ETSI TS\_123\_401 [i.4]." + name: erab_gbr_dl + in: query + required: false + x-exportParamName: Query.Erab_gbr_dl + schema: + type: integer + Query.Erab_gbr_ul: + description: "Guaranteed uplink E-RAB Bit Rate as defined in ETSI TS\_123\_401 [i.4]." + name: erab_gbr_ul + in: query + required: false + x-exportParamName: Query.Erab_gbr_ul + schema: + type: integer + Query.App_ins_id1: + description: Comma separated list of application instance identifiers. + name: app_ins_id + in: query + required: true + x-exportParamName: Query.App_ins_id1 + schema: + type: array + items: + type: string + Query.Temp_ue_id: + description: Comma separated list of temporary identifiers allocated for the specific UEs as defined in ETSI TS 136 413 [i.3]. + name: temp_ue_id + in: query + required: false + x-exportParamName: Query.Temp_ue_id + schema: + type: array + items: + type: string + Query.Erab_id1: + description: Comma separated list of E-RAB identifiers. + name: erab_id + in: query + required: false + x-exportParamName: Query.Erab_id1 + schema: + type: array + items: + type: integer + Query.Cell_id1: + description: "Comma separated list of E-UTRAN Cell Identities each defined as a bit string (size (28)), as defined in ETSI TS\_136\_413 [i.3]." + name: cell_id + in: query + required: false + x-exportParamName: Query.Cell_id1 + schema: + type: array + items: + type: string + Query.Dl_gbr_prb_usage_cell: + description: "It indicates the PRB usage for downlink GBR traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS\_136\_423\_[i.12]." + name: dl_gbr_prb_usage_cell + in: query + required: false + x-exportParamName: Query.Dl_gbr_prb_usage_cell + schema: + type: integer + Query.Ul_gbr_prb_usage_cell: + description: "It indicates (in percentage) the PRB usage for uplink GBR traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS\_136\_423\_[i.12]." + name: ul_gbr_prb_usage_cell + in: query + required: false + x-exportParamName: Query.Ul_gbr_prb_usage_cell + schema: + type: integer + Query.Dl_nongbr_prb_usage_cell: + description: It indicates (in percentage) the PRB usage for downlink nonGBR traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS 136 423 [i.12]. + name: dl_nongbr_prb_usage_cell + in: query + required: false + x-exportParamName: Query.Dl_nongbr_prb_usage_cell + schema: + type: integer + Query.Ul_nongbr_prb_usage_cell: + description: "It indicates (in percentage) the PRB usage for uplink nonGBR traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS\_136\_423 [i.12]." + name: ul_nongbr_prb_usage_cell + in: query + required: false + x-exportParamName: Query.Ul_nongbr_prb_usage_cell + schema: + type: integer + Query.Dl_total_prb_usage_cell: + description: "It indicates (in percentage) the PRB usage for total downlink traffic, as defined in ETSI TS 136 314 [i.11] and ETSI TS\_136\_423 [i.12]." + name: dl_total_prb_usage_cell + in: query + required: false + x-exportParamName: Query.Dl_total_prb_usage_cell + schema: + type: integer + Query.Ul_total_prb_usage_cell: + description: "It indicates (in percentage) the PRB usage for total uplink traffic, as defined in ETSI TS 136 314 [i.11] and \nETSI\_TS\_136\_423 [i.12]." + name: ul_total_prb_usage_cell + in: query + required: false + x-exportParamName: Query.Ul_total_prb_usage_cell + schema: + type: integer + Query.Received_dedicated_preambles_cell: + description: It indicates (in percentage) the received dedicated preamples, as defined in ETSI TS 136 314 [i.11]. + name: received_dedicated_preambles_cell + in: query + required: false + x-exportParamName: Query.Received_dedicated_preambles_cell + schema: + type: integer + Query.Received_randomly_selecte_preambles_low_range_cell: + description: "It indicates (in percentage) the received randomly selected preambles in the low range, as defined in ETSI TS\_136\_314\_[i.11]." + name: received_randomly_selecte_preambles_low_range_cell + in: query + required: false + x-exportParamName: Query.Received_randomly_selecte_preambles_low_range_cell + schema: + type: integer + Query.Received_randomly_selected_preambles_high_range_cell: + description: "It indicates (in percentage) the received randomly selected preambles in the high range, as defined in ETSI TS\_136\_314\_[i.11]." + name: received_randomly_selected_preambles_high_range_cell + in: query + required: false + x-exportParamName: Query.Received_randomly_selected_preambles_high_range_cell + schema: + type: integer + Query.Number_of_active_ue_dl_gbr_cell: + description: It indicates the number of active UEs with downlink GBR traffic, as defined in ETSI TS 136 314 [i.11]. + name: number_of_active_ue_dl_gbr_cell + in: query + required: false + x-exportParamName: Query.Number_of_active_ue_dl_gbr_cell + schema: + type: integer + Query.Number_of_active_ue_ul_gbr_cell: + description: It indicates the number of active UEs with uplink GBR traffic, as defined in ETSI TS 136 314 [i.11]. + name: number_of_active_ue_ul_gbr_cell + in: query + required: false + x-exportParamName: Query.Number_of_active_ue_ul_gbr_cell + schema: + type: integer + Query.Number_of_active_ue_dl_nongbr_cell: + description: It indicates the number of active UEs with downlink non-GBR traffic, as defined in ETSI TS 136 314 [i.11]. + name: number_of_active_ue_dl_nongbr_cell + in: query + required: false + x-exportParamName: Query.Number_of_active_ue_dl_nongbr_cell + schema: + type: integer + Query.Number_of_active_ue_ul_nongbr_cell: + description: It indicates the number of active UEs with uplink non-GBR traffic, as defined in ETSI TS 136 314 [i.11]. + name: number_of_active_ue_ul_nongbr_cell + in: query + required: false + x-exportParamName: Query.Number_of_active_ue_ul_nongbr_cell + schema: + type: integer + Query.Dl_gbr_pdr_cell: + description: "It indicates the packet discard rate in percentage of the downlink GBR traffic in a cell, as defined in ETSI TS\_136\_314\_[i.11]." + name: dl_gbr_pdr_cell + in: query + required: false + x-exportParamName: Query.Dl_gbr_pdr_cell + schema: + type: integer + Query.Ul_gbr_pdr_cell: + description: It indicates the packet discard rate in percentage of the uplink GBR traffic in a cell, as defined in ETSI TS 136 314 [i.11]. + name: ul_gbr_pdr_cell + in: query + required: false + x-exportParamName: Query.Ul_gbr_pdr_cell + schema: + type: integer + Query.Dl_nongbr_pdr_cell: + description: "It indicates the packet discard rate in percentage of the downlink non-GBR traffic in a cell, as defined in ETSI TS\_136\_314 [i.11]." + name: dl_nongbr_pdr_cell + in: query + required: false + x-exportParamName: Query.Dl_nongbr_pdr_cell + schema: + type: integer + Query.Ul_nongbr_pdr_cell: + description: It indicates the packet discard rate in percentage of the uplink non-GBR traffic in a cell, as defined in ETSI TS 136 314 [i.11]. + name: ul_nongbr_pdr_cell + in: query + required: false + x-exportParamName: Query.Ul_nongbr_pdr_cell + schema: + type: integer + Query.Dl_gbr_delay_ue: + description: It indicates the packet delay of the downlink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + name: dl_gbr_delay_ue + in: query + required: false + x-exportParamName: Query.Dl_gbr_delay_ue + schema: + type: integer + Query.Ul_gbr_delay_ue: + description: It indicates the packet delay of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + name: ul_gbr_delay_ue + in: query + required: false + x-exportParamName: Query.Ul_gbr_delay_ue + schema: + type: integer + Query.Dl_nongbr_delay_ue: + description: It indicates the packet delay of the downlink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + name: dl_nongbr_delay_ue + in: query + required: false + x-exportParamName: Query.Dl_nongbr_delay_ue + schema: + type: integer + Query.Ul_nongbr_delay_ue: + description: It indicates the packet delay of the uplink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + name: ul_nongbr_delay_ue + in: query + required: false + x-exportParamName: Query.Ul_nongbr_delay_ue + schema: + type: integer + Query.Dl_gbr_pdr_ue: + description: "It indicates the packet discard rate in percentage of the downlink GBR traffic of a UE, as defined in ETSI TS\_136\_314\_[i.11]." + name: dl_gbr_pdr_ue + in: query + required: false + x-exportParamName: Query.Dl_gbr_pdr_ue + schema: + type: integer + Query.Ul_gbr_pdr_ue: + description: It indicates the packet discard rate in percentage of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + name: ul_gbr_pdr_ue + in: query + required: false + x-exportParamName: Query.Ul_gbr_pdr_ue + schema: + type: integer + Query.Dl_nongbr_pdr_ue: + description: "It indicates the packet discard rate in percentage of the downlink non-GBR traffic of a UE, as defined in ETSI TS\_136\_314 [i.11]." + name: dl_nongbr_pdr_ue + in: query + required: false + x-exportParamName: Query.Dl_nongbr_pdr_ue + schema: + type: integer + Query.Ul_nongbr_pdr_ue: + description: It indicates the packet discard rate in percentage of the uplink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + name: ul_nongbr_pdr_ue + in: query + required: false + x-exportParamName: Query.Ul_nongbr_pdr_ue + schema: + type: integer + Query.Dl_gbr_throughput_ue: + description: It indicates the scheduled throughput of the downlink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + name: dl_gbr_throughput_ue + in: query + required: false + x-exportParamName: Query.Dl_gbr_throughput_ue + schema: + type: integer + Query.Ul_gbr_throughput_ue: + description: It indicates the scheduled throughput of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + name: ul_gbr_throughput_ue + in: query + required: false + x-exportParamName: Query.Ul_gbr_throughput_ue + schema: + type: integer + Query.Dl_nongbr_throughput_ue: + description: It indicates the scheduled throughput of the downlink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + name: dl_nongbr_throughput_ue + in: query + required: false + x-exportParamName: Query.Dl_nongbr_throughput_ue + schema: + type: integer + Query.Ul_nongbr_throughput_ue: + description: It indicates the scheduled throughput of the uplink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + name: ul_nongbr_throughput_ue + in: query + required: false + x-exportParamName: Query.Ul_nongbr_throughput_ue + schema: + type: integer + Query.Dl_gbr_data_volume_ue: + description: It indicates the data volume of the downlink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + name: dl_gbr_data_volume_ue + in: query + required: false + x-exportParamName: Query.Dl_gbr_data_volume_ue + schema: + type: integer + Query.Ul_gbr_data_volume_ue: + description: It indicates the data volume of the uplink GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + name: ul_gbr_data_volume_ue + in: query + required: false + x-exportParamName: Query.Ul_gbr_data_volume_ue + schema: + type: integer + Query.Dl_nongbr_data_volume_ue: + description: It indicates the data volume of the downlink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + name: dl_nongbr_data_volume_ue + in: query + required: false + x-exportParamName: Query.Dl_nongbr_data_volume_ue + schema: + type: integer + Query.Ul_nongbr_data_volume_ue: + description: It indicates the data volume of the uplink non-GBR traffic of a UE, as defined in ETSI TS 136 314 [i.11]. + name: ul_nongbr_data_volume_ue + in: query + required: false + x-exportParamName: Query.Ul_nongbr_data_volume_ue + schema: + type: integer + Query.Subscription_type: + description: "Query parameter to filter on a specific subscription type. Permitted values:\ncell_change\tCell Change \nrab_est\tRAB Establishment\nrab_mod\tRAB Modification\nrab_rel\tRAB Release\nmeas_rep_ue\tUE Measurement Report\nnr_meas_rep_ue\t5G UE Measurement Report\ntiming_advance_ue\tUE Timing Advance\nca_reconf\tCarrier Aggregation Reconfig\ns1_bearer\tS1 Bearer Notification ." + name: subscription_type + in: query + required: false + x-exportParamName: Query.Subscription_type + schema: + type: string + -- GitLab