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 = {
},
FlowInformation: {
type: "object",
required: ["5qi", "filter", "precedence"],
properties: {
filter: {
$ref: "#/definitions/IPFilter",
......@@ -257,6 +258,7 @@ let subModalSchema = {
minimum: 0,
maximum: 255,
title: "5QI",
default: 9,
},
gbrUL: {
$ref: "#/definitions/bitRate",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment