Commit 8bfda1fc authored by M. Rehan Abbasi's avatar M. Rehan Abbasi
Browse files

reformat MEC030 and add predicted qos endpoint link

parent f17a808b
Loading
Loading
Loading
Loading
+6 −6
Original line number Original line Diff line number Diff line
@@ -6,11 +6,11 @@ The following tables list MEC Sandbox supported endpoints for each MEC030 API.


### VIS API
### VIS API
| Supported | Endpoint |  Notes:   |
| Supported | Endpoint |  Notes:   |
| --------- | --------------------------------------- | --------------------------------- |
| --------- | -------- | --------- |
| No        | `/queries/uu_unicast_provisioning_info` | deferred for future consideration |
| No        | `/queries/uu_unicast_provisioning_info` | deferred for future consideration |
| No        | `/queries/uu_mbms_provisioning_info`    | deferred for future consideration |
| No        | `/queries/uu_mbms_provisioning_info`    | deferred for future consideration |
| No        | `/queries/pc5_provisioning_info`        | deferred for future consideration |
| No        | `/queries/pc5_provisioning_info`        | deferred for future consideration |
| Yes       | `/provide_predicted_qos`                |           implemented             |
| Yes       | `/provide_predicted_qos`                |                                   |
| No        | `/publish_v2x_message`                  | deferred for future consideration |
| No        | `/publish_v2x_message`                  | deferred for future consideration |
| No        | `/subscriptions`                        | deferred for future consideration |
| No        | `/subscriptions`                        | deferred for future consideration |
| No        | `/subscriptions/{subscriptionId}`       | deferred for future consideration |
| No        | `/subscriptions/{subscriptionId}`       | deferred for future consideration |
@@ -25,6 +25,6 @@ References:




### Query Endpoints
### Query Endpoints
| Endpoint                                                                                                                                                                                                                                                                                                                                                                                             | Sandbox Usage                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          | Notes                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
| **Endpoint**    | **Sandbox Usage**          | **Notes**          |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| ----------------|--------------------------- | ------------------ |
| /provide_predicted_qos <br><br>This resource is queried to provide predicted QoS of a vehicular UE based on potential route information. Each UE may have different potential routes under consideration. Route information includes route origin and destination; intermediate waypoints may also be provided. Estimated journey start time and arrival time at each location may also be provided. | Input is a set of potential routes that a vehicle may consider for a journey. <br><br> Note: potential routes having the same origin and destination, journey start time and differing intermediate waypoints may be considered as alternatives of a specific journey. <br><br> Output is the predicted QoS, in the form of Reference Signal Received Power (RSRP) and/or Reference Signal Received Quality (RSRQ), as defined in ETSI TS 136 214.  The network emulation algorithms used to calculate RSRP and RSRQ for MEC 012 RNIS are used to caluclate perdicted QoS for MEC 030. | As a Sandbox user, I can use this call to receive predictions of the radio signal conditions expected to be experienced during journey time for different potential routes I may consider (for the same trip or for different planned trips). <br><br> The Sandbox has an internal Prediction Function (PF) which receives route information (route locations, optionally with visiting time information) as input and provides predicted RSRP and RSRQ values for each location of the communicated potential route as output.  <br><br>  The Prediction Function considers diurnal traffic patterns for each zone based on estimated user activity in those areas throughout the day and the predicted QoS values are adjusted accordingly if the visiting time information is also provided in the request depending on the congestion status in those areas around the requested time. |
| [/provide_predicted_qos](https://forge.etsi.org/swagger/ui/?url=https://forge.etsi.org/rep/mec/gs030-vis-api/raw/v2.2.1/MEC030_V2XInformationService.yaml#/QoS/predicted_qosPOST) <br><br>This resource is queried to provide predicted QoS of a vehicular UE based on potential route information. Each UE may have different potential routes under consideration. Route information includes route origin and destination; intermediate waypoints may also be provided. Estimated journey start time and arrival time at each location may also be provided. | Input is a set of potential routes that a vehicle may consider for a journey. <br><br> Note: potential routes having the same origin and destination, journey start time and differing intermediate waypoints may be considered as alternatives of a specific journey. <br><br> Output is the predicted QoS, in the form of Reference Signal Received Power (RSRP) and/or Reference Signal Received Quality (RSRQ), as defined in ETSI TS 136 214.  The network emulation algorithms used to calculate RSRP and RSRQ for MEC 012 RNIS are used to caluclate perdicted QoS for MEC 030. | As a Sandbox user, I can use this call to receive predictions of the radio signal conditions expected to be experienced during journey time for different potential routes I may consider (for the same trip or for different planned trips). <br><br> The Sandbox has an internal Prediction Function (PF) which receives route information (route locations, optionally with visiting time information) as input and provides predicted RSRP and RSRQ values for each location of the communicated potential route as output.  <br><br>  The Prediction Function considers diurnal traffic patterns for each zone based on estimated user activity in those areas throughout the day and the predicted QoS values are adjusted accordingly if the visiting time information is also provided in the request depending on the congestion status in those areas around the requested time. |