aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2009-12-24transaction: Change id allocator method to be 'circular'Sylvain Munaut1-3/+8
2009-12-24introduce multiple log levels (DEBUG/INFO/NOTICE/ERROR) to SMS codeHarald Welte1-31/+40
2009-12-24add (and use) new subscr_name() function to get name or IMSIHarald Welte3-5/+14
2009-12-24rsl: fix "CONNECTION FAIL: RELEASING" messageHarald Welte1-1/+2
2009-12-24[debug] Change the default log level to LOGL_NOTICEHarald Welte1-20/+20
2009-12-24Add LOGL_INFO messages about subscriber attach/detachHarald Welte1-0/+3
2009-12-24print ARFCN, LAC and CID when bootstrapping RSLHarald Welte1-3/+4
2009-12-24properly check for EAGAIN in recv() callsHarald Welte2-5/+5
2009-12-24[handover] CRCX ACK without HO reference is normal, not an errorHarald Welte1-2/+2
2009-12-24if we recv() from an abis-ip socket, don't consider -EAGAIN an errorHarald Welte2-3/+6
2009-12-24[logging] differentiate DEBUG, NOTICE and ERROR log levels in NM and RSLHarald Welte2-69/+59
2009-12-24don't print directly to stderr, use LOGP()Harald Welte1-7/+7
2009-12-2404_08: Differentiate between DEBUG and ERROR messagesHarald Welte1-6/+8
2009-12-24[debug] Introduce DREF debug category for reference countingHarald Welte4-4/+7
2009-12-24Converrt the database later to use DEBUGP/LOGP instead of stderrHarald Welte3-34/+46
2009-12-24db: coding style cleanupHarald Welte1-46/+58
2009-12-24[ipaccess] Move ipaccess utilities into a dedicated subdirectoryHolger Hans Peter Freyther5-4/+4
2009-12-24[ipaccess] Spend some more time on figuring out the formatHolger Hans Peter Freyther1-24/+32
2009-12-24debug: add missing va_end()Harald Welte1-0/+1
2009-12-24debug: workaround for strange va_list corruption bugHarald Welte1-2/+9
2009-12-24debug: make sure we always zero-terminate after snprintf()Harald Welte1-1/+7
2009-12-24vty: sub-divide talloc contexts and include them in talloc reportHarald Welte6-26/+42
2009-12-24db: Fix compile warning, declare db_sms_get_unsent_by_subscrSylvain Munaut1-0/+1
2009-12-24channel allocator: don't allocate channels of unavalable TRXsHarald Welte1-0/+38
2009-12-24fix typo in talloc_ctx causing counters not to show up in talloc reportHarald Welte1-1/+1
2009-12-24use enum for operational stateHarald Welte2-3/+9
2009-12-24counter: create their own talloc context for better readabilityHarald Welte2-1/+5
2009-12-24move msgb talloc context into talloc_ctx.cHarald Welte2-6/+3
2009-12-24fix merge artefact from db.cHarald Welte1-0/+1
2009-12-24Merge remote branch 'origin/master'Harald Welte4-14/+130
2009-12-24[authentication] Code for retrieving authentication data from SQL DBHarald Welte2-0/+111
2009-12-23ipaccess-proxy: Fix two memory leaksHarald Welte1-5/+2
2009-12-23debug: Fix typo DMM -> DNM (we don't need DMM twice)Harald Welte1-1/+1
2009-12-23input/ipaccess: Differentiate between LOGL_ERROR and DEBUGHarald Welte1-13/+18
2009-12-23introduce #defines for ip.access RSL and OML UDP portsHarald Welte3-8/+13
2009-12-23Add ipaccess-proxy, a proxy for ip.access A-bis over IPHarald Welte2-1/+1129
2009-12-23Fix segfault in case BTS has more TRX than we have configuredHarald Welte1-0/+2
2009-12-23[ipaccess] The next byte appears to be size...Holger Hans Peter Freyther1-0/+12
2009-12-23[ipaccess] The second four bytes appear to be always the sameHolger Hans Peter Freyther1-0/+14
2009-12-23[ipaccess] Start adding a tool that analyzes the ipaccess headerHolger Hans Peter Freyther2-1/+70
2009-12-23[sw_load] It turns out there is a header that needs to be readHolger Hans Peter Freyther1-2/+10
2009-12-23[sw_load] For the nanoBTS just open the firmwareHolger Hans Peter Freyther1-0/+11
2009-12-23[ipacess-config] Remove one of my bogus debugging statementsHolger Hans Peter Freyther1-1/+0
2009-12-23[statistics] Do the syncing to db from within the bsc_hackHolger Hans Peter Freyther3-19/+27
2009-12-23[statistics] Make counter_db_store internalHolger Hans Peter Freyther2-2/+1
2009-12-23[sccp] Provide dummy db_store_counter...Holger Hans Peter Freyther1-0/+2
2009-12-23[channel] Compile statistics.c into the test.Holger Hans Peter Freyther1-1/+2
2009-12-23[debug] Make the test case compile and it is still passingHolger Hans Peter Freyther1-7/+14
2009-12-22Import the new logging architectureHolger Hans Peter Freyther12-77/+571
2009-12-22pretty-print statistics in 'show statistics'Harald Welte1-7/+7