aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/input
AgeCommit message (Collapse)AuthorFilesLines
2009-07-04make sure misdn plugin handles DL_UNITDATA_INDHarald Welte1-0/+1
This reportedly fixes the problem that we didn't see MEASurement REPort messages from the BS-11.
2009-06-26use named variant when allocating msgb'sHarald Welte2-3/+3
when we generate a talloc report (SIGUSR1), we can now see which system allocated a given msgb, this helps memory leak debugging
2009-06-22fix various talloc / dynamic bts/trx related bugsHarald Welte1-4/+12
Prior to this patch, nanobts was not able to operate after recent changes
2009-06-21switch to dynamically allocated BTS and TRX data structuresHarald Welte1-2/+2
This makes it much easier to do run-time configuration using the vty interface.
2009-06-20introduce talloc all over OpenBSCHarald Welte2-5/+7
2009-06-10move openbsc into its own subdirectoryHarald Welte2-0/+1139