aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
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 Welte2-5/+12
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 Welte2-2/+4
2009-12-24Converrt the database later to use DEBUGP/LOGP instead of stderrHarald Welte2-34/+45
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 Welte4-26/+38
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 Welte1-3/+3
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 Welte3-14/+111
2009-12-24[authentication] Code for retrieving authentication data from SQL DBHarald Welte1-0/+92
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 Welte2-8/+10
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 Freyther2-19/+25
2009-12-23[statistics] Make counter_db_store internalHolger Hans Peter Freyther1-1/+1
2009-12-22Import the new logging architectureHolger Hans Peter Freyther9-45/+469
2009-12-22pretty-print statistics in 'show statistics'Harald Welte1-7/+7
2009-12-22print last measurement report during 'show lchan'Harald Welte1-0/+42
2009-12-22fix sql table creation for 'Counters' tableHarald Welte1-2/+2
2009-12-22statistics: Introduce 'struct counter' instead of using unsigned longHarald Welte11-40/+194
2009-12-22[gsm_04_11] Replace hardcoded transaction_id by real allocationHarald Welte1-1/+5
2009-12-22bts: Allow config of RACH control parameters tx-integer & max retransSylvain Munaut3-5/+36