aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/bsc_rll.c
AgeCommit message (Collapse)AuthorFilesLines
2009-08-09ensure that we use the SACCH where apropriate for RLL connectionsHarald Welte1-1/+11
2009-08-09fix timer and linked list handling of new RLL codeHarald Welte1-1/+5
2009-08-09Add new BSC RLL layer of codeHarald Welte1-0/+104
A caller can call rll_establish(lchan, link_id) and a callback to the GSM RLL code. He will get called back if the RLL link is established or receives some error message, or the establishment times out. We need this for proper SMS implementation, where we need to restablish a SAPI3 RLL link before transmitting the actual CP-DATA messages.