aboutsummaryrefslogtreecommitdiffstats
path: root/src/msgb.c
AgeCommit message (Collapse)AuthorFilesLines
2010-05-01msgb: initialize cb[] to zero during msgb_reset()0.1.5Harald Welte1-0/+2
2010-04-30msgb: remove smsh, llch, tlli and gmmhHarald Welte1-1/+1
This is a lot of GSM/GPRS specific stuff in struct msgb which we want to avoid. The 'control buffer' will replace them.
2010-04-30remove the unneeded bts_link pointer from msgbHarald Welte1-1/+0
2010-02-24msgb.c: Style cleanup in initializationSylvain Munaut1-13/+4
Don't assign the same var twice & init all from the same source.
2010-02-20intial checkin of the libosmocore projectHarald Welte1-0/+98