From 74c148e9053c8f454b7f9a4592fb9ea571b9f9c9 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Thu, 11 Nov 2021 13:37:29 +0100 Subject: [PATCH] ucentral-schema: update to latest HEAD 5c3c572 airtime-fairness: add ATF to the data model Fixes: WIFI-5703 Signed-off-by: John Crispin --- feeds/ucentral/ucentral-schema/Makefile | 2 +- .../files/etc/ucentral/examples/qos.json | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/feeds/ucentral/ucentral-schema/Makefile b/feeds/ucentral/ucentral-schema/Makefile index dba604501..de308e943 100644 --- a/feeds/ucentral/ucentral-schema/Makefile +++ b/feeds/ucentral/ucentral-schema/Makefile @@ -6,7 +6,7 @@ PKG_RELEASE:=1 PKG_SOURCE_URL=https://github.com/blogic/ucentral-schema.git PKG_SOURCE_PROTO:=git PKG_SOURCE_DATE:=2021-02-15 -PKG_SOURCE_VERSION:=dd9708dd735fa0e5fa6407c6a4bf7c492c29e4d2 +PKG_SOURCE_VERSION:=db2770c69b995ee9417b68b5ef95d983fa2fe39b PKG_MAINTAINER:=John Crispin PKG_LICENSE:=BSD-3-Clause diff --git a/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/qos.json b/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/qos.json index d10da39ef..dc6fd60a5 100644 --- a/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/qos.json +++ b/feeds/ucentral/ucentral-schema/files/etc/ucentral/examples/qos.json @@ -2,14 +2,7 @@ "uuid": 2, "globals": { "wireless-multimedia": { - "UP0": [ "DF"], - "UP1": [ "CS1" ], - "UP2": [ "AF11", "AF12", "AF13" ], - "UP3": [ "CS2", "AF21", "AF22", "AF23" ], - "UP4": [ "CS3", "AF31", "AF32", "AF33" ], - "UP5": [ "CS5", "AF41", "AF42", "AF43" ], - "UP6": [ "CS4", "EF" ], - "UP7": [ "CS6" ] + "profile": "rfc8325" } }, "radios": [ @@ -131,6 +124,15 @@ ] } ] + }, + "airtime-fairness": { + "voice-weight": 4, + "packet-threshold": 100, + "bulk-threshold": 50, + "priority-threshold": 30, + "weight-normal": 256, + "weight-priority": 384, + "weight-bulk": 128 } } }