Change tag in the yaml file and console errors 13/3913/2
authorBalaji Shankaran <balaji.shankaran@radisys.com>
Fri, 29 May 2020 15:02:47 +0000 (20:32 +0530)
committerBalaji Shankaran <balaji.shankaran@radisys.com>
Fri, 29 May 2020 15:33:52 +0000 (21:03 +0530)
Change-Id: I6a69ae0623957fad00fc146ed75fafae79dc1a12
Signed-off-by: Balaji Shankaran <balaji.shankaran@radisys.com>
Dockerfile
Dockerfile-cu-stub
container-tag.yaml
src/cm/cm_inet.c

index 15f89a8..28a5f0b 100644 (file)
@@ -7,4 +7,4 @@ RUN apt-get update && apt-get install -y libpcap-dev
 
 RUN cd build/odu && make clean_odu odu MACHINE=BIT64 MODE=FDD
 
-#CMD /opt/o-du-l2/bin/odu/odu -f ../config/ssi_mem
+#CMD /opt/o-du-l2/bin/odu/odu
index 19db6d1..6a1d809 100644 (file)
@@ -7,4 +7,4 @@ RUN apt-get update && apt-get install -y libpcap-dev
 
 RUN cd build/odu && make clean_cu cu_stub NODE=TEST_STUB MACHINE=BIT64 MODE=FDD
 
-#CMD /opt/o-du-l2/bin/cu_stub/cu_stub -f ../config/ssi_mem
+#CMD /opt/o-du-l2/bin/cu_stub/cu_stub
index 1c47902..c76c788 100644 (file)
@@ -1,4 +1,4 @@
 # The Jenkins job requires a tag to build the Docker image.
 # Global-JJB script assumes this file is in the repo root.
 ---
-tag: 1.0.1
+tag: 1.0.2
index e7c600e..85dca98 100644 (file)
@@ -152,6 +152,7 @@ extern "C" {
 #ifdef NTL_LIB
 #include "ntl_lib.h"
 #endif 
+#include "du_log.h"
 
 \f  
 /* local defines */
@@ -2296,10 +2297,8 @@ U16                port;         /* port number */
             " sockFd->fd(%ld)\n", INET_ERR_CODE, port, sockFd->fd);
       CMINETLOGERROR(ERRCLS_DEBUG, ECMINET010, 0, prntBuf);
 #else
-      /* cm_inet_c_001.main_62:Warning fix */
-      snprintf(prntBuf, CMINET_PRNT_BUF_SIZE, "CmInetSctpConnectx() Failed : error(%d), port(0x%1x),"
-            " sockFd->fd(%d)\n", INET_ERR_CODE, port, sockFd->fd);
-      CMINETLOGERROR(ERRCLS_DEBUG, ECMINET010, 0, prntBuf);
+      DU_LOG("\nCmInetSctpConnectx() Failed : error(%d), port(0x%1x),\
+                  sockFd->fd(%d)\n", INET_ERR_CODE, port, sockFd->fd);
 #endif /*ALIGN_64BIT*/
 #endif /* CMINETDBG */
 
@@ -2778,10 +2777,8 @@ CmInetSctpNotification *ntfy;         /* notification parameters */
             " sockFd->fd(%ld)\n", INET_ERR_CODE, sockFd->fd);
       CMINETLOGERROR(ERRCLS_DEBUG, ECMINET014, 0, prntBuf);
 #else
-      /* cm_inet_c_001.main_62:Warning fix */
-      snprintf(prntBuf, CMINET_PRNT_BUF_SIZE, "cmInetSctpRecvMsg() Failed : error(%d),"
-            " sockFd->fd(%d)\n",  INET_ERR_CODE, sockFd->fd);
-      CMINETLOGERROR(ERRCLS_DEBUG, ECMINET014, 0, prntBuf);
+      DU_LOG("\ncmInetSctpRecvMsg() Failed : error(%d), sockFd->fd(%d)", \
+         INET_ERR_CODE, sockFd->fd);
 #endif /*ALIGN_64BIT*/
 #endif /* CMINETDBG */