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

.

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