Replaced old SSI function with new macros jira id - ODUHIGH-212
[o-du/l2.git] / src / cu_stub / cu_stub.c
index b5ac4c4..c9a8daa 100644 (file)
@@ -85,7 +85,7 @@ void init_log()
  *
  * ****************************************************************/
 
-S16 tst()
+uint8_t tst()
 {
    init_log();   
    DU_LOG("\nStarting CU_STUB");
@@ -103,7 +103,7 @@ S16 tst()
    sctpCfgReq();
    sctpStartReq();
 
-   RETVALUE(ROK);
+   return ROK;
 }
 
 /*******************************************************************