Commit d4bd15f5 authored by Khodr Saaifan's avatar Khodr Saaifan Committed by Thomas Schlichter

increase CirSize to avoid overflow in the case of multi-transmit antennas for gNB

parent 0ae83fac
......@@ -54,7 +54,7 @@
#include <targets/ARCH/rfsimulator/rfsimulator.h>
#define PORT 4043 //default TCP port for this simulator
#define CirSize 307200 // 100ms is enough
#define CirSize 6144000 // 100ms is enough
#define sampleToByte(a,b) ((a)*(b)*sizeof(sample_t))
#define byteToSample(a,b) ((a)/(sizeof(sample_t)*(b)))
......
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