Edit-conf changes for CLA use case. 51/6151/7
authorHariomGupta <hariom.g@hcl.com>
Thu, 27 May 2021 07:55:42 +0000 (13:25 +0530)
committerHariomGupta <hariom.g@hcl.com>
Mon, 7 Jun 2021 08:31:34 +0000 (14:01 +0530)
commit399c1055e8260b87835b3017e63183e725b9d1bd
treeb8072aadd59fe4fd96135aca703ab6772dee224f
parentef723e2e773fc6a6dcff43005569e509201df198
Edit-conf changes for CLA use case.

Issue-Id: ODUHIGH-328

Signed-off-by: HariomGupta <hariom.g@hcl.com>
Change-Id: I4a3b798ec4c9453fa140f15214df0b245efcd41e
20 files changed:
build/common/o1.mak
build/common/ves.mak
build/config/nacm_config.xml [new file with mode: 0644]
build/yang/o-ran-sc-du-hello-world.yang [new file with mode: 0644]
docs/README
docs/installation-guide.rst
src/du_app/du_cell_mgr.c
src/du_app/du_mgr_main.c
src/du_app/du_msg_hdl.c
src/o1/ConfigInterface.cpp
src/o1/ConfigInterface.h
src/o1/GlobalDefs.hpp
src/o1/InitConfig.hpp
src/o1/NrCellCb.cpp [new file with mode: 0644]
src/o1/NrCellCb.hpp [new file with mode: 0644]
src/o1/NrCellInfo.cpp [new file with mode: 0644]
src/o1/NrCellInfo.hpp [new file with mode: 0644]
src/o1/NrCellList.cpp [new file with mode: 0644]
src/o1/NrCellList.hpp [new file with mode: 0644]
src/o1/SessionHandler.cpp