X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fdu_app%2Fdu_egtp.c;h=3b7799622176e77f1b37e12e665decb66f4e8537;hb=fdf994581c1b672158c911a9a5f7a4191832c695;hp=03befe85edd42e410614cbe6194823f52966708e;hpb=653aa9a77c383713ea88d4b34759b333576646b4;p=o-du%2Fl2.git diff --git a/src/du_app/du_egtp.c b/src/du_app/du_egtp.c index 03befe85e..3b7799622 100644 --- a/src/du_app/du_egtp.c +++ b/src/du_app/du_egtp.c @@ -908,6 +908,8 @@ uint8_t egtpDecodeHdr(Buffer *mBuf, EgtpMsg *egtpMsg) ODU_REM_PRE_MSG(&tmpByte[1], mBuf); ODU_REM_PRE_MSG(&tmpByte[2], mBuf); msgLen = (tmpByte[1] << 8) | tmpByte[2]; + UNUSED(msgLen); + UNUSED(version); //DU_LOG("\nDEBUG --> EGTP : msgLen %d", msgLen);