Moving all common header file into common_def.h file
[o-du/l2.git] / src / cu_stub / cu_stub_egtp.c
index b8a82de..e715736 100644 (file)
  
 /* This file contains all EGTP related functionality */
 
-#include <stdio.h>
+#include "common_def.h"
+#include "odu_common_codec.h"
 #include "cu_stub_egtp.h"
+#include "du_log.h"
 
 /* Global variable declaration */
 EgtpGlobalCb egtpCb;
@@ -636,7 +638,7 @@ S16 cuEgtpDatReq()
    BuildEgtpMsg(&egtpMsg);
 
    /* Send Message to peer */
-   while(cnt < 20)
+   while(cnt < 1)
    {
       DU_LOG("\nEGTP : Sending message[%d]", cnt+1);
       cuEgtpSendMsg(egtpMsg.msg);