Skip to content
Snippets Groups Projects
Unverified Commit 2b9cc4c3 authored by Chien-An Hu's avatar Chien-An Hu Committed by GitHub
Browse files

5qi, filter, precedence are required to add flow rules (#41)


* 5qi, filter, precedence are required to add flow rules

* add default 5qi

---------

Co-authored-by: default avatarroy19991013 <80-ChienAn@users.noreply.gitlab.nems.cs.nctu.edu.tw>
parent 14b9be31
No related branches found
No related tags found
No related merge requests found
...@@ -240,6 +240,7 @@ let subModalSchema = { ...@@ -240,6 +240,7 @@ let subModalSchema = {
}, },
FlowInformation: { FlowInformation: {
type: "object", type: "object",
required: ["5qi", "filter", "precedence"],
properties: { properties: {
filter: { filter: {
$ref: "#/definitions/IPFilter", $ref: "#/definitions/IPFilter",
...@@ -257,6 +258,7 @@ let subModalSchema = { ...@@ -257,6 +258,7 @@ let subModalSchema = {
minimum: 0, minimum: 0,
maximum: 255, maximum: 255,
title: "5QI", title: "5QI",
default: 9,
}, },
gbrUL: { gbrUL: {
$ref: "#/definitions/bitRate", $ref: "#/definitions/bitRate",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment