X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2Fsrc%2Fntsimulator-manager%2Fsimulator-operations.h;h=8958b1de0661947925fa4e16be8067cf576a1628;hb=226e12e7c9b504dc32fcf71f97483bb97195643d;hp=3540eb3d86713e387cfa32e13c26fbddaad71465;hpb=7dbf479029ba8bc528fb61a40ab2647489da28e9;p=sim%2Fo1-interface.git diff --git a/ntsimulator/src/ntsimulator-manager/simulator-operations.h b/ntsimulator/src/ntsimulator-manager/simulator-operations.h index 3540eb3..8958b1d 100644 --- a/ntsimulator/src/ntsimulator-manager/simulator-operations.h +++ b/ntsimulator/src/ntsimulator-manager/simulator-operations.h @@ -105,16 +105,30 @@ 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); int ssh_connections_changed(int number); int tls_connections_changed(int number); +int controller_ip_changed(char *new_ip); +int controller_port_changed(int new_port); +int controller_netconf_call_home_port_changed(int new_port); +int controller_username_changed(char *new_username); +int controller_password_changed(char *new_password); +int netconf_call_home_changed(cJSON_bool new_bool); + int add_key_pair_to_odl(controller_t *controller_list, int controller_list_size); int send_k8s_scale(int number_of_devices); int send_k8s_extend_port(void); +int invoke_device_notification(char *device_id, char *module_name, char *notification_string); + +int pull_docker_image_of_simulated_device(void); + #endif /* SRC_NTSIMULATOR_MANAGER_SIMULATOR_OPERATIONS_H_ */