X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcodec_utils%2Fcommon%2Fodu_common_codec.h;h=01e0d7a48bca05cdac0ab826648d573db1e49d9d;hb=d18338bde70b043c3dde28b7d88d128c0b138380;hp=f75bf5877a794d8bf54374570cbc136578e8bb2a;hpb=a5530e70a9d414952dadd1688aa9b4280c0dbb5a;p=o-du%2Fl2.git diff --git a/src/codec_utils/common/odu_common_codec.h b/src/codec_utils/common/odu_common_codec.h index f75bf5877..01e0d7a48 100644 --- a/src/codec_utils/common/odu_common_codec.h +++ b/src/codec_utils/common/odu_common_codec.h @@ -26,9 +26,8 @@ char encBuf[ENC_BUF_MAX_LEN]; int encBufSize; int PrepFinalEncBuf(const void *buffer, size_t size, void *encodedBuf); -S16 buildPlmnId(Plmn plmn, OCTET_STRING_t *octe); -S16 fillBitString(BIT_STRING_t *id, U8 unusedBits, U8 byteSize, U8 val); -S16 bitStringToInt(BIT_STRING_t *bitString, U16 *val); +uint8_t fillBitString(BIT_STRING_t *id, uint8_t unusedBits, uint8_t byteSize, uint8_t val); +uint8_t bitStringToInt(BIT_STRING_t *bitString, void *val); #endif