summaryrefslogtreecommitdiffstats
path: root/include/osmocore/msgb.h
Commit message (Collapse)AuthorAgeFilesLines
* msgb: introduce msgb->cb (the control buffer)Harald Welte2010-04-301-0/+4
|
* msgb: remove smsh, llch, tlli and gmmhHarald Welte2010-04-301-11/+2
| | | | | This is a lot of GSM/GPRS specific stuff in struct msgb which we want to avoid. The 'control buffer' will replace them.
* remove the unneeded bts_link pointer from msgbHarald Welte2010-04-301-5/+0
|
* osmocore: Add a direct l4h to the union of l4h pointersHolger Hans Peter Freyther2010-03-221-0/+1
| | | | This is needed for the BSSAP code of the On Waves/BSC master branch
* msgb: Buffer formatting and scanning functions.Ingo Albrecht2010-03-071-0/+41
|
* add msgb_l1() and msgb_l1len() inline functionsHarald Welte2010-03-011-0/+6
|
* msgb: add msgb->l1h memberHarald Welte2010-03-011-0/+2
|
* fix msgb_talroom() calculationHarald Welte2010-02-241-1/+1
|
* add msgb and tlv support bits required for openbsc gprs branchHarald Welte2010-02-211-1/+12
|
* intial checkin of the libosmocore projectHarald Welte2010-02-201-0/+114