Commit f3c7d753 authored by Aikaterini's avatar Aikaterini

fix for RRH

parent ff6174ae
...@@ -819,7 +819,7 @@ extern "C" { ...@@ -819,7 +819,7 @@ extern "C" {
*/ */
int device_init(openair0_device *device, openair0_config_t *openair0_cfg){ int device_init(openair0_device *device, openair0_config_t *openair0_cfg){
device->type=LMSSDR_DEV;
printf("LMSSDR: Initializing openair0_device for %s ...\n", ((device->host_type == BBU_HOST) ? "BBU": "RRH")); printf("LMSSDR: Initializing openair0_device for %s ...\n", ((device->host_type == BBU_HOST) ? "BBU": "RRH"));
switch ((int)openair0_cfg[0].sample_rate) { switch ((int)openair0_cfg[0].sample_rate) {
......
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