aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc
AgeCommit message (Expand)AuthorFilesLines
2013-10-11dyn PDCH: Add algorithm to defragment shared TCH/F+PDCH channelsjolly/dyn_pdchAndreas Eversberg2-1/+184
2013-10-11dyn PDCH: Automatically deactivate/activate PDCH on TCH/F+PDCH channelAndreas Eversberg2-6/+48
2013-10-11dyn PDCH: Fix TCH/F+PDCH allocation and direction of chan_alloc()Andreas Eversberg2-23/+22
2013-10-11dyn PDCH: Add new_lchan argument to bsc_handover_start()Andreas Eversberg3-7/+7
2013-10-11dyn PDCH: Cleanup of rsl_chan_activate_lchan() and usersAndreas Eversberg3-12/+12
2013-08-08HO: Add option to allow immediate retry of assignment/handover if failedAndreas Eversberg2-5/+28
2013-07-29HO: New improved handover algorithmAndreas Eversberg5-36/+1771
2013-07-29HO: Change debug category at handover decision: DHO -> DHODECAndreas Eversberg1-7/+7
2013-07-29HO: Move handover VTY commands, prepare for other HO algorithmsAndreas Eversberg4-324/+521
2013-07-29Fix: meas_rep.c will only use valid DL measurement reportsAndreas Eversberg1-4/+19
2013-07-29Add a queue to bsc_api to queue DTAP messages during handover/assignmentAndreas Eversberg1-0/+66
2013-07-29Fix assignment failure handling at bsc_api.cAndreas Eversberg1-2/+4
2013-07-29HO: Improve silent call featureAndreas Eversberg1-0/+9
2013-07-29Correctly set T3105 for ipaccess BTS typeAndreas Eversberg1-1/+5
2013-07-29Allow assignment to TCH channel with signalling only modeAndreas Eversberg1-3/+2
2013-07-29Do not perform assignment, if the new channel equals the current oneAndreas Eversberg1-0/+7
2013-07-29HO: If handover logic is used to do assignment, signal assignment resultAndreas Eversberg1-0/+29
2013-07-29HO: Always update rqd_ta after receiving measurement reportAndreas Eversberg1-0/+2
2013-07-29HO: Changed availablilty of ts_is_usable() from static to externAndreas Eversberg1-1/+1
2013-07-29HO: Count neighbor measurements and reduce window of neigh_meas_avgAndreas Eversberg1-0/+8
2013-07-29HO: Count the actual meas.rep. get_meas_rep_avg fails if not reachedAndreas Eversberg3-1/+9
2013-07-29Fix of checking TCH rate at chan_compat_with_modeAndreas Eversberg1-1/+5
2013-07-29HO: Assign SDCCH on channel requestAndreas Eversberg1-11/+37
2013-07-29HO: Add a penalty timer list to the subscriber connection entityAndreas Eversberg1-0/+11
2013-07-29HO: Add new configuration parameters to VTY and data structure of BTSAndreas Eversberg2-30/+236
2013-07-29HO: Move handover config from GSMNET to BTS nodeAndreas Eversberg3-126/+127
2013-07-29HO: Add function to count currently ongoing handovers to a given BTSAndreas Eversberg1-3/+23
2013-07-29HO: Count number of free timeslot on a given BTSAndreas Eversberg1-0/+47
2013-07-29HO: Send Channel Mode and Multirate IE along with handover commandAndreas Eversberg1-0/+7
2013-07-29HO: Return "unknown", if subscriber is not set at subscr_name()Andreas Eversberg1-0/+2
2013-07-29If requested TCH/H channel is not available, try assigning TCH/FAndreas Eversberg1-0/+11
2013-07-29Fix: If paging for half rate was requested, use hr, if supported by MSAndreas Eversberg1-1/+1
2013-07-29Add full AMR multirate IE support with VTY config for MS and BTS sideAndreas Eversberg5-37/+694
2013-07-29Send RADIO LINK TIMEOUT value via OML attribute to BTSAndreas Eversberg1-0/+4
2013-07-29Add option to set RADIO LINK TIMEOUT value via VTYAndreas Eversberg2-3/+17
2013-07-29Each BTS can be configured for speech support (other than GSM full rate)Andreas Eversberg1-0/+179
2013-07-29Fix of several compiler warningsAndreas Eversberg2-2/+5
2013-07-27expiration: Allow to disable the periodic location updating procedureHolger Hans Peter Freyther1-2/+21
2013-07-27misc: Fix compilation warningsHolger Hans Peter Freyther1-2/+2
2013-07-14nitb: The subscr->imsi is an array will never be NULLHolger Hans Peter Freyther1-2/+1
2013-07-03hsl: Remove the support for the HSL bts from OpenBSCHolger Hans Peter Freyther9-397/+4
2013-06-30nanobts: Do not crash on an invalid TRX numberHolger Hans Peter Freyther1-1/+1
2013-06-24bsc_vty: Print human-readable string version of NM ADM STATEHarald Welte1-2/+3
2013-06-12Makefile.am: Use AM_CPPFLAGSAlexander Huemer1-1/+1
2013-05-29vty: Print the state of all GPRS OML objects in show btsHolger Hans Peter Freyther1-0/+8
2013-05-02channels: Mark channels as broken that time out on activation/releaseHolger Hans Peter Freyther1-4/+27
2013-04-29ipaccess: Remove the ipaccess_gsmnet and assume there is a bsc_gsmnetHolger Hans Peter Freyther1-4/+3
2013-04-29sysmobts: Make the nanoBTS NM code work for the sysmobtsHolger Hans Peter Freyther1-2/+2
2013-04-29sysmobts: Initialize the NM signal handler only once in a mixed networkHolger Hans Peter Freyther1-1/+2
2013-04-29sysmobts: Avoid a crash when trying to look-up a BTSHolger Hans Peter Freyther2-26/+13