Add network emulation feature. 98/6798/1
authorAlex Stancu <alexandru.stancu@highstreet-technologies.com>
Thu, 30 Sep 2021 08:18:20 +0000 (11:18 +0300)
committerAlex Stancu <alexandru.stancu@highstreet-technologies.com>
Thu, 30 Sep 2021 08:18:41 +0000 (11:18 +0300)
commit22cd30649dfac2fcfdf233765aa7feeea7141d96
tree4dd4d801155c72e82015eb354d33a51a658803a9
parentd070d2aa9ae02f9da264d4ca782335f527429b1c
Add network emulation feature.

Issue-ID: SIM-78
Change-Id: I20a9ad92ed09316ab65b9ef74cdbd93b1082a1f6
Signed-off-by: Alex Stancu <alexandru.stancu@highstreet-technologies.com>
18 files changed:
ntsimulator/deploy/base/build_ntsim-ng.sh
ntsimulator/deploy/base/ubuntu.Dockerfile
ntsimulator/deploy/base/yang/nts-network-function.yang
ntsimulator/deploy/blank/container-tag.yaml
ntsimulator/deploy/nts-manager/container-tag.yaml
ntsimulator/deploy/o-ran-du/container-tag.yaml
ntsimulator/deploy/o-ran-ru-fh/container-tag.yaml
ntsimulator/deploy/o-ran/container-tag.yaml
ntsimulator/deploy/x-ran/container-tag.yaml
ntsimulator/ntsim-ng/core/app/app_common.c
ntsimulator/ntsim-ng/core/app/network_function.c
ntsimulator/ntsim-ng/core/datastore/generate.c
ntsimulator/ntsim-ng/core/docker.c
ntsimulator/ntsim-ng/core/xpath.h
ntsimulator/ntsim-ng/features/ves_file_ready/ves_file_ready.c
ntsimulator/ntsim-ng/utils/http_client.c
ntsimulator/ntsim-ng/utils/network_emulation.c [new file with mode: 0644]
ntsimulator/ntsim-ng/utils/network_emulation.h [new file with mode: 0644]