rf_zmq: increase param len to capture longer rf args

This commit is contained in:
Andre Puschmann 2020-03-03 14:16:34 +01:00
parent ad9e126299
commit 31673d1797
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
#include "srslte/phy/rf/rf.h"
#define DEVNAME_ZMQ "ZeroMQ"
#define PARAM_LEN (128)
#define PARAM_LEN (256)
#define PARAM_LEN_SHORT (PARAM_LEN / 2)
SRSLTE_API int rf_zmq_open(char* args, void** handler);