aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2014-03-12misc: Fix the build breakage now that we have btsconfig.hHolger Hans Peter Freyther2-0/+4
2014-03-10agch: Remove obsolete commentJacob Erlbeck1-1/+0
2014-03-10handover: Add generic handling for handoverAndreas Eversberg1-0/+112
2014-03-10handover: Set basic values for handover, remember the activation reasonAndreas Eversberg5-3/+67
2014-03-10handover: Implement generating HANDOVER DETECTION in rsl_tx_hando_detAndreas Eversberg1-0/+22
2014-03-10handover: Introduce debug area for handover related itemsAndreas Eversberg1-0/+6
2014-03-10agch: Merge IMM.ASS.REJ if possible when enqueueingJacob Erlbeck1-0/+140
2014-03-10agch: Add VTY queue management configurationJacob Erlbeck1-0/+43
2014-03-10agch: Manage AGCH queue lengthJacob Erlbeck1-9/+98
2014-03-10agch/pch: Use PCH for AGCH msgsJacob Erlbeck2-4/+16
2014-03-10agch: Add simple countersJacob Erlbeck2-0/+9
2014-03-10agch: Recalculate length limit of AGCH queueJacob Erlbeck1-1/+89
2014-02-24pcu: Avoid crash when closing the PCU socketHolger Hans Peter Freyther1-1/+3
2014-02-24Revert "bts/vty: Use new vty_install_default() function, adjust prompts"Holger Hans Peter Freyther1-4/+35
2014-02-24agch: Log error if BS_AG_BLKS_RES is != 1 in SI3Jacob Erlbeck1-0/+6
2014-02-22agch/pch: Put CCCH message generation into commonJacob Erlbeck1-0/+22
2014-02-22agch: Keep track of AGCH queue lengthJacob Erlbeck1-1/+7
2014-02-22agch/rsl: Fix msgb handling for IMMEDIATE ASSIGNJacob Erlbeck1-1/+3
2014-02-22bts/vty: Use new vty_install_default() function, adjust promptsJacob Erlbeck1-35/+4
2014-02-19rsl: Do not allow IPA CRCX on non traffic channelsHolger Hans Peter Freyther1-0/+5
2014-02-19rsl/si: Fix resetting bits in bts->si_validJacob Erlbeck1-2/+2
2014-01-21common/rsl.c: Allow bts_model_rsl_chan_act() to return negative causeHarald Welte1-1/+6
2014-01-21common/oml.c: Send OML NACK if bts_model_check_oml() returns negativeHarald Welte1-6/+4
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