aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
AgeCommit message (Expand)AuthorFilesLines
2009-12-26add 'get_string_value()' as inverse function of 'get_value_string()'Harald Welte (local)1-0/+1
2009-12-26[meas_rep] Add raw neighbor index into per-cell parsed meas repHarald Welte1-0/+1
2009-12-24add (and use) new subscr_name() function to get name or IMSIHarald Welte1-0/+2
2009-12-24[debug] Introduce DREF debug category for reference countingHarald Welte2-2/+3
2009-12-24Converrt the database later to use DEBUGP/LOGP instead of stderrHarald Welte1-0/+1
2009-12-24vty: sub-divide talloc contexts and include them in talloc reportHarald Welte2-0/+4
2009-12-24db: Fix compile warning, declare db_sms_get_unsent_by_subscrSylvain Munaut1-0/+1
2009-12-24use enum for operational stateHarald Welte1-0/+6
2009-12-24Merge remote branch 'origin/master'Harald Welte1-0/+19
2009-12-24[authentication] Code for retrieving authentication data from SQL DBHarald Welte1-0/+19
2009-12-23introduce #defines for ip.access RSL and OML UDP portsHarald Welte1-0/+3
2009-12-23[statistics] Do the syncing to db from within the bsc_hackHolger Hans Peter Freyther1-0/+2
2009-12-23[statistics] Make counter_db_store internalHolger Hans Peter Freyther1-1/+0
2009-12-22Import the new logging architectureHolger Hans Peter Freyther2-31/+101
2009-12-22statistics: Introduce 'struct counter' instead of using unsigned longHarald Welte4-26/+61
2009-12-22bts: Allow config of RACH control parameters tx-integer & max retransSylvain Munaut1-0/+7
2009-12-22Display current channel usage load in 'show bts' and 'show network'Harald Welte1-0/+12
2009-12-22keep some internal statistics inside OpenBSCHarald Welte1-0/+45
2009-12-21remove duplicate flag for cell barringHarald Welte1-1/+0
2009-12-21[handover] Real handover algorithmHarald Welte1-0/+30
2009-12-21RSL: keep track if a channel is active or notHarald Welte1-0/+9
2009-12-21meas_rep: utility function for processing of measurement reportsHarald Welte1-0/+27
2009-12-20rename ipacc_connect_proxy_bind() to rsl_ipacc_mdcx_to_rtpsock()Harald Welte1-0/+1
2009-12-20remove hand full of 'extern ipacc_rtp_direct' definitionsHarald Welte1-0/+1
2009-12-20RTP Proxy: Fix RTP sequence number and timestamp in case of dropped framesHarald Welte1-0/+1
2009-12-19Add RTP support for EFRHarald Welte1-0/+1
2009-12-19RTP-enable MNCC API for LCR + ip.accessHarald Welte4-4/+21
2009-12-19[handover] add VTY parameter to enable/disable handoverHarald Welte1-0/+3
2009-12-19ip.access: Keep a full copy of local and remote IP/PORT in lchanHarald Welte4-3/+7
2009-12-18remove call_handling.h, a reminescent of old daysHarald Welte1-64/+0
2009-12-17add handover.h file to Makefile.am to make distcheck happyHarald Welte1-1/+1
2009-12-17logging: introduce log levels at caller siteHarald Welte1-0/+11
2009-12-17introduce trans_lchan_change() to update transaction about lchan changeHarald Welte1-0/+5
2009-12-17[handover] first functional handover implementationHarald Welte3-1/+11
2009-12-17make handover reference a function call argumentHarald Welte1-2/+2
2009-12-16ip.access: Keep OML/RSL up/down state per-bts for multi-BTS setupsHarald Welte1-0/+1
2009-12-15mroe comments on meas_rep data structuresHarald Welte1-0/+5
2009-12-15introduce cache of 6 last recently received measurement reports for each lchanHarald Welte1-0/+6
2009-12-15add BSIC parameter to gsm_bts_neighbor()Harald Welte1-1/+2
2009-12-14Implement gsm_bts_neighbor() function to determine neighbor BTSHarald Welte1-0/+4
2009-12-1404.08 MEAS REP: Convert relative cell number to ARFCNHarald Welte1-1/+1
2009-12-14bitvec: Introduce bitvec_get_nth_set_bit() functionHarald Welte1-0/+3
2009-12-14system_information: use bitvec to generate frequency listsHarald Welte1-0/+8
2009-12-14bitvec updates and code simplificationHarald Welte1-0/+3
2009-12-14Add VTY setting for whether or not to sending MM INFOHarald Welte1-0/+1
2009-12-13introduce new signal every time we get a mobile identityHarald Welte1-0/+1
2009-12-13[RRLP] make RRLP mode configurable from config fileHarald Welte1-0/+15
2009-12-12Gracefully reject non-speech callsHarald Welte1-0/+8
2009-12-12utility functions to convert RXLEV into dBm and vice versaHarald Welte1-0/+4
2009-12-09mark lchan2chan_nr() using a 'const' parameterHarald Welte1-1/+1