X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcodec_utils%2Fcommon%2Fodu_common_codec.h;h=cc4a0b1747c98060af9ba6ff8cf7624fe7f1cbb3;hb=refs%2Fchanges%2F67%2F4867%2F1;hp=a502e52dd718ef5e8bddeaff0500190212af0e2b;hpb=4d45b914f9e94203603d3b9fdbcb1aad361301dd;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 a502e52dd..cc4a0b174 100644 --- a/src/codec_utils/common/odu_common_codec.h +++ b/src/codec_utils/common/odu_common_codec.h @@ -26,7 +26,7 @@ char encBuf[ENC_BUF_MAX_LEN]; int encBufSize; int PrepFinalEncBuf(const void *buffer, size_t size, void *encodedBuf); -uint8_t buildPlmnId(Plmn plmn, OCTET_STRING_t *octe); +uint8_t buildPlmnId(Plmn plmn, uint8_t *buf); 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);