X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fbase%2Fbuild_ntsim-ng.sh;h=e93ff5b78a097e6e8ba5cda7d778d3744c30de0c;hb=caec2fcb18e829420672509fe5e356b48d0c3840;hp=b64f07156507dbfc974ff81b9d0028bcc5ab6c85;hpb=3bbf9d8a3c81afebcffb2b926cef219336dd53d6;p=sim%2Fo1-interface.git diff --git a/ntsimulator/deploy/base/build_ntsim-ng.sh b/ntsimulator/deploy/base/build_ntsim-ng.sh index b64f071..e93ff5b 100755 --- a/ntsimulator/deploy/base/build_ntsim-ng.sh +++ b/ntsimulator/deploy/base/build_ntsim-ng.sh @@ -33,14 +33,21 @@ files=( "core/app/manager_actions.c" "core/app/manager_sysrepo.c" "core/app/network_function.c" + "core/app/nf_oran_du.c" + "core/app/blank.c" "core/datastore/schema.c" - "core/datastore/generate.c" + "core/datastore/operations.c" "core/datastore/populate.c" + "core/datastore/populate_aux.c" + "core/datastore/populate_late_resolve.c" + "core/datastore/populate_recursive.c" + "core/datastore/populate_validation.c" "core/faults/faults.c" "core/faults/faults_counters.c" "core/faults/faults_processing.c" "core/faults/faults_logic.c" "core/faults/faults_ves.c" + "utils/debug_utils.c" "utils/log_utils.c" "utils/rand_utils.c" "utils/type_utils.c" @@ -48,6 +55,7 @@ files=( "utils/http_client.c" "utils/nts_utils.c" "utils/nc_client.c" + "utils/network_emulation.c" "features/ves_pnf_registration/ves_pnf_registration.c" "features/ves_heartbeat/ves_heartbeat.c" "features/ves_file_ready/ves_file_ready.c"