handle WTP QoS IE
This commit is contained in:
@ -113,6 +113,42 @@ application: {
|
||||
current = 100;
|
||||
supported = [ 100 ];
|
||||
};
|
||||
qos = {
|
||||
taggingpolicy = 0; # not used yet
|
||||
voice = {
|
||||
queuedepth = 1; # not used yet
|
||||
cwmin = 2;
|
||||
cwmax = 3;
|
||||
aifs = 2;
|
||||
priority8021p = 0; # not used yet
|
||||
dscp = 0; # not used yet
|
||||
};
|
||||
video = {
|
||||
queuedepth = 1; # not used yet
|
||||
cwmin = 3;
|
||||
cwmax = 4;
|
||||
aifs = 2;
|
||||
priority8021p = 0; # not used yet
|
||||
dscp = 0; # not used yet
|
||||
};
|
||||
|
||||
besteffort = {
|
||||
queuedepth = 1; # not used yet
|
||||
cwmin = 4;
|
||||
cwmax = 10;
|
||||
aifs = 3;
|
||||
priority8021p = 0; # not used yet
|
||||
dscp = 0; # not used yet
|
||||
};
|
||||
background = {
|
||||
queuedepth = 1; # not used yet
|
||||
cwmin = 4;
|
||||
cwmax = 10;
|
||||
aifs = 7;
|
||||
priority8021p = 0; # not used yet
|
||||
dscp = 0; # not used yet
|
||||
};
|
||||
};
|
||||
}
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user