Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modem crash with 10MHz channels #24

Open
dsilhavy opened this issue Feb 4, 2022 · 2 comments
Open

Modem crash with 10MHz channels #24

dsilhavy opened this issue Feb 4, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@dsilhavy
Copy link
Contributor

dsilhavy commented Feb 4, 2022

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 dsilhavy added the bug Something isn't working label Feb 4, 2022
@dsilhavy
Copy link
Contributor Author

dsilhavy commented Feb 4, 2022

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
Copy link
Contributor Author

We should retest that after the srsRAN migration

@dsilhavy dsilhavy self-assigned this Feb 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant