diff --git a/RniAPI.json b/RniAPI.json index 62eb4324dac1c01a93d84377389347cb1571d6f4..b724d619c8953a8147f3f6be018fc64bfd7a959b 100644 --- a/RniAPI.json +++ b/RniAPI.json @@ -2185,11 +2185,11 @@ "susbcription": [ { "href": "http://meAppClient.example.com/rni/v1/notifications/ta/77777", - "subscriptionType": "MEAS_ REPORT_UE" + "subscriptionType": "MEAS_REPORT_UE" }, { "href": "http://meAppClient.example.com/rni/v1/notifications/ta/77778", - "subscriptionType": "MEAS_ REPORT_UE" + "subscriptionType": "MEAS_REPORT_UE" } ] } @@ -2759,11 +2759,11 @@ "susbcription": [ { "href": "http://meAppClient.example.com/rni/v1/notifications/meas_rep_ue/77777", - "subscriptionType": "MEAS_ REPORT_UE" + "subscriptionType": "MEAS_REPORT_UE" }, { "href": "http://meAppClient.example.com/rni/v1/notifications/meas_rep_ue/77778", - "subscriptionType": "MEAS_ REPORT_UE" + "subscriptionType": "MEAS_REPORT_UE" } ] } @@ -5973,7 +5973,10 @@ "type": "object", "properties": { "qci": { - "$ref": "#/definitions/ErabQosParameters_qci" + "$ref": "#/definitions/Qci" + }, + "qci_information": { + "$ref": "#/definitions/QosInformation" } } }, @@ -6407,7 +6410,7 @@ "RAB_ESTABLISHMENT", "RAB_MODIFICATION", "RAB_RELEASE", - "MEAS_ REPORT_UE", + "MEAS_REPORT_UE", "MEAS_TIMING_ADVANCE", "CA_RECONF", "S1_BEARE" @@ -6560,15 +6563,6 @@ "EVENT_W3" ], "example": "EVENT_A3" - }, - "ErabQosParameters_qci": { - "type": "object", - "properties": { - "qosInformation": { - "$ref": "#/definitions/QosInformation" - } - }, - "description": "QoS Class Identifier as defined in TS 23.401" } } } \ No newline at end of file diff --git a/RniAPI.yaml b/RniAPI.yaml index af3098dde823284f8ab5a568d54b723e7a413656..5f2cfe6e7ef613af882b74b96ec2f50feb2134ad 100644 --- a/RniAPI.yaml +++ b/RniAPI.yaml @@ -1523,10 +1523,10 @@ paths: subscription: - href: >- http://meAppClient.example.com/rni/v1/notifications/ta/77777 - subscriptionType: MEAS_ REPORT_UE + subscriptionType: MEAS_REPORT_UE - href: >- http://meAppClient.example.com/rni/v1/notifications/ta/77778 - subscriptionType: MEAS_ REPORT_UE + subscriptionType: MEAS_REPORT_UE '400': description: Bad Request schema: @@ -1911,10 +1911,10 @@ paths: subscription: - href: >- http://meAppClient.example.com/rni/v1/notifications/meas_rep_ue/77777 - subscriptionType: MEAS_ REPORT_UE + subscriptionType: MEAS_REPORT_UE - href: >- http://meAppClient.example.com/rni/v1/notifications/meas_rep_ue/77778 - subscriptionType: MEAS_ REPORT_UE + subscriptionType: MEAS_REPORT_UE '400': description: Bad Request schema: @@ -4428,7 +4428,7 @@ definitions: - RAB_ESTABLISHMENT - RAB_MODIFICATION - RAB_RELEASE - - MEAS_ REPORT_UE + - MEAS_REPORT_UE - MEAS_TIMING_ADVANCE - CA_RECONF - S1_BEARE @@ -4546,4 +4546,4 @@ definitions: properties: qosInformation: $ref: '#/definitions/QosInformation' - description: QoS Class Identifier as defined in TS 23.401 + description: QoS Class Identifier as defined in TS 23.401 \ No newline at end of file