Skip to content
Snippets Groups Projects
Forked from oai / openairinterface5G
Source project has a limited visibility.
  • Cédric Roux's avatar
    86039424
    T: bugfix: lock required · 86039424
    Cédric Roux authored
    When the user clicks on "next UE" or "prev UE" we change the
    filters of loggers.
    
    At the same time, the main thread of enb.c processes events
    received from the soft-modem and uses the filters, some of them
    maybe in the process of being changed.
    
    Changing the filters is not atomic and has to be protected.
    86039424
    History
    T: bugfix: lock required
    Cédric Roux authored
    When the user clicks on "next UE" or "prev UE" we change the
    filters of loggers.
    
    At the same time, the main thread of enb.c processes events
    received from the soft-modem and uses the filters, some of them
    maybe in the process of being changed.
    
    Changing the filters is not atomic and has to be protected.