VES PNF Registration Request changes. 23/6023/8
authorHariomGupta <hariom.g@hcl.com>
Mon, 10 May 2021 09:01:36 +0000 (14:31 +0530)
committerHariomGupta <hariom.g@hcl.com>
Wed, 19 May 2021 10:12:11 +0000 (15:42 +0530)
commit1abb4c7602549fc273cc7ef164f33800f93abfbc
tree180248e66b174014aa99a1f8e0d19984ce92f5e7
parent2dc9d6735bc5ff973a761b7d6b3f71f97e95d60e
VES PNF Registration Request changes.

Issue-Id: ODUHIGH-327

Signed-off-by: HariomGupta <hariom.g@hcl.com>
Change-Id: I2b5424e2bdfc3c33995838741f2690c76a12d548
24 files changed:
Dockerfile
build/common/o1.mak
build/common/ves.mak [new file with mode: 0644]
build/config/netconfConfig.json [new file with mode: 0644]
build/config/vesConfig.json [new file with mode: 0644]
build/odu/makefile
build/scripts/install_lib.sh
docs/README
docs/installation-guide.rst
docs/user-guide.rst
src/o1/O1App.cpp
src/o1/ves/HttpClient.cpp [new file with mode: 0644]
src/o1/ves/HttpClient.hpp [new file with mode: 0644]
src/o1/ves/JsonHelper.cpp [new file with mode: 0644]
src/o1/ves/JsonHelper.hpp [new file with mode: 0644]
src/o1/ves/PnfRegistration.cpp [new file with mode: 0644]
src/o1/ves/PnfRegistration.hpp [new file with mode: 0644]
src/o1/ves/VesCommonHeader.cpp [new file with mode: 0644]
src/o1/ves/VesCommonHeader.hpp [new file with mode: 0644]
src/o1/ves/VesEvent.cpp [new file with mode: 0644]
src/o1/ves/VesEvent.hpp [new file with mode: 0644]
src/o1/ves/VesEventHandler.cpp [new file with mode: 0644]
src/o1/ves/VesEventHandler.hpp [new file with mode: 0644]
src/o1/ves/VesUtils.hpp [new file with mode: 0644]