X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fcm_tkns.c;h=d3ce6dbda9f218efcb0bbf975992692ba7d7a8d6;hb=7c6820e987fadb1102e5891408ad33a8ce36ba95;hp=0f60cab6ec6304d0b78067aaf41e7484235e6e6e;hpb=0a26c487f1b6bbb5217e47b15fa8273b2e749283;p=o-du%2Fl2.git diff --git a/src/cm/cm_tkns.c b/src/cm/cm_tkns.c index 0f60cab6e..d3ce6dbda 100644 --- a/src/cm/cm_tkns.c +++ b/src/cm/cm_tkns.c @@ -78,7 +78,6 @@ TknS16 *tknS16; /* token S16 */ Buffer *mBuf; /* message buffer */ #endif { - TRC2(cmPkTknS16) if (tknS16->pres) { @@ -119,7 +118,6 @@ TknBStr32 *tknStr; /* token string */ Buffer *mBuf; /* message buffer */ #endif { - TRC2(cmPkTknBStr32) CMPKTKNBSTR(tknStr, mBuf); @@ -153,7 +151,6 @@ TknStr8 *tknStr; /* token string */ Buffer *mBuf; /* message buffer */ #endif { - TRC2(cmPkTknStr8) CMPKTKNSTR(tknStr, mBuf); @@ -188,7 +185,6 @@ TknStr16 *tknStr; /* token string */ Buffer *mBuf; /* message buffer */ #endif { - TRC2(cmPkTknStr16) CMPKTKNSTR(tknStr, mBuf); @@ -225,7 +221,6 @@ Buffer *mBuf; /* message buffer */ { U16 ndx; - TRC2(cmPkTknStrOSXL) if(tknStr->pres) { @@ -275,7 +270,6 @@ Buffer *mBuf; /* message buffer */ U16 ndx; U16 len; - TRC2(cmPkTknStrBSXL) if(tknStr->pres) { @@ -328,7 +322,6 @@ Buffer *mBuf; /* message buffer */ { U8 ndx; - TRC2(cmPkTknStrBMP4) if(tknStr->pres) { @@ -377,7 +370,6 @@ Buffer *mBuf; /* message buffer */ { U16 ndx; - TRC2(cmPkTknStrBMPXL) if(tknStr->pres) { @@ -424,7 +416,6 @@ Buffer *mBuf; /* message buffer */ { U8 ndx; - TRC2(cmPkTknStrUNI4) if(tknStr->pres) { @@ -473,7 +464,6 @@ Buffer *mBuf; /* message buffer */ { U16 ndx; - TRC2(cmPkTknStrUNIXL) if(tknStr->pres) { @@ -521,7 +511,6 @@ TknS16 *tknS16; /* token S16 */ Buffer *mBuf; /* message buffer */ #endif { - TRC2(cmUnpkTknS16) /* Token Header */ CMCHKUNPK(oduPackUInt8, &tknS16->pres, mBuf); @@ -562,7 +551,6 @@ TknBStr32 *tknStr; /* token string */ Buffer *mBuf; /* message buffer */ #endif { - TRC2(cmUnpkTknBStr32) CMUNPKTKNBSTR(tknStr, mBuf); @@ -597,7 +585,6 @@ TknStr8 *tknStr; /* token string */ Buffer *mBuf; /* message buffer */ #endif { - TRC2(cmUnpkTknStr8) CMUNPKTKNSTR(tknStr, mBuf); @@ -632,7 +619,6 @@ TknStr16 *tknStr; /* token string */ Buffer *mBuf; /* message buffer */ #endif { - TRC2(cmUnpkTknStr16) CMUNPKTKNSTR(tknStr, mBuf); @@ -671,8 +657,6 @@ Ptr ptr; /* pointer to control memory block */ { U16 ndx; - TRC2(cmUnpkTknStrOSXL) - CMCHKUNPK(oduPackUInt8, &tknStr->pres, mBuf); if(tknStr->pres) @@ -728,7 +712,6 @@ Buffer *mBuf; /* message buffer */ U16 ndx; U16 len; - TRC2(cmUnpkTknStrBSXL) CMCHKUNPK(oduPackUInt8, &tknStr->pres, mBuf); @@ -786,7 +769,6 @@ Buffer *mBuf; /* message buffer */ { U8 ndx; - TRC2(cmUnpkTknStrBMP4) /* Token Header */ CMCHKUNPK(oduPackUInt8, &tknStr->pres, mBuf); @@ -837,7 +819,6 @@ Ptr ptr; /* pointer to control memory block */ { U16 ndx; - TRC2(cmUnpkTknStrBMPXL) CMCHKUNPK(oduPackUInt8, &tknStr->pres, mBuf); @@ -891,7 +872,6 @@ Buffer *mBuf; /* message buffer */ { U8 ndx; - TRC2(cmUnpkTknStrUNI4) /* Token Header */ CMCHKUNPK(oduPackUInt8, &tknStr->pres, mBuf); @@ -942,7 +922,6 @@ Ptr ptr; /* pointer to control memory block */ { U16 ndx; - TRC2(cmUnpkTknStrUNIXL) CMCHKUNPK(oduPackUInt8, &tknStr->pres, mBuf);