mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-10-29 01:22:25 +00:00
ucentral-schema: update to latest HEAD
5c3c572 airtime-fairness: add ATF to the data model Fixes: WIFI-5703 Signed-off-by: John Crispin <john@phrozen.org>
This commit is contained in:
@@ -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 <john@phrozen.org>
|
||||
PKG_LICENSE:=BSD-3-Clause
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user