Classification of RIC logs [JIRA ID - ODUHIGH-275]
[o-du/l2.git] / src / ric_stub / ric_stub.c
index 1e31cef..9cf9644 100644 (file)
@@ -18,7 +18,6 @@
 
 /* This functions contains main() for ric_app */
 #include "common_def.h"
-#include "odu_common_codec.h"
 #include "ric_stub.h"
 #include "ric_stub_sctp.h"
 #include "du_log.h"
@@ -83,11 +82,11 @@ void init_log()
  *
  * ****************************************************************/
 
-S16 tst()
+uint8_t tst()
 {
    init_log();   
  
-   DU_LOG("\nStarting RIC_STUB");
+   DU_LOG("\nINFO  --> RIC : Starting RIC_STUB");
    /* Read RIC configurations */
    readRicCfg();
 
@@ -116,9 +115,9 @@ S16 tst()
 
 void readRicCfg()
 {
-   U32 ipv4_du, ipv4_ric;
+   uint32_t ipv4_du, ipv4_ric;
 
-   DU_LOG("\nReading RIC configurations");
+   DU_LOG("\nINFO  --> RIC : Reading RIC configurations");
 
    cmInetAddr((S8*)DU_IP_V4_ADDR, &ipv4_du);
    cmInetAddr((S8*)RIC_IP_V4_ADDR, &ipv4_ric);