step meson options

This commit is contained in:
Alexander Couzens 2022-06-14 23:33:57 +02:00
parent 64e9506555
commit 77affb1112
2 changed files with 33 additions and 1 deletions

View File

@ -1,5 +1,36 @@
db_uri: mongodb://localhost/open5gs
db_json:
default:
af:
ambr:
up: 10000
down: 10000
gmbr:
up: 1000
down: 1000
qci: 4
normal:
ambr:
up: 10000
down: 10000
gmbr:
up: 10000
down: 10000
qci: 5
charging_profiles:
af:
- 1
- 2
- 3
- 4
normal:
- 1
- 2
- 3
- 4
dir:
normal: "/tmp/profiles"
af: "/tmp/profiles_af"
#
# logger:
#

1
meson_options.txt Normal file
View File

@ -0,0 +1 @@
option('mongodb', type : 'boolean', value : 'false', description : 'build with mongo db support')