X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fntsim-ng%2Fcore%2Fapp%2Fnf_oran_ru_supervision.h;fp=ntsimulator%2Fntsim-ng%2Fcore%2Fapp%2Fnf_oran_ru_supervision.h;h=f663d73ae08b29db5c8bfcb99ab697a175b0b0c1;hp=0000000000000000000000000000000000000000;hb=cc4e489a7955506d31fb3f87900a8d1c239bd586;hpb=f57d4764e3f681d216088f07088366a58f9adba3 diff --git a/ntsimulator/ntsim-ng/core/app/nf_oran_ru_supervision.h b/ntsimulator/ntsim-ng/core/app/nf_oran_ru_supervision.h new file mode 100644 index 0000000..f663d73 --- /dev/null +++ b/ntsimulator/ntsim-ng/core/app/nf_oran_ru_supervision.h @@ -0,0 +1,21 @@ +/************************************************************************* +* +* Copyright 2023 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. +***************************************************************************/ + +#pragma once + +int nf_oran_ru_supervision_init(void); +void nf_oran_ru_supervision_free(void);