Corrected prompt of Tx scheme selection

master
Xavier Arteaga 7 years ago
parent 2979833364
commit 3dfe42099c

@ -194,7 +194,7 @@ void base_init() {
/* Select transmission mode */
if (srslte_str2mimotype(mimo_type_str, &pdsch_cfg.mimo_type)) {
ERROR("Wrong transmission mode! Allowed modes: single, diversity, cdd");
ERROR("Wrong transmission mode! Allowed modes: single, diversity, cdd and multiplex");
exit(-1);
}

Loading…
Cancel
Save