aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/cbch.h
AgeCommit message (Collapse)AuthorFilesLines
2019-05-23cbch: Add counters; queue length limits and CBCH LOAD reportingHarald Welte1-0/+8
This adds the final missing part to full CBCH support: * keep a tab on the current queue length for basic + extended CBCH * keep rate counters about the number of sent / transmitted SMSCB * send CBCH LOAD information via RSL to the BSC Change-Id: I7068c7937a60a900c40439115bb84dc3ee0d061f
2019-05-21cbch: Support Extended CBCHHarald Welte1-3/+2
The logic for Extended CBCH are the same as for the Basic CBCH, we just need to * duplicate our related state * parse the optional RSL_IE_SMSCB_CHAN_INDICATOR IE * start to send data on the Extended CBCH (TB=4..7) Change-Id: If2c6dc7da1e2185ab75fc957f8d305ad8db22429 Closes: OS#3535
2014-12-30CBCH: Implement CBCH block segmentation and RSL_MT_SMS_BC_CMDHarald Welte1-0/+16
* CBCH load indications are not yet sent * The queue length is not yet limited!