aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm/cbsp.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-22CBSP: Fix encoding of warning periodHarald Welte1-4/+4
2021-02-22CBSP: fix encoding/decoding of keep-alive repetition periodHarald Welte1-2/+9
2021-01-03cbsp: Fix parsing DCS in decode of WRITE-REPLACEHarald Welte1-0/+1
2021-01-03cbsp: Fix osmo_cbsp_recv_buffered() for KEEP-ALIVE-COMPLETEHarald Welte1-6/+1
2021-01-03cbsp: Fix encoding of "ETWS Warning Security Info" IEHarald Welte1-2/+5
2020-08-25comment: mention spec reference in cbsp.[ch]Neels Hofmeyr1-0/+1
2019-09-01cbsp: Fix decoding of WRITE-REPLACE payloadHarald Welte1-2/+2
2019-08-31cbsp: Remove printf() statement from early development/debuggingHarald Welte1-1/+0
2019-08-31cbsp: Fix endless loop iteration when decoding cell list IEsHarald Welte1-4/+4
2019-07-21cbsp.c: Remove dead codeHarald Welte1-3/+1
2019-07-20cbsp: Introduce osmo_cbsp_errstrHarald Welte1-28/+99
2019-07-20CBSP (Cell Broadcast Service Protocol; 3GPP TS 48.049) supportHarald Welte1-0/+1409