"description": "Range: 0 to 837. Set the PRACH root sequence index (SIB2.rootSequenceIndex field). It must be different for each neighbour cell operating on the same frequency and sharing the same PRACH configuration.",
"type": "number",
"default": 204
},
{%- else %}
"cell_list": {
"title": "Cell List",
...
...
@@ -290,6 +296,69 @@
"type": "object",
"default": {}
},
"lte_handover_a3_offset": {
"title": "A3 offset for LTE handover",
"description": "RSRP gain offset between gNBs which will trigger handover",
"type": "number",
"default": 6
},
"lte_handover_time_to_trigger": {
"title": "Time to Trigger for LTE handover",
"description": "Time to triger after which LTE handover will be triggered if A3 offset is reached",
"type": "number",
"enum": [
0,
40,
64,
80,
100,
128,
160,
256,
320,
480,
512,
640,
1024,
1280,
2560,
5120
],
"default": 480
},
"ncell_list": {
"title": "Neighbour Cell Info",
"description": "Neighbour Cell Info",
"patternProperties": {
".*": {
"properties": {
"dl_earfcn": {
"title": "DL EARFCN",
"description": "Downlink E-UTRA Absolute Radio Frequency Channel Number of the neighbour cell",
"type": "number"
},
"pci": {
"title": "Physical Cell ID",
"description": "Physical Cell ID of the neighbour cell",
"type": "number"
},
"cell_id": {
"title": "Cell ID",
"description": "Concatenation of enb_id and cell_id of the neighbour cell",
"type": "string"
},
"tac": {
"title": "Tracking Area Code",
"description": "Integer (range 0 to 16777215)",
"type": "number"
}
},
"type": "object"
}
},
"type": "object",
"default": {}
},
"inactivity_timer": {
"title": "Inactivity Timer",
"description": "Send RRC connection release after this time (in ms) of network inactivity.",
"description":"Range: 0 to 837. Set the PRACH root sequence index (SIB2.rootSequenceIndex field). It must be different for each neighbour cell operating on the same frequency and sharing the same PRACH configuration.",
"type":"number",
"default":204
},
"tx_gain":{
"title":"Tx gain",
"description":"Tx gain (in dB)",
...
...
@@ -117,6 +123,69 @@
"type":"object",
"default":{}
},
"lte_handover_a3_offset":{
"title":"A3 offset for LTE handover",
"description":"RSRP gain offset between gNBs which will trigger handover",
"type":"number",
"default":6
},
"lte_handover_time_to_trigger":{
"title":"Time to Trigger for LTE handover",
"description":"Time to triger after which LTE handover will be triggered if A3 offset is reached",
"type":"number",
"enum":[
0,
40,
64,
80,
100,
128,
160,
256,
320,
480,
512,
640,
1024,
1280,
2560,
5120
],
"default":480
},
"ncell_list":{
"title":"Neighbour Cell Info",
"description":"Neighbour Cell Info",
"patternProperties":{
".*":{
"properties":{
"dl_earfcn":{
"title":"DL EARFCN",
"description":"Downlink E-UTRA Absolute Radio Frequency Channel Number of the neighbour cell",
"type":"number"
},
"pci":{
"title":"Physical Cell ID",
"description":"Physical Cell ID of the neighbour cell",
"type":"number"
},
"cell_id":{
"title":"Cell ID",
"description":"Concatenation of enb_id and cell_id of the neighbour cell",
"type":"string"
},
"tac":{
"title":"Tracking Area Code",
"description":"Integer (range 0 to 16777215)",
"type":"number"
}
},
"type":"object"
}
},
"type":"object",
"default":{}
},
"inactivity_timer":{
"title":"Inactivity Timer",
"description":"Send RRC connection release after this time (in ms) of network inactivity.",
"description":"Range: 0 to 837. Set the PRACH root sequence index (SIB2.rootSequenceIndex field). It must be different for each neighbour cell operating on the same frequency and sharing the same PRACH configuration.",
"type":"number",
"default":204
},
"tx_gain":{
"title":"Tx gain",
"description":"Tx gain (in dB)",
...
...
@@ -127,6 +133,69 @@
"type":"object",
"default":{}
},
"lte_handover_a3_offset":{
"title":"A3 offset for LTE handover",
"description":"RSRP gain offset between gNBs which will trigger handover",
"type":"number",
"default":6
},
"lte_handover_time_to_trigger":{
"title":"Time to Trigger for LTE handover",
"description":"Time to triger after which LTE handover will be triggered if A3 offset is reached",
"type":"number",
"enum":[
0,
40,
64,
80,
100,
128,
160,
256,
320,
480,
512,
640,
1024,
1280,
2560,
5120
],
"default":480
},
"ncell_list":{
"title":"Neighbour Cell Info",
"description":"Neighbour Cell Info",
"patternProperties":{
".*":{
"properties":{
"dl_earfcn":{
"title":"DL EARFCN",
"description":"Downlink E-UTRA Absolute Radio Frequency Channel Number of the neighbour cell",
"type":"number"
},
"pci":{
"title":"Physical Cell ID",
"description":"Physical Cell ID of the neighbour cell",
"type":"number"
},
"cell_id":{
"title":"Cell ID",
"description":"Concatenation of enb_id and cell_id of the neighbour cell",
"type":"string"
},
"tac":{
"title":"Tracking Area Code",
"description":"Integer (range 0 to 16777215)",
"type":"number"
}
},
"type":"object"
}
},
"type":"object",
"default":{}
},
"inactivity_timer":{
"title":"Inactivity Timer",
"description":"Send RRC connection release after this time (in ms) of network inactivity.",