EGTP receiver thread creation
[o-du/l2.git] / src / du_app / du_sys_info_hdl.c
index b6c80a5..e411fbb 100644 (file)
@@ -276,7 +276,7 @@ uint8_t BuildMibMsg()
       if(!mibMsg)
       {
         DU_LOG("DU APP: MIB msg memory allocation failure");
-        break;
+        return RFAILED;
       }
       BuildMibret =  BuildMib(mibMsg);
       if(BuildMibret != ROK)