blob: 0695c6e2321bd5cbc1bb2aef264e135a69962f46 [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
Andy Bavier4f2204c2022-01-06 15:45:53 -070014 # syncUrl: http://sdcore-adapter-v4.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:
Andy Bavier0a055a52022-01-07 10:46:17 -070051 - ueId-start: 208930100007487
52 ueId-end: 208930100007501
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:
Andy Bavier0a055a52022-01-07 10:46:17 -070061 - "208930100007487"
62 - "208930100007488"
63 - "208930100007489"
64 - "208930100007490"
65 - "208930100007491"
66 - "208930100007492"
67 - "208930100007493"
68 - "208930100007494"
69 - "208930100007495"
70 - "208930100007496"
71 - "208930100007497"
72 - "208930100007498"
73 - "208930100007499"
74 - "208930100007500"
75 - "208930100007501"
badhri85749cd282021-07-26 19:22:12 -050076 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"
Andy Bavier21d42052021-11-18 17:04:48 -070082 ue-dnn-qos:
83 dnn-mbr-downlink: 20000000
84 dnn-mbr-uplink: 4000000
85 bitrate-unit: bps
86 traffic-class: #default bearer QCI/ARP
87 name: "platinum"
88 qci: 9
89 arp: 6
90 pdb: 300
91 pelr: 6
badhri85749cd282021-07-26 19:22:12 -050092 site-info: "aiab"
93 network-slices:
94 - name: "default"
95 slice-id:
96 sd: "010203"
97 sst: 1
98 site-device-group:
99 - "5g-gnbsim-user"
Andy Bavier21d42052021-11-18 17:04:48 -0700100 application-filtering-rules:
101 - rule-name: "ALLOW-ALL"
102 priority: 250
103 action: "permit"
104 endpoint: "0.0.0.0/0"
badhri85749cd282021-07-26 19:22:12 -0500105 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