X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2Fdeploy%2Fbase%2Fbuild_ntsim-ng.sh;h=096dc3f1631ca40e26ec61281d4bdb61ed26a4ac;hb=refs%2Fchanges%2F93%2F9193%2F1;hp=aa245943c47f0f2d736adb8ff287568910e9a830;hpb=22cd30649dfac2fcfdf233765aa7feeea7141d96;p=sim%2Fo1-interface.git diff --git a/ntsimulator/deploy/base/build_ntsim-ng.sh b/ntsimulator/deploy/base/build_ntsim-ng.sh index aa24594..096dc3f 100755 --- a/ntsimulator/deploy/base/build_ntsim-ng.sh +++ b/ntsimulator/deploy/base/build_ntsim-ng.sh @@ -33,15 +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" @@ -56,6 +62,7 @@ files=( "features/manual_notification/manual_notification.c" "features/netconf_call_home/netconf_call_home.c" "features/web_cut_through/web_cut_through.c" + "features/ves_o1_pnf_registration/ves_o1_pnf_registration.c" "main.c" )