• Robert Schmidt's avatar
    fix: repair RC.mac memory allocation · da35afb0
    Robert Schmidt authored
    - there can be a race between the FlexRAN agent reading the RC.mac and its
      allocation in main.c
    - In order to circumvent this, change the allocation by allocating
      everything "into" a local variable
    - finally "make it visible" by storing  the pointer in RC.mac
    da35afb0
main.c 5.98 KB