Replaced old SSI function with new macros jira id - ODUHIGH-212
[o-du/l2.git] / src / codec_utils / common / odu_common_codec.h
index f75bf58..a502e52 100644 (file)
@@ -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