forked from free5gc/free5gc-compose
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuerouting.yaml
47 lines (43 loc) · 1.94 KB
/
uerouting.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
info:
version: 1.0.7
description: Routing information for UE
ueRoutingInfo: # the list of UE routing information
UE1: # Group Name
members:
- imsi-208930000007487 # Subscription Permanent Identifier of the UE
topology: # Network topology for this group (Uplink: A->B, Downlink: B->A)
# default path derived from this topology
# node name should be consistent with smfcfg.yaml
- A: gNB1
B: BranchingUPF
- A: BranchingUPF
B: AnchorUPF1
specificPath:
- dest: 10.60.0.103/32 # the destination IP address on Data Network (DN)
# the order of UPF nodes in this path. We use the UPF's name to represent each UPF node.
# The UPF's name should be consistent with smfcfg.yaml
path: [BranchingUPF, AnchorUPF2]
UE2: # Group Name
members:
- imsi-208930000007486 # Subscription Permanent Identifier of the UE
topology: # Network topology for this group (Uplink: A->B, Downlink: B->A)
# default path derived from this topology
# node name should be consistent with smfcfg.yaml
- A: gNB1
B: BranchingUPF
- A: BranchingUPF
B: AnchorUPF1
specificPath:
- dest: 10.0.0.11/32 # the destination IP address on Data Network (DN)
# the order of UPF nodes in this path. We use the UPF's name to represent each UPF node.
# The UPF's name should be consistent with smfcfg.yaml
path: [BranchingUPF, AnchorUPF2]
routeProfile: # Maintains the mapping between RouteProfileID and ForwardingPolicyID of UPF
MEC1: # Route Profile identifier
forwardingPolicyID: 10 # Forwarding Policy ID of the route profile
pfdDataForApp: # PFDs for an Application
- applicationId: edge # Application identifier
pfds: # PFDs for the Application
- pfdID: pfd1 # PFD identifier
flowDescriptions: # Represents a 3-tuple with protocol, server ip and server port for UL/DL application traffic
- permit out ip from 10.60.0.1 8080 to any