Commit 93d154a2 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 7c2f0d87
NOTE: lte_cell -> forces enb_id to be defined NOTE: lte_cell -> forces enb_id to be defined
NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
XXX link to trx?
XXX link to rrh? (then it is rrh who links to trx, not cell)
"n_antenna_dl XXX -> rrh ?"
"n_antenna_ul XXX -> rrh ?"
"cpri_rx_delay"
"cpri_tx_delay"
"cpri_tx_dbm"
"cpri_port_number"
"tx_gain"
"rx_gain"
{ {
"title": "Cell", "title": "Cell",
"type": "object", "type": "object",
...@@ -17,7 +29,7 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits ...@@ -17,7 +29,7 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
"pci", "pci",
"cell_id", "cell_id",
"tac", "tac",
XXX "rrh"
], ],
"properties": { "properties": {
"cell_type": { "cell_type": {
...@@ -27,9 +39,7 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits ...@@ -27,9 +39,7 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
"hidden": true "hidden": true
} }
}, },
"rf_mode": { "rf_mode": { "$ref": "#/$defs/rf_mode" },
"$ref": "#/$defs/rf_mode"
},
"bandwidth": { "bandwidth": {
"title": "Bandwidth", "title": "Bandwidth",
"description": "Downlink Bandwidth", "description": "Downlink Bandwidth",
...@@ -42,18 +52,7 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits ...@@ -42,18 +52,7 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
"15 MHz", "15 MHz",
"20 MHz" "20 MHz"
] ]
} },
XXX link to trx?
XXX link to rrh? (then it is rrh who links to trx, not cell)
"n_antenna_dl XXX -> rrh ?"
"n_antenna_ul XXX -> rrh ?"
"cpri_rx_delay"
"cpri_tx_delay"
"cpri_tx_dbm"
"cpri_port_number"
"tx_gain"
"rx_gain"
if rf_mode == "TDD": if rf_mode == "TDD":
"tdd_ul_dl_config": { "tdd_ul_dl_config": {
...@@ -78,13 +77,15 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits ...@@ -78,13 +77,15 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
"type": "number", "type": "number",
"default": 1 "default": 1
}, },
"cell_id": { "$ref": "#/$defs/cell_id" },
"tac": { "tac": {
"title": "Tracking Area Code", "title": "Tracking Area Code",
"description": "Tracking Area Code in hexadecimal representation (range 0x0000 to 0xffff)", "description": "Tracking Area Code in hexadecimal representation (range 0x0000 to 0xffff)",
"default": "0x0001", "default": "0x0001",
"type": "string" "type": "string"
}
}
}, },
{ {
"title": "NR Cell", "title": "NR Cell",
"type": "object", "type": "object",
...@@ -93,7 +94,10 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits ...@@ -93,7 +94,10 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
"rf_mode", "rf_mode",
"bandwidth", "bandwidth",
"tdd_ul_dl_config" if rf_mode=="TDD", "tdd_ul_dl_config" if rf_mode=="TDD",
XXX "dl_nr_arfcn",
"pci",
"cell_id",
"rrh"
], ],
"properties": { "properties": {
"cell_type": { "cell_type": {
...@@ -103,7 +107,7 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits ...@@ -103,7 +107,7 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
"hidden": true "hidden": true
} }
}, },
"$ref": "#/$defs/lte_nr_common", "rf_mode": { "$ref": "#/$defs/rf_mode" },
"bandwidth": { "bandwidth": {
"title": "Bandwidth", "title": "Bandwidth",
"description": "Downlink Bandwidth (in MHz)", "description": "Downlink Bandwidth (in MHz)",
...@@ -144,15 +148,13 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits ...@@ -144,15 +148,13 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
"description": "Physical Cell ID", "description": "Physical Cell ID",
"type": "number", "type": "number",
"default": 500 "default": 500
} },
XXX no tac in 5g ? "cell_id": { "$ref": "#/$defs/cell_id" }
} }
} }
], ],
"$defs": { "$defs": {
"lte_nr_common": {
"rf_mode": { "rf_mode": {
"title": "RF mode", "title": "RF mode",
"description": "Frequency- or Time- based multiplexing", "description": "Frequency- or Time- based multiplexing",
...@@ -163,12 +165,8 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits ...@@ -163,12 +165,8 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
"description": "Cell ID", "description": "Cell ID",
"type": "string", "type": "string",
"default": "0x01" "default": "0x01"
} },
} "rrh": {
}
dl_nr_arfcn, tac
XXX cell parameters: frequency, band, cell ID, tac ...
"anyOf": [ "anyOf": [
{ {
"$ref": "rrh_lopcomm/rrh-input-schema.json" "$ref": "rrh_lopcomm/rrh-input-schema.json"
...@@ -176,6 +174,8 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits ...@@ -176,6 +174,8 @@ NOTE: nr cell -> ----//---- gnb_id + gnb_id_bits
{ {
"$ref": "rrh_sunvawe/rrh-input-schema.json" "$ref": "rrh_sunvawe/rrh-input-schema.json"
} }
...
] ]
}
}
} }
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