blob: 44afdd7c650888e6fa4fc14aa71b5429ca7e95d9 [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
Badhrinath3e081e22020-12-02 15:02:08 -06004mongodb:
5 usePassword: false
6 persistence:
7 enabled: false
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -07008resources:
9 enabled: false
10
11config:
Andy Bavierebf479c2021-09-08 15:47:58 -070012 managedByConfigPod:
13 enabled: true
14 # syncUrl: http://sdcore-adapter-v3.aether-roc.svc:8080/synchronize
Ajay Lotan Thakurdcc602e2021-05-20 11:16:26 -060015 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
Ajay Lotan Thakur980823b2021-06-23 18:55:05 -050042 simapp:
43 cfgFiles:
44 simapp.yaml:
45 configuration:
46 provision-network-slice: true
Andy Bavierebf479c2021-09-08 15:47:58 -070047 sub-provision-endpt:
48 addr: webui
49 port: 5000
badhri85749cd282021-07-26 19:22:12 -050050 subscribers:
51 - ueId-start: 2089300007487
Andy Bavierebf479c2021-09-08 15:47:58 -070052 ueId-end: 2089300007488
badhri85749cd282021-07-26 19:22:12 -050053 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 ip-domain-name: "pool1"
64 ip-domain-expanded:
65 dnn: internet
66 dns-primary: "8.8.8.8"
67 mtu: 1460
68 ue-ip-pool: "172.250.0.0/16"
69 site-info: "aiab"
70 network-slices:
71 - name: "default"
72 slice-id:
73 sd: "010203"
74 sst: 1
75 site-device-group:
76 - "5g-gnbsim-user"
77 applications-information:
78 - app-name: "default-app"
79 end-port: 40000
80 endpoint: "1.1.1.1/32"
81 protocol: 17
82 start-port: 40000
83 deny-applications:
84 - "iot-app-deny"
85 permit-applications:
86 - "iot-app1-permit"
87 - "iot-app2-permit"
88 qos:
Vijaya Rani Tiruveedulaca0c25f2021-10-28 17:14:03 +053089 downlink: 20
badhri85749cd282021-07-26 19:22:12 -050090 traffic-class: "platinum"
Vijaya Rani Tiruveedulaca0c25f2021-10-28 17:14:03 +053091 uplink: 40
badhri85749cd282021-07-26 19:22:12 -050092 site-info:
93 gNodeBs:
94 - name: "aiab-gnb1"
95 tac: 1
96 plmn:
97 mcc: "208"
98 mnc: "93"
99 site-name: "aiab"
100 upf:
101 upf-name: "upf"
102 upf-port: 8805