blob: 7734d3a88b14562b4623fe186a3c95a66dac00d0 [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
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -07005# cassandra values
6cassandra:
7 config:
8 cluster_size: 1
9 seed_size: 1
Badhrinath3e081e22020-12-02 15:02:08 -060010mongodb:
11 usePassword: false
12 persistence:
13 enabled: false
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -070014resources:
15 enabled: false
16
badhri85749cd282021-07-26 19:22:12 -050017# Enable Nodeport service in UPF to view BESS graph
18#service:
19# type: NodePort
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -070020config:
Ajay Lotan Thakurdcc602e2021-05-20 11:16:26 -060021 smf:
22 cfgFiles:
23 # https://github.com/free5gc/free5gc/blob/main/config/pcfcfg.yaml
24 smfcfg.conf:
25 configuration:
26 mongodb: # the mongodb connected by this PCF
27 name: smf # name of the mongodb
28 url: mongodb://mongodb:27017
29 pcf:
30 cfgFiles:
31 # https://github.com/free5gc/free5gc/blob/main/config/pcfcfg.yaml
32 pcfcfg.conf:
33 info:
34 version: 1.0.0
35 description: PCF initial local configuration
36 configuration:
37 mongodb: # the mongodb connected by this PCF
38 name: free5gc # name of the mongodb
39 url: mongodb://mongodb:27017
40 nrf:
41 cfgFiles:
42 # https://github.com/free5gc/free5gc/blob/main/config/nrfcfg.yaml
43 nrfcfg.conf:
44 configuration:
45 MongoDBName: free5gc # database name in MongoDB
46 MongoDBUrl: mongodb://mongodb:27017
47 #MongoDBUrl: mongodb://mongodb:27017 #works with db in omec name space
Jeremy Ronquilloaf084f32020-08-24 13:18:47 -070048 spgwc:
49 pfcp: true
badhri85be38a642021-06-07 17:05:27 -050050 cfgFiles:
Ajay Lotan Thakurdcc602e2021-05-20 11:16:26 -060051 cp.json:
52 ip_pool_config:
53 ueIpPool:
54 ip: "172.250.0.0"
55 mask: "255.255.0.0"
56 staticUeIpPool:
57 ip: "172.250.1.0"
58 mask: "255.255.255.0"
Jeremy Ronquilloaf084f32020-08-24 13:18:47 -070059 upf:
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -070060 name: "oaisim"
61 sriov:
62 enabled: false
63 hugepage:
64 enabled: false
65 cniPlugin: simpleovs
66 ipam: static
Jeremy Ronquilloaf084f32020-08-24 13:18:47 -070067 cfgFiles:
68 upf.json:
69 mode: af_packet
Ajay Lotan Thakurdcc602e2021-05-20 11:16:26 -060070 cpiface:
badhri85749cd282021-07-26 19:22:12 -050071 dnn: "8internet"
72 hostname: "upf"
Ajay Lotan Thakurdcc602e2021-05-20 11:16:26 -060073 enable_ue_ip_alloc: false
74 ue_ip_pool: 172.250.0.0/16
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -070075 mme:
76 cfgFiles:
77 config.json:
78 mme:
Ajay Lotan Thakurdcc602e2021-05-20 11:16:26 -060079 logging: debug
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -070080 mcc:
81 dig1: 2
82 dig2: 0
83 dig3: 8
84 mnc:
85 dig1: 0
86 dig2: 1
87 dig3: -1
Ajay Lotan Thakurdcc602e2021-05-20 11:16:26 -060088 plmnlist:
89 #plmn1 - aether common plmn, plmn2 is for comac-in-box
90 plmn1: "mcc=208,mnc=01"
Jeremy Ronquilloaf084f32020-08-24 13:18:47 -070091 apnlist:
92 internet: "spgwc"
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -070093 hss:
94 bootstrap:
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -070095 users:
Jeremy Ronquilloaf084f32020-08-24 13:18:47 -070096 - apn: "internet"
97 key: "465b5ce8b199b49faa5f0a2ee238a6bc"
98 opc: "d4416644f6154936193433dd20a0ace0"
99 sqn: 96
100 imsiStart: "208014567891201"
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -0700101 msisdnStart: "1122334455"
102 count: 10
103 # oaisim values
104 enb:
105 mme:
106 address: 127.0.0.1
107 networks:
108 s1u:
109 interface: enb
110 plmn:
111 mcc: "208"
112 mnc: "01"
113 mnc_length: 2
114 ue:
115 sim:
116 msin: "4567891201"
117 api_key: "465b5ce8b199b49faa5f0a2ee238a6bc"
118 opc: "d4416644f6154936193433dd20a0ace0"
119 msisdn: "1122334456"
Ajay Lotan Thakur980823b2021-06-23 18:55:05 -0500120 simapp:
121 cfgFiles:
122 simapp.yaml:
123 configuration:
124 provision-network-slice: true
badhri85749cd282021-07-26 19:22:12 -0500125 subscribers:
126 - ueId-start: 2089300007487
127 ueId-end: 2089300007487
128 plmnId: 20893
129 opc: "981d464c7c52eb6e5036234984ad0bcf"
130 op: ""
131 key: "5122250214c33e723a5dd523fc145fc0"
132 sequenceNumber: "16f3b3f70fc2"
133 device-groups:
134 - name: "5g-gnbsim-user"
135 imsis:
136 - "2089300007487"
137 - "2089300007488"
138 ip-domain-name: "pool1"
139 ip-domain-expanded:
140 dnn: internet
141 dns-primary: "8.8.8.8"
142 mtu: 1460
143 ue-ip-pool: "172.250.0.0/16"
144 site-info: "aiab"
145 network-slices:
146 - name: "default"
147 slice-id:
148 sd: "010203"
149 sst: 1
150 site-device-group:
151 - "5g-gnbsim-user"
152 applications-information:
153 - app-name: "default-app"
154 end-port: 40000
155 endpoint: "1.1.1.1/32"
156 protocol: 17
157 start-port: 40000
158 deny-applications:
159 - "iot-app-deny"
160 permit-applications:
161 - "iot-app1-permit"
162 - "iot-app2-permit"
163 qos:
164 downlink: 20000000
165 traffic-class: "platinum"
166 uplink: 4000000
167 site-info:
168 gNodeBs:
169 - name: "aiab-gnb1"
170 tac: 1
171 plmn:
172 mcc: "208"
173 mnc: "93"
174 site-name: "aiab"
175 upf:
176 upf-name: "upf"
177 upf-port: 8805