srsLTE: reduce number of SF for rf_zmq_test

This commit is contained in:
Xavier Arteaga 2019-12-19 12:54:50 +01:00 committed by Andre Puschmann
parent c92dce71b7
commit 892ece8cdd
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#include <zmq.h>
#define NOF_RX_ANT 1
#define NUM_SF (10240)
#define NUM_SF (500)
#define SF_LEN (1920)
#define RF_BUFFER_SIZE (SF_LEN * NUM_SF)
#define TX_OFFSET_MS (4)