blob: 4b93b99c7ff77c08c1e0e405cd9c71bdee0857f5 [file] [log] [blame]
Andy Bavier21d42052021-11-18 17:04:48 -07001# Copyright 2019-present Open Networking Foundation
2#
3# SPDX-License-Identifier: LicenseRef-ONF-Member-Only-1.0
4mongodb:
5 usePassword: false
6 persistence:
7 enabled: false
8resources:
9 enabled: false
10
11config:
12 managedByConfigPod:
13 enabled: true
14 # syncUrl: http://sdcore-adapter-v3.aether-roc.svc:8080/synchronize
15 smf:
16 cfgFiles:
17 # https://github.com/free5gc/free5gc/blob/main/config/pcfcfg.yaml
18 smfcfg.conf:
19 configuration:
20 mongodb: # the mongodb connected by this PCF
21 name: smf # name of the mongodb
22 url: mongodb://mongodb:27017
23 pcf:
24 cfgFiles:
25 # https://github.com/free5gc/free5gc/blob/main/config/pcfcfg.yaml
26 pcfcfg.conf:
27 info:
28 version: 1.0.0
29 description: PCF initial local configuration
30 configuration:
31 mongodb: # the mongodb connected by this PCF
32 name: free5gc # name of the mongodb
33 url: mongodb://mongodb:27017
34 nrf:
35 cfgFiles:
36 # https://github.com/free5gc/free5gc/blob/main/config/nrfcfg.yaml
37 nrfcfg.conf:
38 configuration:
39 MongoDBName: free5gc # database name in MongoDB
40 MongoDBUrl: mongodb://mongodb:27017
41 #MongoDBUrl: mongodb://mongodb:27017 #works with db in omec name space
42 simapp:
43 cfgFiles:
44 simapp.yaml:
45 configuration:
46 provision-network-slice: true
47 sub-provision-endpt:
48 addr: webui
49 port: 5000
50 subscribers:
51 - ueId-start: 2089300007487
52 ueId-end: 2089300007501
53 plmnId: 20893
54 opc: "981d464c7c52eb6e5036234984ad0bcf"
55 op: ""
56 key: "5122250214c33e723a5dd523fc145fc0"
57 sequenceNumber: "16f3b3f70fc2"
58 device-groups:
59 - name: "5g-gnbsim-user"
60 imsis:
61 - "2089300007487"
62 - "2089300007488"
63 - "2089300007489"
64 - "2089300007490"
65 - "2089300007491"
66 - "2089300007492"
67 - "2089300007493"
68 - "2089300007494"
69 - "2089300007495"
70 - "2089300007496"
71 - "2089300007497"
72 - "2089300007498"
73 - "2089300007499"
74 - "2089300007500"
75 - "2089300007501"
76 ip-domain-name: "pool1"
77 ip-domain-expanded:
78 dnn: internet
79 dns-primary: "8.8.8.8"
80 mtu: 1460
81 ue-ip-pool: "172.250.0.0/16"
82 site-info: "aiab"
83 network-slices:
84 - name: "default"
85 slice-id:
86 sd: "010203"
87 sst: 1
88 site-device-group:
89 - "5g-gnbsim-user"
90 applications-information:
91 - app-name: "default-app"
92 end-port: 40000
93 endpoint: "1.1.1.1/32"
94 protocol: 17
95 start-port: 40000
96 deny-applications:
97 - "iot-app-deny"
98 permit-applications:
99 - "iot-app1-permit"
100 - "iot-app2-permit"
101 qos:
102 downlink: 20
103 traffic-class: "platinum"
104 uplink: 40
105 site-info:
106 gNodeBs:
107 - name: "aiab-gnb1"
108 tac: 1
109 plmn:
110 mcc: "208"
111 mnc: "93"
112 site-name: "aiab"
113 upf:
114 upf-name: "upf"
115 upf-port: 8805