U8, U16, U32 data type changes
[o-du/l2.git] / src / codec_utils / common / odu_common_codec.h
index cc4a0b1..3a291d3 100644 (file)
@@ -28,7 +28,7 @@ int  encBufSize;
 int PrepFinalEncBuf(const void *buffer, size_t size, void *encodedBuf);
 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);
+uint8_t bitStringToInt(BIT_STRING_t *bitString, void *val);
 
 #endif