summaryrefslogtreecommitdiffstats
path: root/include/osmocore/msgb.h
AgeCommit message (Expand)AuthorFilesLines
2011-01-16msgb: Make sure at compile time that headroom is smaller than sizeHolger Hans Peter Freyther1-0/+3
2010-11-13Move the generate backtrace call from MSGB_ABORT to osmo_panic handlerSylvain Munaut1-2/+0
2010-11-09msgb: fix printing of msgb pointer during MSGB_ABORT()Harald Welte1-1/+1
2010-11-09msgb: don't compare unsigned int with int (fix lcr build)Harald Welte1-2/+2
2010-11-05msgb_abort(): better formattingHarald Welte1-1/+1
2010-11-05generate backtrace in msgb_abort()Harald Welte1-0/+2
2010-11-05Change msgb_abort() function in MSGB_ABORT argument with variable argumentsHarald Welte1-10/+9
2010-10-18msgb: Add non-inlined helper functions to ease with language bindingsHolger Hans Peter Freyther1-0/+5
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