aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/input/ipaccess.c
AgeCommit message (Expand)AuthorFilesLines
2009-10-29[misc] Use talloc_zero instead of talloc and later memsetHolger Hans Peter Freyther1-6/+3
2009-10-27input/ipaccess.c: clang says ret might be uninitializedHolger Hans Peter Freyther1-1/+1
2009-10-21[ipaccess] revert commit 9bd7bc1b4c4a3ba42da46931df650837c1a7e889Harald Welte1-1/+5
2009-10-20input/ipaccess: remove one more static variableHarald Welte1-5/+1
2009-10-20ip.access: Support multi-TRX / RSL stream IDHarald Welte1-16/+14
2009-10-08use tx delay timer instead of usleep() in ip.access input driverAndreas Eversberg1-9/+24
2009-10-01input/ipaccess: Fix segv caused by use of uninitialized varSylvain Munaut1-1/+1
2009-09-30[ipaccess] Prepare to reuse parts of the code for the A-linkHolger Hans Peter Freyther1-39/+90
2009-08-10ipaccess.c: Make the compiler happy...Holger Hans Peter Freyther1-1/+1
2009-08-10misc: Remove some obviously unused and unneeded variables..Holger Hans Peter Freyther1-1/+0
2009-08-10misc: Fix warnings about returning with value...Holger Hans Peter Freyther1-0/+2
2009-08-08the actual config file code (not just config files)Harald Welte1-2/+2
2009-06-26use named variant when allocating msgb'sHarald Welte1-1/+1
2009-06-22fix various talloc / dynamic bts/trx related bugsHarald Welte1-4/+12
2009-06-21switch to dynamically allocated BTS and TRX data structuresHarald Welte1-2/+2
2009-06-20introduce talloc all over OpenBSCHarald Welte1-3/+4
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+597