• Robert Schmidt's avatar
    Bugfix: Rename proto_agent global channel variable · 54da66ee
    Robert Schmidt authored
    The PROTO_AGENT variable holding the channel for various was named as the same
    one for FlexRAN. In C, global variables with the same name are merged into one,
    which had the effect that the same queues where used for PROTO_AGENT and
    FlexRAN, locking the FlexRAN RX thread. Renaming the PROTO_AGENT variable (it
    was introduced second) resolves this issue.
    54da66ee
proto_agent_net_comm.c 5.86 KB