X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fsrc%2Fntsimulator-manager%2Fsimulator-operations.h;h=8958b1de0661947925fa4e16be8067cf576a1628;hp=364633c20b7ea95b3525b78aeee083b089bc04d6;hb=226e12e7c9b504dc32fcf71f97483bb97195643d;hpb=b8166cdc5294cdee0c717085d659b4a8f0834313 diff --git a/ntsimulator/src/ntsimulator-manager/simulator-operations.h b/ntsimulator/src/ntsimulator-manager/simulator-operations.h index 364633c..8958b1d 100644 --- a/ntsimulator/src/ntsimulator-manager/simulator-operations.h +++ b/ntsimulator/src/ntsimulator-manager/simulator-operations.h @@ -105,6 +105,9 @@ int notification_delay_period_changed(sr_val_t *val, size_t count); int ves_heartbeat_period_changed(int period); int ves_ip_changed(char *new_ip); int ves_port_changed(int new_port); +int ves_username_changed(char *new_username); +int ves_password_changed(char *new_password); +int ves_auth_method_changed(char *new_auth_method); int ves_registration_changed(cJSON_bool new_bool); int is_netconf_available_changed(cJSON_bool new_bool); int is_ves_available_changed(cJSON_bool new_bool);