| 4. Start the MEC application or environment | MEC Application will have a set of route points in the form of geo coordinates (lat/long) for all potential routes that a vehicular UE may take on its journey. <br><br> The MEC application should be able to provide this information in the form of a standard data model specified in ETSI GS MEC030 v2.2.1 |
| 5. `POST .../<user-specific-mec-sandbox-url>/mep1/vis/v2/provide_predicted_qos` | Request body for the `POST .../provide_predicted_qos` request contains route(s) information and is formulated by populating the relevant attributes in the standard `PredictedQos` data model, specified in "ETSI GS MEC030 v2.2.1" <br><br> See Swagger UI by using the ["Try-it in browser" option](../Sandbox-User-Interface#sbox05a) for more information on the PredictedQos data model and example request & response bodies for the `/provide_predicted_qos` endpoint |
| 6. MEC application parses the received `PredictedQos` data model in the response body to determine the best possible route based on the RSRP and RSRQ values that are returned by the V2X Information service | Depending on the design scenario and implementation logic of user's MEC application, a decision can be made for the best possible route on the basis of available predicted QoS values or the information could be relayed to the vehicular UE as is. <br><br> Accurate and timely predictions of radio environment at locations planned to be visied by the vehicle can enable the UE to decide whether to trigger, modify or postpone the application of certain V2X functionalities and/or download of content delivery / software packages |
| 7. Stop the MEC Application | |
| 8. Terminate the MEC sandbox scenario | |
| 9. Logout of the MEC Sandbox | |
| 7. V2X message distribution | This clause describes the CURL commands to use to manage the MEC Sandbox V2X message distribution.<br><br>See Annex 1 for more details.|
| 8. Stop the MEC Application | |
| 9. Terminate the MEC sandbox scenario | |
| 10. Logout of the MEC Sandbox | |
# Annex 1: The CURL commands for testing V2X message distribution