aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2014-01-23wip: Continue with hacks to support handover...Holger Hans Peter Freyther2-15/+11
2014-01-23WIP..Holger Hans Peter Freyther1-1/+10
2014-01-22handover: Use common function to reset handover statezecke/handover-fooAndreas Eversberg2-4/+8
2014-01-22handover: Use enums to indicate the state instead of magic numbersHolger Hans Peter Freyther2-4/+5
2014-01-22Reject BTS attributes, if T3105 is set to 0msAndreas Eversberg1-3/+9
2014-01-22Include the lchan name and state in log messages, just stop the timerHolger Hans Peter Freyther1-13/+21
2014-01-22wipHolger Hans Peter Freyther2-3/+2
2014-01-22Handover support to common part of BTS codeAndreas Eversberg6-2/+171
2014-01-22Merge part of incomplete handover code from HaraldDaniel Willmann2-0/+12
2013-12-28measurement: Speculative performance changeHolger Hans Peter Freyther1-1/+14
2013-11-27bts: Fix crash of receiving data during the release processHolger Hans Peter Freyther1-2/+13
2013-11-14rsl: Rename abis_rsl_sendmsg to avoid symbol clash with libosmo-abisHolger Hans Peter Freyther2-20/+20
2013-11-05sysmobts: Do a RF mute when Radio Carrier is lockedJacob Erlbeck1-0/+5
2013-10-25rsl/pcu: Do not send a CHAN ACT to the BSC on PCU usageHolger Hans Peter Freyther2-0/+21
2013-10-10misc: Fix resource leak when the ioctl is failingHolger Hans Peter Freyther1-2/+2
2013-10-06abis: delay l1if_reset() until OML link is establishedHarald Welte1-1/+1
2013-10-06abis: Use OML remote (BSC) address if RSL CONNECT contains no IPHarald Welte3-7/+23
2013-10-06Call e1inp_vty_init() to make abis interface accessible from VTYHarald Welte1-0/+1
2013-10-06migrate away from our own abis.c code to libosmoabisHarald Welte4-452/+168
2013-07-16oml: Remove the unused nofh variable from oml_mo_tx_sw_act_repHolger Hans Peter Freyther1-3/+1
2013-07-09rsl: Fix the audio handling after the 'alignment' handling fixHolger Hans Peter Freyther1-26/+21
2013-06-30make oml_mo_state_init() a void functionHarald Welte1-1/+1
2013-06-30Don't send OML STATE CHANGE before OML is connectedHarald Welte2-5/+12
2013-06-24lapd: Fix a +ptrsize memory leak for each opened lchanHolger Hans Peter Freyther1-1/+1
2013-06-20rsl: fix the unaligned memory access0.3.0sysmocom/0.3.0-stableNicolas J. Bouliane1-14/+18
2013-06-12Makefile.am: Use AM_CPPFLAGSAlexander Huemer1-1/+1
2013-05-04measurement: Mark the internal functions as internalHolger Hans Peter Freyther1-2/+2
2013-04-30rsl: Add the channel name to the act nack and conn fail messageHolger Hans Peter Freyther1-2/+6
2013-03-24measurement: Add debug helper when we have a report for an inactive channelHolger Hans Peter Freyther1-0/+5
2013-03-23oml: Only shut the bts down onceHolger Hans Peter Freyther1-0/+6
2013-03-17Get RSSI from received uplink data and send to PCUAndreas Eversberg1-1/+3
2013-03-15Fix: Stop RADIO LINK TIMEOUT couter S from counting, if it has reached 0Andreas Eversberg1-3/+9
2013-03-14OML: fix broken curly braces while parsing SET BTS ATTRHarald Welte1-1/+2
2013-03-13RSL: Fix Channel Number IE in Common Channel RSL messagesHarald Welte1-0/+1
2013-03-11Added radio link timeout procedure according to TS 05.08 Chapter 5.2Andreas Eversberg3-1/+31
2013-02-27sysmobts: Improve the shutdown of the DSP on exitHolger Hans Peter Freyther1-1/+3
2013-02-09RSL: further rtp local bind related fixesHarald Welte1-11/+49
2013-02-09rsl: Fix compiler warning in use of osmo_rtp_get_bound_ip_port()Harald Welte1-1/+4
2013-02-09Fix determination of locally bound IP for RTP socketsHarald Welte1-8/+9
2013-02-04Deprecate the "rtp bind-ip" configuration directiveHarald Welte2-11/+4
2013-01-25RSL: don't store MS power in lchan->bs_power but lchan->ms_powerHarald Welte1-1/+1
2013-01-15fix message: the PCU is not a call control applicationHarald Welte1-2/+1
2013-01-13paging: De-duplicate paging lifetime and max queue length variablesDaniel Willmann2-10/+26
2013-01-01common: Fix faulty memcpy statement in the paging codeHolger Hans Peter Freyther1-1/+1
2012-12-26ciphering: Handle ciphering support for A5/3 correctlyHolger Hans Peter Freyther2-2/+19
2012-12-20openbsc: Prepare to allow to have the OpenBSC directory somewhere elseHolger Hans Peter Freyther1-1/+1
2012-12-20misc: Change the method to return void instead of int and garbageHolger Hans Peter Freyther1-1/+1
2012-12-20misc: Include pcu_if.h for pcu_tx_pag_req in rsl.c and make it constHolger Hans Peter Freyther2-1/+2
2012-12-20misc: load_ind_period is uint8_t and 60*100 is bigger than that.Holger Hans Peter Freyther1-1/+1
2012-11-24Add VTY configuration of paging queue size and lifetime of paging recordsHarald Welte3-4/+56