Commit 5bb62de9 authored by Joanne Hugé's avatar Joanne Hugé

frequency input parameter

parent fc39b238
......@@ -9,7 +9,6 @@
"cell_id",
"bandwidth",
"ru",
"dl_nr_arfcn",
"nr_band"
],
"properties": {
......@@ -42,6 +41,11 @@
"description": "Downlink NR Absolute Radio Frequency Channel Number of the cell",
"type": "integer"
},
"dl_frequency": {
"title": "DL Frequency",
"description": "Downlink frequency of the cell",
"type": "number"
},
"nr_band": {
"title": "NR band",
"description": "NR band number",
......
......@@ -22,6 +22,9 @@
"dl_nr_arfcn": {
"$ref": "cell/nr/input-schema.json#/properties/dl_nr_arfcn"
},
"dl_frequency": {
"$ref": "cell/nr/input-schema.json#/properties/dl_frequency"
},
"ssb_nr_arfcn": {
"$ref": "cell/nr/input-schema.json#/properties/ssb_nr_arfcn"
},
......
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