aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocore/msgb.h
AgeCommit message (Expand)AuthorFilesLines
2010-07-25core/msgb: Use the new osmo_panic call to handle errorsSylvain Munaut1-4/+2
2010-07-23msgb: Avoid warnings that the string might contain %s or such..Holger Hans Peter Freyther1-1/+1
2010-07-22msgb: Check for available headroom/tailroom and abort() if we violate itHarald Welte1-4/+31
2010-04-30msgb: introduce msgb->cb (the control buffer)Harald Welte1-0/+4
2010-04-30msgb: remove smsh, llch, tlli and gmmhHarald Welte1-11/+2
2010-04-30remove the unneeded bts_link pointer from msgbHarald Welte1-5/+0
2010-03-22osmocore: Add a direct l4h to the union of l4h pointersHolger Hans Peter Freyther1-0/+1
2010-03-07msgb: Buffer formatting and scanning functions.Ingo Albrecht1-0/+41
2010-03-01add msgb_l1() and msgb_l1len() inline functionsHarald Welte1-0/+6
2010-03-01msgb: add msgb->l1h memberHarald Welte1-0/+2
2010-02-24fix msgb_talroom() calculationHarald Welte1-1/+1
2010-02-21add msgb and tlv support bits required for openbsc gprs branchHarald Welte1-1/+12
2010-02-20intial checkin of the libosmocore projectHarald Welte1-0/+114