aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/cbch.c
AgeCommit message (Expand)AuthorFilesLines
2019-10-17Fix common misspellings and typosMartin Hauke1-1/+1
2019-05-23cbch: Improve verbosity and extend logging; Always indicate BASIC/EXTD CBCHHarald Welte1-19/+35
2019-05-23cbch: Add counters; queue length limits and CBCH LOAD reportingHarald Welte1-2/+37
2019-05-21cbch: Keep SMSCB queue length counterHarald Welte1-0/+2
2019-05-21cbch: Support Extended CBCHHarald Welte1-24/+44
2019-05-21cbch: Fix memory leak and send error message on invalid SMSCB commandHarald Welte1-0/+3
2019-05-21cbch: Implement support for DEFAULT messageHarald Welte1-13/+37
2019-05-21cbch: Log every RSL SMSCB COMMAND with type and number of blocksHarald Welte1-3/+15
2019-05-21cbch: Refactor get_smscb_block() / remove smscb_msg.next_segHarald Welte1-19/+25
2019-05-21cbch: Implement handling of "Schedule" messageHarald Welte1-2/+10
2018-09-17CBCH: sprinkle some OMSO_ASSERT() and guard against talloc failureHarald Welte1-0/+5
2018-09-17CBCH: Add FIXME comments on queue overflow/underflow handlingHarald Welte1-1/+4
2018-09-09CBCH: Use llist_first_entry_or_null() instead of reinventing itHarald Welte1-4/+2
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte1-11/+7
2016-06-17fix compiler warning: printf format for sizeof()Neels Hofmeyr1-1/+1
2014-12-30SMS-CB: Clean up + centralize generation of NULL blockHarald Welte1-11/+22
2014-12-30SMS-CB: Use GSM412_SEQ_NULL_MSG rather than 0xfHarald Welte1-1/+1
2014-12-30SMS-CB: use gsm412_block_type from libosmocoreHarald Welte1-9/+1
2014-12-30SMS-CB: Use GSM412_ #defines from libosmocore rather than our ownHarald Welte1-10/+8
2014-12-30CBCH: Implement CBCH block segmentation and RSL_MT_SMS_BC_CMDHarald Welte1-2/+189
2014-12-30Initial CBCH supportHarald Welte1-0/+8