Commit 8f4a81c1 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent c7f4f9d1
......@@ -62,7 +62,7 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
"dl_earfcn": {
"title": "DL EARFCN",
"description": "Downlink E-UTRA Absolute Radio Frequency Channel Number of the cell",
"type": "number"
"type": "integer"
},
"pci": {
"$ref": "#/$defs/pci",
......@@ -124,12 +124,12 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
"dl_nr_arfcn": {
"title": "DL NR ARFCN",
"description": "Downlink NR Absolute Radio Frequency Channel Number of the cell",
"type": "number"
"type": "integer"
},
"nr_band": {
"title": "NR band",
"description": "NR band number",
"type": "number"
"type": "integer"
},
"ssb_pos_bitmap": {
"title": "SSB Position Bitmap",
......@@ -157,7 +157,7 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
"pci": {
"title": "Physical Cell ID",
"description": "Physical Cell ID",
"type": "number"
"type": "integer"
},
"cell_id": {
"title": "Cell ID",
......
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