FC and LC coverage of E2
[ric-plt/e2.git] / RIC-E2-TERMINATION / sctpThread.h
index 6e22f7b..f67f3e4 100644 (file)
@@ -411,6 +411,8 @@ void buildJsonMessage(ReportingMessages_t &message);
  */
 string translateRmrErrorMessages(int state);
 
+int buildConfiguration(sctp_params_t &sctpParams);
+void startPrometheus(sctp_params_t &sctpParams);
 
 static inline uint64_t rdtscp(uint32_t &aux) {
     uint64_t rax,rdx;
@@ -421,4 +423,9 @@ static inline uint64_t rdtscp(uint32_t &aux) {
 #define RIC_SCTP_CONNECTION_FAILURE  10080
 #endif
 
+#ifdef UNIT_TEST
+int e2_test_main(const int argc, char **argv, sctp_params_t &sctpParams);
+int buildListeningPort(sctp_params_t &sctpParams);
+#endif
+
 #endif //X2_SCTP_THREAD_H