Skip to content

Configuration Management for CU

Sreeram M requested to merge Sreeram/o1-adapter:main into main
  1. CU server file is added. Which has parsing parameters and also configuration management changes to test.
  2. Parsing of data for CU, parameters such as gNBID, pMax, mcc, mnc, num_dus, num_cuups, and few more.
  3. Populating data from cu related yang modules, the yang modules include _3gpp-nr-nrm-gnbcucpfunction.yang, _3gpp-nr-nrm-nrcellcu.yang, _3gpp-nr-nrm-nrfreqrelation.yang.
  4. Configuration management for CU parameters. Parameter that is configurable is gNBId and planning to add few more parameters.
  5. To run the adapter as cu, du or as monolithic you have to use the main arguments, that is
    ./gnb-adapter --cu for CU
    ./gnb-adapter --du for DU
    ./gnb-adapter --gNB for monolithic
  6. In alarm.c file the num_dus is added.So that further code is developed on alarms for CU to trigger the alarm.
Edited by Sreeram M

Merge request reports

Loading