aboutsummaryrefslogtreecommitdiffstats
path: root/src/csn1.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-29cosmetic: Fix ws between if keyword and parenthesisPau Espin Pedrol1-4/+4
2020-05-23csn1: fix csnStreamEncoder(): always check the choice indexVadim Yanitskiy1-4/+6
2020-05-23csn1: fix csnStreamEncoder(): also check length of the choice listVadim Yanitskiy1-1/+7
2020-05-23csn1: fix M_CHOICE: restirct maximum length of the choice listVadim Yanitskiy1-0/+2
2020-03-30csn1: Remove code block from CSN_NEXT_EXIST_LHPau Espin Pedrol1-6/+0
2020-03-30csn1: Properly verify CSN_BITMAP lengthPau Espin Pedrol1-4/+16
2020-03-30csn1: verify enough bits present to decode whole CSN_UINT_ARRAYPau Espin Pedrol1-4/+4
2020-03-30csn1: Fix Several typos & whitespacePau Espin Pedrol1-4/+3
2020-03-30rlcmac: support decode FDD_CELL_INFORMATION of "UTRAN FDD DescriptionPau Espin Pedrol1-1/+7
2020-03-23csn1: Validate recursive array max size during decodingPau Espin Pedrol1-2/+16
2020-03-19csn1.c: Almost all of the logging is DEBUG, not NOTICEHarald Welte1-106/+106
2020-03-11csn1: fix: do not return 0 if no bits left in the bufferVadim Yanitskiy1-4/+4
2020-03-06csn1: fix csnStreamDecoder(): skip bits unhandled by serialize()Vadim Yanitskiy1-0/+7
2020-02-17csn1: use proper format specifier for unsigned integersVadim Yanitskiy1-20/+20
2020-02-17csn1: bitvec_get_uint() may return a negative, use %dVadim Yanitskiy1-1/+1
2020-02-17csn1: fix csnStreamDecoder(): update bit_offset in CSN_EXIST{_LH}Vadim Yanitskiy1-0/+1
2020-02-17csn1: fix csnStreamDecoder(): always keep remaining_bits_len updatedVadim Yanitskiy1-2/+4
2020-02-17csn1: fix csnStreamDecoder(): do not subtract no_of_bits twiceVadim Yanitskiy1-1/+0
2020-02-17csn1: get rid of C++ specific code, compile with GCCVadim Yanitskiy1-0/+2680