"description":"Activate or inactivate Tx transmission and Rx reception. When inactive RU does no radio.",
"type":"string",
"enum":["ACTIVE","INACTIVE"],
"enum":[
"ACTIVE",
"INACTIVE"
],
"default":"INACTIVE"
},
"cpri_link":{
"title":"CPRI link settings",
"options":{
"dependencies":{
"ru_link_type":"cpri"
}
},
"type":"object",
"required":[
"sdr_dev",
...
...
@@ -78,13 +70,23 @@
"mapping":{
"title":"Mapping method of AxCs on the CPRI",
"type":"string",
"enum":["standard","hw","spread","bf1"]
"enum":[
"standard",
"hw",
"spread",
"bf1"
]
},
"mult":{
"title":"CPRI line bit rate multipler",
"description":"Select the CPRI line bit rate in terms of multiple of option 1 (614.4 Mbps). E.g set 4 for option 3, 8 for option 5 and 16 for option 7",