summaryrefslogtreecommitdiffstats
path: root/include/osmocore/msgb.h
Commit message (Expand)AuthorAgeFilesLines
* msgb: Make sure at compile time that headroom is smaller than sizeHolger Hans Peter Freyther2011-01-161-0/+3
* Move the generate backtrace call from MSGB_ABORT to osmo_panic handlerSylvain Munaut2010-11-131-2/+0
* msgb: fix printing of msgb pointer during MSGB_ABORT()Harald Welte2010-11-091-1/+1
* msgb: don't compare unsigned int with int (fix lcr build)Harald Welte2010-11-091-2/+2
* msgb_abort(): better formattingHarald Welte2010-11-051-1/+1
* generate backtrace in msgb_abort()Harald Welte2010-11-051-0/+2
* Change msgb_abort() function in MSGB_ABORT argument with variable argumentsHarald Welte2010-11-051-10/+9
* msgb: Add non-inlined helper functions to ease with language bindingsHolger Hans Peter Freyther2010-10-181-0/+5
* core/msgb: Use the new osmo_panic call to handle errorsSylvain Munaut2010-07-251-4/+2
* msgb: Avoid warnings that the string might contain %s or such..Holger Hans Peter Freyther2010-07-231-1/+1
* msgb: Check for available headroom/tailroom and abort() if we violate itHarald Welte2010-07-221-4/+31
* 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
* 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
* 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