aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/bsc_rll.h
AgeCommit message (Collapse)AuthorFilesLines
2011-04-18misc: Move from u_int to uint types of stdint.hHolger Hans Peter Freyther1-3/+3
This was done with sed on the files.
2009-08-09Add new BSC RLL layer of codeHarald Welte1-0/+19
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.