From 1e33b7dd373908241429c2bdb1e96c19bf551e02 Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Thu, 16 Jun 2022 16:55:21 +0200 Subject: [PATCH] example config: some thoughs about static profiles --- configs/open5gs/pcrf.yaml.in | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/configs/open5gs/pcrf.yaml.in b/configs/open5gs/pcrf.yaml.in index 25da8a2ef..81e90c042 100644 --- a/configs/open5gs/pcrf.yaml.in +++ b/configs/open5gs/pcrf.yaml.in @@ -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: #