X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcodec_utils%2Fcommon%2Fodu_common_codec.h;h=a502e52dd718ef5e8bddeaff0500190212af0e2b;hb=4d45b914f9e94203603d3b9fdbcb1aad361301dd;hp=f75bf5877a794d8bf54374570cbc136578e8bb2a;hpb=6b44407d464a5a4e060999255233a7cfe78bb0fa;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..a502e52dd 100644 --- a/src/codec_utils/common/odu_common_codec.h +++ b/src/codec_utils/common/odu_common_codec.h @@ -26,9 +26,9 @@ 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 buildPlmnId(Plmn plmn, OCTET_STRING_t *octe); +uint8_t fillBitString(BIT_STRING_t *id, uint8_t unusedBits, uint8_t byteSize, uint8_t val); +uint8_t bitStringToInt(BIT_STRING_t *bitString, uint16_t *val); #endif