Commit bae72d37 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent e375e508
...@@ -2,14 +2,10 @@ ...@@ -2,14 +2,10 @@
"type": "object", "type": "object",
"$schema": "http://json-schema.org/draft-04/schema", "$schema": "http://json-schema.org/draft-04/schema",
"title": "Input Parameters", "title": "Input Parameters",
"required": [
"enb_id",
"gnb_id"
],
"properties": { "properties": {
"enb_id": { "enb_id": {
"title": "eNB ID", "title": "eNB ID",
"description": "eNB ID", "description": "eNB ID. (must be set if there are LTE cells)",
"type": "string" "type": "string"
}, },
"gtp_addr": { "gtp_addr": {
...@@ -38,7 +34,7 @@ ...@@ -38,7 +34,7 @@
}, },
"gnb_id": { "gnb_id": {
"title": "gNB ID", "title": "gNB ID",
"description": "gNB ID", "description": "gNB ID. (must set if there are NR cells)",
"type": "string" "type": "string"
}, },
"gnb_id_bits": { "gnb_id_bits": {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment