X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=ntsimulator%2Fntsim-ng%2Ffeatures%2Fves_heartbeat%2Fves_heartbeat.h;h=b182821a41c6e31a5ff1a6ece06d846dc72df2ad;hb=3bbf9d8a3c81afebcffb2b926cef219336dd53d6;hp=0cea6c71ef82b3fbbd600cfce356356b40145205;hpb=f1d5c9198acde7a7ce296490087cad37e008f688;p=sim%2Fo1-interface.git diff --git a/ntsimulator/ntsim-ng/features/ves_heartbeat/ves_heartbeat.h b/ntsimulator/ntsim-ng/features/ves_heartbeat/ves_heartbeat.h index 0cea6c7..b182821 100644 --- a/ntsimulator/ntsim-ng/features/ves_heartbeat/ves_heartbeat.h +++ b/ntsimulator/ntsim-ng/features/ves_heartbeat/ves_heartbeat.h @@ -19,4 +19,6 @@ #include +int ves_heartbeat_feature_get_status(void); int ves_heartbeat_feature_start(sr_session_ctx_t *current_session); +int ves_heartbeat_feature_stop(void);