X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=sim%2Fo1-interface.git;a=blobdiff_plain;f=ntsimulator%2Fntsim-ng%2Ffeatures%2Fves_heartbeat%2Fves_heartbeat.h;h=b182821a41c6e31a5ff1a6ece06d846dc72df2ad;hp=0cea6c71ef82b3fbbd600cfce356356b40145205;hb=3bbf9d8a3c81afebcffb2b926cef219336dd53d6;hpb=312a154cc4d60a09596fba8fd1259345e048cdc2 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);