Commit abcb1375 authored by Walter Featherstone's avatar Walter Featherstone
Browse files

Removed extra space in MEAS_REPORT_UE and implemented MEC(17)000475 regarding...


Removed extra space in MEAS_REPORT_UE and implemented MEC(17)000475 regarding ErabQosParameters, since nesting a structure under an integer doesn’t work

Change-Id: Ic5ec23e3d58851fb690c5f7fe8b85773e2237908
Signed-off-by: Walter Featherstone's avatarfeatherstone <walter.featherstone@viavisolutions.com>
parent 4f473cd4
......@@ -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
......@@ -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
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment