Skip to content

Commit 7990a56

Browse files
authoredAug 24, 2023
Update README.MD to reflect new folder structure
1 parent 2266b07 commit 7990a56

File tree

1 file changed

+9
-16
lines changed

1 file changed

+9
-16
lines changed
 

‎code/API_definitions/README.MD

+9-16
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,13 @@
1-
These APIs are contributed by 5GFF:
1+
The Edge Cloud suite of APIs is split into 4 categories, based on the intents listed [here](https://github.com/camaraproject/EdgeCloud/blob/main/documentation/SupportingDocuments/Harmonisation%20of%20APIs/describing%20and%20harmonising%20the%20Edge%20APIs.md).
22

3-
# MEC Experience Management and Exposure API
4-
This API allows a developer to:
5-
- discover available MEC platforms, ranked by proximity to a UE.
6-
- read the state (availability and capabilities) of an operator's various MEC platforms.
7-
- register a service profile (a description of the developer's edge service) with the MEC operator
8-
- register the deployed service endpoints with the MEC operator, which allows the closest service endpoint to be discovered at runtime
3+
# Discovery
4+
Discover the Edge site with the shortest network path to an end user terminal,find out which is the optimal Edge site for your specifc application, register your Edge-hosted application endpoints for rapid connectivity to the optimal Edge site.
95

10-
The API will also support the following capabilities:
11-
- events(such as change of status of a MEC platform or another event which could affect their service)
12-
- subscription to notification of events.
6+
Workload Orchestration
7+
Lifecycle management of the Edge resources and servers for your applications
138

14-
Since events and subscription notifications can apply to many CAMARA APIs, that part will be defined in the Commonalities working group to ensure consistency.
9+
# Resource Management
10+
Information about the resources (compute, storage, networking etc) at a given Edge site
1511

16-
# Simple Discovery API
17-
This API allows a client application to discover the closest MEC platform to the UE hosting the client application. 'Closest' means 'shorteset network path' as that will give the shortest propogation distance, which is a major factor in latency.
18-
19-
# Traffic Influence API
20-
The Traffic Influence API hides the complexity of the network providing the developer with the possibility to modify the connection policies of UEs and EAS in terms of how the traffic flows. For a 5G network, the UPF connected to the target Data Network can be updated with new traffic steering rules, for a set of users and for a specific time period. Furthermore, in a UE mobility scenario, the PDU Session Anchor, may be relocated to a different UPF considering the requirements provided by the AF.
12+
# Traffic Influence
13+
Influence traffic routing to ensure optimal network perfromance based on user mobility, application demand, best edge site.

0 commit comments

Comments
 (0)
Please sign in to comment.