aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/input/misdn.c
AgeCommit message (Collapse)AuthorFilesLines
2010-03-30[misnd] Use the size_t modifier when printing the size.Holger Hans Peter Freyther1-1/+1
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-3/+3
This library is intended to collect all generic/common funcitionality of all Osmocom.org projects, including OpenBSC but also OsmocomBB The library currently includes the following modules: bitvec, comp128, gsm_utils, msgb, select, signal, statistics, talloc, timer, tlv_parse, linuxlist msgb allocation error debugging had to be temporarily disabled as it depends on 'debug.c' functionality which at the moment remains in OpenBSC
2009-11-17fix some more compiler warningsHarald Welte1-1/+1
2009-08-10misdn.c: Fix warning about redefining AF_ISDN..Holger Hans Peter Freyther1-0/+2
We use the same construct in e1_inpit.c, use it here too.
2009-08-08the actual config file code (not just config files)Harald Welte1-22/+18
this was missing from commit a08a9acdb6bff0ee4fdf0f58b78b6525017a1f9f
2009-08-04prepare mISDN driver for multiple lines/instancesHarald Welte1-12/+6
In order to use multiple mISDN cards, we need to: 1) move driver initialization out of line initialization 2) make sure we allow partial (virtual) E1 cards with < 30 B-channels
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 Welte1-2/+2
when we generate a talloc report (SIGUSR1), we can now see which system allocated a given msgb, this helps memory leak debugging
2009-06-20introduce talloc all over OpenBSCHarald Welte1-2/+3
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+542