aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
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
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 Welte15-66/+255
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 Munaut4-5/+43
2009-12-22Implement a better sending of pending SMSSylvain Munaut2-10/+34
2009-12-22missing semicolon at end of statementHarald Welte1-1/+1
2009-12-22Display current channel usage load in 'show bts' and 'show network'Harald Welte3-0/+93
2009-12-22[vty] Document the various T??? we are ausing.Holger Hans Peter Freyther1-13/+13
2009-12-22[misc] Move handover into libmsc.aHolger Hans Peter Freyther1-3/+4
2009-12-22[misc] Move rtp_proxy.c into the libbsc.cHolger Hans Peter Freyther1-2/+2
2009-12-22[gsm48] Move gsm48_parse_meas_rep to gsm_04_08_utilsHolger Hans Peter Freyther2-68/+69
2009-12-22keep some internal statistics inside OpenBSCHarald Welte8-1/+128
2009-12-21it's LOGL_ERROR, not LOG_ERRORHarald Welte2-3/+3
2009-12-21[sms] bugfix: additional functionality indicator only appears in TP_VPF_ENHAN...Steffen Neubauer1-1/+2
2009-12-21make sure bootstrap_bts() only contains static initializationHarald Welte1-3/+5
2009-12-21remove duplicate flag for cell barringHarald Welte3-7/+4
2009-12-21ipaccess: Fix two minor bugs regarding multi-TRX setupHarald Welte1-2/+3
2009-12-21[gprs] SI 13 should only be generated on C0 (BCCH-carrying TRX)Harald Welte1-7/+8
2009-12-21[abis] Do not access an array with N elements at index NHolger Hans Peter Freyther1-3/+3
2009-12-21[abis] Properly compare obj_inst->trx_nr to bts->num_trxHolger Hans Peter Freyther1-2/+2
2009-12-21make handover algorithm parameters configurable from VTYHarald Welte1-0/+65
2009-12-21[handover] Real handover algorithmHarald Welte5-27/+241
2009-12-21handover: set old channel to INACTIVE stateHarald Welte1-1/+4
2009-12-21RSL: keep track if a channel is active or notHarald Welte2-0/+19