PNF Registration to be sent after odu stack is up 51/6451/7
authorHariomGupta <hariom.g@hcl.com>
Wed, 30 Jun 2021 06:22:42 +0000 (11:52 +0530)
committerHariomGupta <hariom.g@hcl.com>
Fri, 2 Jul 2021 09:37:53 +0000 (15:07 +0530)
commit8752ca5273e2f50ea631f80ee71b18b562e8a0ec
tree68c99dfa655c8b01f623dffa19186b7f8271f325
parentc19fa9cfc29c58511772d0b87887d034b38e974b
PNF Registration to be sent after odu stack is up
Issue-Id: ODUHIGH-349

Signed-off-by: HariomGupta <hariom.g@hcl.com>
Change-Id: Icca5b097b02e144339914e49027ca4881856e88f
31 files changed:
Dockerfile
build/config/netconfConfig.json
build/config/netconf_server_ipv6.xml [new file with mode: 0644]
build/odu/makefile
build/scripts/add_netconf_user.sh [new file with mode: 0755]
build/scripts/load_yang.sh [new file with mode: 0755]
build/scripts/troubleshoot_netconf.sh [new file with mode: 0755]
docs/ODU-O1-Arch.jpg
docs/README
docs/installation-guide.rst
docs/overview.rst
src/du_app/du_mgr_main.c
src/o1/ConfigInterface.cpp
src/o1/NrCellCb.cpp
src/o1/NrCellInfo.cpp
src/o1/NrCellList.cpp
src/o1/O1App.cpp
src/o1/O1App.hpp
src/o1/O1Interface.cpp
src/o1/O1Interface.h
src/o1/ves/HttpClient.cpp
src/o1/ves/JsonHelper.cpp
src/o1/ves/JsonHelper.hpp
src/o1/ves/PnfRegistration.cpp
src/o1/ves/PnfRegistrationThread.cpp [new file with mode: 0644]
src/o1/ves/PnfRegistrationThread.hpp [new file with mode: 0644]
src/o1/ves/VesCommonHeader.cpp
src/o1/ves/VesEvent.cpp
src/o1/ves/VesEvent.hpp
src/o1/ves/VesEventHandler.cpp
src/o1/ves/VesEventHandler.hpp