X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fcm_tkns.c;h=3020f74ee28814154d947599a55b6a6db5ccfd57;hb=9634ca974c4418c0800090e33d37ef1fe7e8cb30;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..3020f74ee 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); @@ -223,9 +219,8 @@ TknStrOSXL *tknStr; /* token string */ Buffer *mBuf; /* message buffer */ #endif { - U16 ndx; + uint16_t ndx; - TRC2(cmPkTknStrOSXL) if(tknStr->pres) { @@ -272,10 +267,9 @@ TknStrBSXL *tknStr; /* token string */ Buffer *mBuf; /* message buffer */ #endif { - U16 ndx; - U16 len; + uint16_t ndx; + uint16_t len; - TRC2(cmPkTknStrBSXL) if(tknStr->pres) { @@ -326,9 +320,8 @@ TknStrBMP4 *tknStr; /* token string */ Buffer *mBuf; /* message buffer */ #endif { - U8 ndx; + uint8_t ndx; - TRC2(cmPkTknStrBMP4) if(tknStr->pres) { @@ -375,9 +368,8 @@ TknStrBMPXL *tknStr; /* token string */ Buffer *mBuf; /* message buffer */ #endif { - U16 ndx; + uint16_t ndx; - TRC2(cmPkTknStrBMPXL) if(tknStr->pres) { @@ -422,9 +414,8 @@ TknStrUNI4 *tknStr; /* token string */ Buffer *mBuf; /* message buffer */ #endif { - U8 ndx; + uint8_t ndx; - TRC2(cmPkTknStrUNI4) if(tknStr->pres) { @@ -471,9 +462,8 @@ TknStrUNIXL *tknStr; /* token string */ Buffer *mBuf; /* message buffer */ #endif { - U16 ndx; + uint16_t 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); @@ -669,9 +655,7 @@ Buffer *mBuf; /* message buffer */ Ptr ptr; /* pointer to control memory block */ #endif { - U16 ndx; - - TRC2(cmUnpkTknStrOSXL) + uint16_t ndx; CMCHKUNPK(oduPackUInt8, &tknStr->pres, mBuf); @@ -725,10 +709,9 @@ Ptr ptr; /* pointer to control memory block */ Buffer *mBuf; /* message buffer */ #endif { - U16 ndx; - U16 len; + uint16_t ndx; + uint16_t len; - TRC2(cmUnpkTknStrBSXL) CMCHKUNPK(oduPackUInt8, &tknStr->pres, mBuf); @@ -784,9 +767,8 @@ TknStrBMP4 *tknStr; /* token string */ Buffer *mBuf; /* message buffer */ #endif { - U8 ndx; + uint8_t ndx; - TRC2(cmUnpkTknStrBMP4) /* Token Header */ CMCHKUNPK(oduPackUInt8, &tknStr->pres, mBuf); @@ -835,9 +817,8 @@ Buffer *mBuf; /* message buffer */ Ptr ptr; /* pointer to control memory block */ #endif { - U16 ndx; + uint16_t ndx; - TRC2(cmUnpkTknStrBMPXL) CMCHKUNPK(oduPackUInt8, &tknStr->pres, mBuf); @@ -889,9 +870,8 @@ TknStrUNI4 *tknStr; /* token string */ Buffer *mBuf; /* message buffer */ #endif { - U8 ndx; + uint8_t ndx; - TRC2(cmUnpkTknStrUNI4) /* Token Header */ CMCHKUNPK(oduPackUInt8, &tknStr->pres, mBuf); @@ -940,9 +920,8 @@ Buffer *mBuf; /* message buffer */ Ptr ptr; /* pointer to control memory block */ #endif { - U16 ndx; + uint16_t ndx; - TRC2(cmUnpkTknStrUNIXL) CMCHKUNPK(oduPackUInt8, &tknStr->pres, mBuf);