Skip to content

Simplify logs in gNB&UE

Robert Schmidt requested to merge logs-refactor-orange into develop
  • reduce the amount of printf() that outputs useless info
  • in MAC, PHY, NGAP, RRC, mark some "important" UE events with LOG_A for better visibility -> can put log_config.global_log_level analysis to only see important stuff
  • in RRC, use some macro to consistently print logs
  • track the cellID of a UE in RRC

Merge request reports