Commit e9878ad0 authored by rdoost's avatar rdoost

default value for navail_cards should be 1

parent 1788e576
...@@ -282,7 +282,7 @@ uint8_t local_remote_radio = BBU_LOCAL_RADIO_HEAD; ...@@ -282,7 +282,7 @@ uint8_t local_remote_radio = BBU_LOCAL_RADIO_HEAD;
/* struct for ethernet specific parameters given in eNB conf file */ /* struct for ethernet specific parameters given in eNB conf file */
eth_params_t *eth_params; eth_params_t *eth_params;
int navail_cards = 0; int navail_cards = 1;
openair0_config_t openair0_cfg[MAX_CARDS]; openair0_config_t openair0_cfg[MAX_CARDS];
......
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