pdsch_enodeb: fixed data transmission not enabled

master
Ismael Gomez 9 years ago
parent 7cce2467e2
commit 4e2d9631c5

@ -597,12 +597,12 @@ int main(int argc, char **argv) {
for (i=0;i<pdsch_cfg.grant.mcs.tbs/8;i++) { for (i=0;i<pdsch_cfg.grant.mcs.tbs/8;i++) {
data[i] = rand()%256; data[i] = rand()%256;
} }
/* Uncomment this to transmit on sf 0 and 5 only /* Uncomment this to transmit on sf 0 and 5 only */
if (sf_idx != 0 && sf_idx != 5) { if (sf_idx != 0 && sf_idx != 5) {
send_data = true; send_data = true;
} else { } else {
send_data = false; send_data = false;
}*/ }
} }
if (send_data) { if (send_data) {

Loading…
Cancel
Save