Cleanup and refactoring at gNB initialization
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