Configuration Management for CU
- CU server file is added. Which has parsing parameters and also configuration management changes to test.
- Parsing of data for CU, parameters such as gNBID, pMax, mcc, mnc, num_dus, num_cuups, and few more.
- 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.
- Configuration management for CU parameters. Parameter that is configurable is gNBId and planning to add few more parameters.
- 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
- 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