• Robert Schmidt's avatar
    fix: repair RC.mac memory allocation · b363b71e
    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 allocationg everything
      "into" a local variable
    - finally "make it visible" by storing the pointer in RC.mac
    b363b71e
main.c 5 KB