Commit a0b42e50 authored by Lu Xu's avatar Lu Xu 👀

Correct cpu test-config

parent 7085a951
...@@ -19,8 +19,8 @@ ...@@ -19,8 +19,8 @@
#endif #endif
/* the signal is replicated on all the TX antennas */ /* the signal is replicated on all the TX antennas */
#define N_ANTENNA_DL 4 #define N_ANTENNA_DL 2
#define N_ANTENNA_UL 4 #define N_ANTENNA_UL 2
/* Test models from TS 38.141-1 section 4.9.2.2 */ /* Test models from TS 38.141-1 section 4.9.2.2 */
......
This diff is collapsed.
...@@ -20,6 +20,8 @@ ...@@ -20,6 +20,8 @@
/* the signal is replicated on all the TX antennas */ /* the signal is replicated on all the TX antennas */
#define N_ANTENNA_DL 2 #define N_ANTENNA_DL 2
#define N_ANTENNA_UL 2
/* Test models from TS 38.141-1 section 4.9.2.2 */ /* Test models from TS 38.141-1 section 4.9.2.2 */
#define TEST_MODEL "UE-SIM" #define TEST_MODEL "UE-SIM"
...@@ -63,6 +65,7 @@ ...@@ -63,6 +65,7 @@
/* use the channel simulator to replicate the signal on all the /* use the channel simulator to replicate the signal on all the
TX antennas */ TX antennas */
n_antenna_dl: N_ANTENNA_DL, n_antenna_dl: N_ANTENNA_DL,
n_antenna_ul: N_ANTENNA_UL,
channel_dl: { channel_dl: {
type: "awgn", type: "awgn",
noise_level: -200, /* no noise by default */ noise_level: -200, /* no noise by default */
......
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