aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/iuup.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-27gsm: use OSMO_ASSERT() in osmo_iuup_msgb_alloc_c()Vadim Yanitskiy1-1/+1
2022-06-29iuup: Explicitly mark default case as unexpected with assertPau Espin Pedrol1-0/+2
2022-06-13iuup: Fix Handling of subsequent Initialization msgsPau Espin Pedrol1-0/+10
2022-06-13iuup: Drop unused eventsPau Espin Pedrol1-6/+0
2022-06-13iuup: Add missing state to bitmask for st SMpSDU_Data_Transfer_ReadyPau Espin Pedrol1-1/+2
2022-05-27iuup: Fix IPTIs_present not set to 0 if no IPTIs receivedPau Espin Pedrol1-0/+1
2022-05-25iuup: Rework API to support RFCI IDs != RFCI indexPau Espin Pedrol1-39/+60
2022-01-18iuup: do not use illegal characters in state/event names.Philipp Maier1-11/+11
2022-01-10iuup: Improve CRC checksum error loggingPau Espin Pedrol1-3/+8
2022-01-07iuup: Submit RNL-STATUS-Initialization.ind upon rx of InitPau Espin Pedrol1-0/+23
2022-01-05iuup: Fix decoding of 1byte-length subflow size fieldsPau Espin Pedrol1-1/+1
2021-12-24iuup: Fix signed/unsigned loop counter control flow issueHarald Welte1-1/+1
2021-12-22Introduce CRC and FSM for IuUP (user plane) as used in 3G RTP dataHarald Welte1-0/+1007