From 41f743af6271758b5dd022b2ac447653830a9e5b Mon Sep 17 00:00:00 2001 From: Abderaouf KHICHANE Date: Wed, 27 Apr 2022 14:36:34 +0200 Subject: [PATCH] update instructions for adding a subscriber with Python (#1507) --- misc/db/python/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/db/python/README.md b/misc/db/python/README.md index 50ed6898d..9b9f312ee 100644 --- a/misc/db/python/README.md +++ b/misc/db/python/README.md @@ -24,7 +24,7 @@ slice_data = [ "session": [ { "name": "internet", - "type": 3, "pcc_rule": [], "ambr": {"uplink": {"value": 1, "unit": 0}, "downlink": {"value": 1, "unit": 0}}, + "type": 3, "pcc_rule": [], "ambr": {"uplink": {"value": 1, "unit": 3}, "downlink": {"value": 1, "unit": 3}}, "qos": { "index": 9, "arp": {"priority_level": 8, "pre_emption_capability": 1, "pre_emption_vulnerability": 1} @@ -41,7 +41,7 @@ sub_data = { "subscriber_status": 0, "access_restriction_data": 32, "slice" : slice_data, - "ambr": {"uplink": {"value": 1, "unit": 0}, "downlink": {"value": 1, "unit": 0}}, + "ambr": {"uplink": {"value": 1, "unit": 3}, "downlink": {"value": 1, "unit": 3}}, "security": { "k": "465B5CE8 B199B49F AA5F0A2E E238A6BC", "amf": "8000",