Skip to content

Cleanup and refactoring at gNB initialization

Guido Casati requested to merge nr-minor-cleanup-gnb into develop

The goal of this MR is to improve readability, maintainability and consistency of gNB initialization functions.

This MR is:

  • cleaning up redundant and unused code
  • refactoring init_gNB, l1_north_init_gNB, RCconfig_NR_L1, NRRCConfig
  • removing redundant memory allocation for gNB RAN context and L1 instances
  • cleaning up redundant log lines
Edited by Guido Casati

Merge request reports