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