-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathconfig.yaml
38 lines (35 loc) · 849 Bytes
/
config.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
# Mongo Configuration
mongo:
name: free5gc
url: mongodb://localhost:27017
# Mobile Country Code value of HPLMN
mcc: "208"
# Mobile Network Code value of HPLMN (2 or 3 digits)
mnc: "93"
# Permanent subscription key
key: 8baf473f2f8fd09487cccbd7097c6862
# Operator code (OP or OPC) of the UE
op: 8e27b6af0e692e750f32667a3b14605d
# Sequence number
sqn: 16f3b3f70fc2
# Authentication Management Field
amf: 8000
# List all the slices
slices:
- sst: 01
sd: 010203
varqi: 9
dnn: internet
- sst: 01
sd: 112233
varqi: 9
dnn: internet2
# PDU Sessions Type for this slice
# possible values are: "IPV4", "IPV6", "IPV4V6", "UNSTRUCTURED", "ETHERNET"
# when omitted, results in "IPV4"
pdu-session-type: "IPV4V6"
# All IMSI of UEs
imsi:
- imsi-208930000000001
- imsi-208930000000002
- imsi-208930000000003