Add VES stndDefined PM and subscription for O-DU. 25/7125/1
authorAlex Stancu <alexandru.stancu@highstreet-technologies.com>
Thu, 25 Nov 2021 15:50:39 +0000 (17:50 +0200)
committerAlex Stancu <alexandru.stancu@highstreet-technologies.com>
Thu, 25 Nov 2021 15:52:35 +0000 (17:52 +0200)
commitcaec2fcb18e829420672509fe5e356b48d0c3840
tree6d68f172bbe28514878d979e4b9cbcf9fdf5850d
parentf379349d310d61b27d2c0bf7334d2268cc8f42e2
Add VES stndDefined PM and subscription for O-DU.

Issue-ID: SIM-85

Issue-ID: SIM-86
Change-Id: I08423249ecf331593e18f1ba9c86232da6f0832f
Signed-off-by: Alex Stancu <alexandru.stancu@highstreet-technologies.com>
31 files changed:
ntsimulator/deploy/base/build_ntsim-ng.sh
ntsimulator/ntsim-ng/core/app/manager_context.c
ntsimulator/ntsim-ng/core/app/network_function.c
ntsimulator/ntsim-ng/core/app/nf_oran_du.c [new file with mode: 0644]
ntsimulator/ntsim-ng/core/app/nf_oran_du.h [new file with mode: 0644]
ntsimulator/ntsim-ng/core/datastore/generate.c [deleted file]
ntsimulator/ntsim-ng/core/datastore/operations.c [new file with mode: 0644]
ntsimulator/ntsim-ng/core/datastore/operations.h [new file with mode: 0644]
ntsimulator/ntsim-ng/core/datastore/populate.c
ntsimulator/ntsim-ng/core/datastore/populate.h
ntsimulator/ntsim-ng/core/datastore/populate_aux.c [new file with mode: 0644]
ntsimulator/ntsim-ng/core/datastore/populate_internal.h [new file with mode: 0644]
ntsimulator/ntsim-ng/core/datastore/populate_late_resolve.c [new file with mode: 0644]
ntsimulator/ntsim-ng/core/datastore/populate_recursive.c [new file with mode: 0644]
ntsimulator/ntsim-ng/core/datastore/populate_validation.c [new file with mode: 0644]
ntsimulator/ntsim-ng/core/datastore/schema.c
ntsimulator/ntsim-ng/core/datastore/schema.h
ntsimulator/ntsim-ng/core/faults/faults_ves.c
ntsimulator/ntsim-ng/core/framework.c
ntsimulator/ntsim-ng/core/framework.h
ntsimulator/ntsim-ng/core/test.c
ntsimulator/ntsim-ng/core/xpath.h
ntsimulator/ntsim-ng/features/ves_file_ready/ves_file_ready.c
ntsimulator/ntsim-ng/features/ves_heartbeat/ves_heartbeat.c
ntsimulator/ntsim-ng/features/ves_pnf_registration/ves_pnf_registration.c
ntsimulator/ntsim-ng/main.c
ntsimulator/ntsim-ng/utils/debug_utils.c [new file with mode: 0644]
ntsimulator/ntsim-ng/utils/debug_utils.h [moved from ntsimulator/ntsim-ng/core/datastore/generate.h with 69% similarity]
ntsimulator/ntsim-ng/utils/nts_utils.c
ntsimulator/ntsim-ng/utils/nts_utils.h
ntsimulator/ntsim-ng/utils/sys_utils.c