JIRA ID:[ODUHIGH-259, ODUHIGH-260]
[o-du/l2.git] / src / ric_stub / ric_stub.c
index 5fcca61..aebf42c 100644 (file)
@@ -82,7 +82,7 @@ void init_log()
  *
  * ****************************************************************/
 
-S16 tst()
+uint8_t tst()
 {
    init_log();   
  
@@ -115,7 +115,7 @@ S16 tst()
 
 void readRicCfg()
 {
-   U32 ipv4_du, ipv4_ric;
+   uint32_t ipv4_du, ipv4_ric;
 
    DU_LOG("\nReading RIC configurations");