blob: 52608acc5e9124ccd12529488abd8c1f207175b8 [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
17config:
Ajay Lotan Thakurdcc602e2021-05-20 11:16:26 -060018 smf:
19 cfgFiles:
20 # https://github.com/free5gc/free5gc/blob/main/config/pcfcfg.yaml
21 smfcfg.conf:
22 configuration:
23 mongodb: # the mongodb connected by this PCF
24 name: smf # name of the mongodb
25 url: mongodb://mongodb:27017
26 pcf:
27 cfgFiles:
28 # https://github.com/free5gc/free5gc/blob/main/config/pcfcfg.yaml
29 pcfcfg.conf:
30 info:
31 version: 1.0.0
32 description: PCF initial local configuration
33 configuration:
34 mongodb: # the mongodb connected by this PCF
35 name: free5gc # name of the mongodb
36 url: mongodb://mongodb:27017
37 nrf:
38 cfgFiles:
39 # https://github.com/free5gc/free5gc/blob/main/config/nrfcfg.yaml
40 nrfcfg.conf:
41 configuration:
42 MongoDBName: free5gc # database name in MongoDB
43 MongoDBUrl: mongodb://mongodb:27017
44 #MongoDBUrl: mongodb://mongodb:27017 #works with db in omec name space
Jeremy Ronquilloaf084f32020-08-24 13:18:47 -070045 spgwc:
46 pfcp: true
Ajay Lotan Thakurdcc602e2021-05-20 11:16:26 -060047 jsonCfgFiles:
48 cp.json:
49 ip_pool_config:
50 ueIpPool:
51 ip: "172.250.0.0"
52 mask: "255.255.0.0"
53 staticUeIpPool:
54 ip: "172.250.1.0"
55 mask: "255.255.255.0"
Jeremy Ronquilloaf084f32020-08-24 13:18:47 -070056 upf:
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -070057 name: "oaisim"
58 sriov:
59 enabled: false
60 hugepage:
61 enabled: false
62 cniPlugin: simpleovs
63 ipam: static
Jeremy Ronquilloaf084f32020-08-24 13:18:47 -070064 cfgFiles:
65 upf.json:
66 mode: af_packet
Ajay Lotan Thakurdcc602e2021-05-20 11:16:26 -060067 cpiface:
68 enable_ue_ip_alloc: false
69 ue_ip_pool: 172.250.0.0/16
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -070070 mme:
71 cfgFiles:
72 config.json:
73 mme:
Ajay Lotan Thakurdcc602e2021-05-20 11:16:26 -060074 logging: debug
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -070075 mcc:
76 dig1: 2
77 dig2: 0
78 dig3: 8
79 mnc:
80 dig1: 0
81 dig2: 1
82 dig3: -1
Ajay Lotan Thakurdcc602e2021-05-20 11:16:26 -060083 plmnlist:
84 #plmn1 - aether common plmn, plmn2 is for comac-in-box
85 plmn1: "mcc=208,mnc=01"
Jeremy Ronquilloaf084f32020-08-24 13:18:47 -070086 apnlist:
87 internet: "spgwc"
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -070088 hss:
89 bootstrap:
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -070090 users:
Jeremy Ronquilloaf084f32020-08-24 13:18:47 -070091 - apn: "internet"
92 key: "465b5ce8b199b49faa5f0a2ee238a6bc"
93 opc: "d4416644f6154936193433dd20a0ace0"
94 sqn: 96
95 imsiStart: "208014567891201"
Jeremy Ronquillo6be909e2020-08-24 09:36:13 -070096 msisdnStart: "1122334455"
97 count: 10
98 # oaisim values
99 enb:
100 mme:
101 address: 127.0.0.1
102 networks:
103 s1u:
104 interface: enb
105 plmn:
106 mcc: "208"
107 mnc: "01"
108 mnc_length: 2
109 ue:
110 sim:
111 msin: "4567891201"
112 api_key: "465b5ce8b199b49faa5f0a2ee238a6bc"
113 opc: "d4416644f6154936193433dd20a0ace0"
114 msisdn: "1122334456"