Add blank type of NTS. 47/6047/2
authorAlex Stancu <alexandru.stancu@highstreet-technologies.com>
Mon, 10 May 2021 16:35:52 +0000 (19:35 +0300)
committerAlex Stancu <alexandru.stancu@highstreet-technologies.com>
Mon, 10 May 2021 17:35:37 +0000 (20:35 +0300)
commit6d03d77e2110c880c63c8716385d2b936ccc4b78
tree5b4642ae5e8827e837e944355269ae263b947195
parentbf88d8188102341e8e0c43a2cf692e980b727e87
Add blank type of NTS.

Add a type of simulated NF which is blank and waiting for YANG models to be uploaded and installed at runtime.

Issue-ID: SIM-68
Change-Id: I2f9b234222563e27afadbb6bf6032288786bfdb7
Signed-off-by: Alex Stancu <alexandru.stancu@highstreet-technologies.com>
32 files changed:
ntsimulator/.env
ntsimulator/deploy/base/build_ntsim-ng.sh
ntsimulator/deploy/base/ubuntu.Dockerfile
ntsimulator/deploy/blank/Dockerfile [new file with mode: 0644]
ntsimulator/deploy/blank/config.json [new file with mode: 0644]
ntsimulator/deploy/blank/container-tag.yaml [new file with mode: 0644]
ntsimulator/deploy/blank/local.Dockerfile [new file with mode: 0644]
ntsimulator/deploy/nts-manager/Dockerfile
ntsimulator/deploy/nts-manager/config.json
ntsimulator/deploy/nts-manager/container-tag.yaml
ntsimulator/deploy/o-ran-du/container-tag.yaml
ntsimulator/deploy/o-ran-ru-fh/config.json
ntsimulator/deploy/o-ran-ru-fh/container-tag.yaml
ntsimulator/deploy/o-ran-ru-fh/data/ietf-interfaces-operational.xml [new file with mode: 0644]
ntsimulator/deploy/o-ran-ru-fh/data/ietf-interfaces-running.xml [new file with mode: 0644]
ntsimulator/deploy/o-ran/container-tag.yaml
ntsimulator/deploy/x-ran/config.json
ntsimulator/deploy/x-ran/container-tag.yaml
ntsimulator/docker-compose.yaml
ntsimulator/nts-ng-docker-image-build-ubuntu.yaml
ntsimulator/ntsim-ng/core/app/blank.c [new file with mode: 0644]
ntsimulator/ntsim-ng/core/app/blank.h [new file with mode: 0644]
ntsimulator/ntsim-ng/core/app/network_function.c
ntsimulator/ntsim-ng/core/app/supervisor.c
ntsimulator/ntsim-ng/core/app/supervisor.h
ntsimulator/ntsim-ng/core/framework.c
ntsimulator/ntsim-ng/core/framework.h
ntsimulator/ntsim-ng/features/ves_file_ready/ves_file_ready.c
ntsimulator/ntsim-ng/main.c
ntsimulator/ntsim-ng/utils/rand_utils.c
ntsimulator/ntsim-ng/utils/sys_utils.c
ntsimulator/ntsim-ng/utils/sys_utils.h