printf("Error: unable to start rx streaming\r\n");
return(-1);
...
...
@@ -512,10 +566,10 @@ int skiq_add_tx_el(skiq_state_t *skiq, openair0_timestamp ptimestamp,void **buff
if(((txq->tail+1)%SKIQ_MAX_TX_ELM)!=txq->head){// queue is not full
#ifdef DEBUG_SKIQ_TX
//#ifdef DEBUG_SKIQ_TX
printf(ANSI_COLOR_BLUE"skiq_add_tx_el: Adding element at time %lu and size %d to txq (head %d, tail %d, SKIQ_MAX_TX_ELM %d), buff %p\n"ANSI_COLOR_RESET,
@@ -1126,6 +1190,18 @@ int device_init(openair0_device *device, openair0_config_t *openair0_cfg) {
else{
printf("SKIQ Set rx gain to %u dB (offset %d)\n",(uint32_t)openair0_cfg->rx_gain[0]-(int32_t)openair0_cfg[0].rx_gain_offset[0],(int32_t)openair0_cfg[0].rx_gain_offset[0]);