X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2Fsrc%2Fntsimulator-manager%2Fsimulator-operations.h;h=3b93e487bf3af727fc6498cb76bc7454e44eefe6;hb=610985b805c2b5c730bbc247ccbf76dd624792d0;hp=f61784e677d3f923940563878e85553c0bd3da11;hpb=29ce368a8b49cb41f3a1640581ff9958ea50ad8c;p=sim%2Fo1-interface.git diff --git a/ntsimulator/src/ntsimulator-manager/simulator-operations.h b/ntsimulator/src/ntsimulator-manager/simulator-operations.h index f61784e..3b93e48 100644 --- a/ntsimulator/src/ntsimulator-manager/simulator-operations.h +++ b/ntsimulator/src/ntsimulator-manager/simulator-operations.h @@ -1,9 +1,19 @@ -/* - * simulator-operations.h - * - * Created on: Mar 9, 2019 - * Author: parallels - */ +/************************************************************************* +* +* Copyright 2019 highstreet technologies GmbH and others +* +* Licensed under the Apache License, Version 2.0 (the "License"); +* you may not use this file except in compliance with the License. +* You may obtain a copy of the License at +* +* http://www.apache.org/licenses/LICENSE-2.0 +* +* Unless required by applicable law or agreed to in writing, software +* distributed under the License is distributed on an "AS IS" BASIS, +* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +* See the License for the specific language governing permissions and +* limitations under the License. +***************************************************************************/ #ifndef SRC_NTSIMULATOR_MANAGER_SIMULATOR_OPERATIONS_H_ #define SRC_NTSIMULATOR_MANAGER_SIMULATOR_OPERATIONS_H_ @@ -86,7 +96,7 @@ int get_docker_containers_operational_state_curl(device_stack_t *theStack); char* get_docker_container_resource_stats(); -int notification_delay_period_changed(int period); +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);