LOG_D(OCM,"[SIM] Initializing channel (%s) from UE %d to ru %d\n","AWGN",UE_id,ru_id);
...
...
@@ -374,6 +375,7 @@ void init_ocm(void) {
DS_TDL,
0.0,
0,
0,
0);
random_channel(sim.UE2RU[UE_id][ru_id][CC_id],0);
// to make channel reciprocal uncomment following line instead of previous. However this only works for SISO at the moment. For MIMO the channel would need to be transposed.