• Cedric Roux's avatar
    lte-softmodem: fix if4p5 (maybe incorrect) · 7967701d
    Cedric Roux authored
    For whatever reason, ru->frame_parms was NULL and the RRU crashed.
    Let's allocated memory.
    
    Also, don't do fp = ru->frame_parms in ru_thread, it seems that it
    takes the value before allocation (so: NULL) and the code crashes
    later on.
    
    Maybe it's not the correct solution. To be refined at some point.
    7967701d
ru_control.c 27.6 KB