5G-MAG / rt-mbms-modem

MBMS - Modem
https://www.5g-mag.com/5gbroadcast
GNU Affero General Public License v3.0
15 stars 12 forks source link

Modem crash with 10MHz channels #24

Open dsilhavy opened 2 years ago

dsilhavy commented 2 years ago

Describe the bug Problem description by 5G-MAG RT user:

I’m working on a project using feMBMS. Due to the current lack of handsets we’re looking to use the 5G-MAG OBECA . The modem, middleware and gui/wui work really well until we use 10MHz channels (which causes the modem to crash). Is there anyone at 5G-MAG we can talk to to remedy this?

To Reproduce The behavior can be reproduced with the 10MHz sample files:

See: https://github.com/5G-MAG/Documentation-and-Architecture/wiki/Sample-Files

Expected behavior The Modem should be able to handle files with 10MHz bandwidth

dsilhavy commented 2 years ago

Solution from @kuehnhammer :

- edit lib/srslte/lib/src/phy/phch/sch.c
- change #define CALCULATE_BER in line 34 to #undef CALCULATE_BER
- rebuild (cd build; ninja)
dsilhavy commented 2 years ago

We should retest that after the srsRAN migration