aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rsl: fix the unaligned memory access0.3.0sysmocom/0.3.0-stableNicolas J. Bouliane2013-06-201-14/+18
* sysmobts: Fix a crash when the DSP2ARM queue runs fullHolger Hans Peter Freyther2013-06-201-1/+1
* Makefile.am: Use AM_CPPFLAGSAlexander Huemer2013-06-125-5/+5
* sysmobts: Allow to enable realtime priority for the BTS processHolger Hans Peter Freyther2013-05-112-2/+22
* measurement: Mark the internal functions as internalHolger Hans Peter Freyther2013-05-042-4/+2
* sysmobts: Use msgb_free instead of talloc_free to free the messageHolger Hans Peter Freyther2013-05-011-2/+2
* sysmobts: Print the lchan name for the S counter.Holger Hans Peter Freyther2013-05-011-5/+8
* rsl: Add the channel name to the act nack and conn fail messageHolger Hans Peter Freyther2013-04-301-2/+6
* osmo-bts: fix linking order in Makefile.amNicolas J. Bouliane2013-04-181-1/+1
* sysmobts.service: Install the sysmobts.service at the default targetHolger Hans Peter Freyther2013-04-071-0/+3
* sysmobts: Document the known MphConfig conflict in the codeHolger Hans Peter Freyther2013-03-241-0/+2
* sysmobts: Do not re-configure the channel on non-active channelsHolger Hans Peter Freyther2013-03-241-0/+7
* oml: Use the queue for the release handling of a channelHolger Hans Peter Freyther2013-03-241-67/+212
* oml: Print out power setting in txpower completion callbackDaniel Willmann2013-03-241-5/+18
* oml: Use sapi command queue for setting the logical channel paramsDaniel Willmann2013-03-241-3/+25
* oml: Enqueue ciphering message through sapi cmd queue as wellDaniel Willmann2013-03-241-10/+44
* oml: Introduce a SAPI queue for activation and deactivation of SAPIsDaniel Willmann2013-03-242-31/+163
* measurement: Add debug helper when we have a report for an inactive channelHolger Hans Peter Freyther2013-03-241-0/+5
* sysmobts: Prepare to address the documented limitation of this codeHolger Hans Peter Freyther2013-03-241-3/+12
* oml: Only shut the bts down onceHolger Hans Peter Freyther2013-03-231-0/+6
* fixup e2cde1f48379657402332b5a95d4ce242d63069aAndreas Eversberg2013-03-181-1/+1
* Add VTY option to define minimum C/I level for RACH and normal burstAndreas Eversberg2013-03-173-3/+38
* Get RSSI from received uplink data and send to PCUAndreas Eversberg2013-03-174-5/+11
* sysmobts: Name the screen and use '-X quit' to shut it downHolger Hans Peter Freyther2013-03-163-2/+5
* respawn: Adjust the oom score for the supervisor and bts/pcu, increase sleepHolger Hans Peter Freyther2013-03-162-2/+20
* Fix: Stop RADIO LINK TIMEOUT couter S from counting, if it has reached 0Andreas Eversberg2013-03-152-22/+40
* OML: fix broken curly braces while parsing SET BTS ATTRHarald Welte2013-03-141-1/+2
* RSL: Fix Channel Number IE in Common Channel RSL messagesHarald Welte2013-03-131-0/+1
* Added radio link timeout procedure according to TS 05.08 Chapter 5.2Andreas Eversberg2013-03-117-3/+61
* l1_if: if ul_power_target==0, hard-code MS power to what RSL saysHarald Welte2013-03-071-0/+4
* gsmtap: Put the RxLevel and RxQual in uplink GSMTAPHarald Welte2013-03-061-1/+3
* doc: Remove the rtp bind-ip from the exampleHolger Hans Peter Freyther2013-03-021-1/+0
* calib: Use 2.4.0 as cut-off for the firmware, log errorsHolger Hans Peter Freyther2013-02-272-3/+7
* tests: Share the stub between the paging and ciphering testsHolger Hans Peter Freyther2013-02-275-86/+50
* sysmobts: Improve the shutdown of the DSP on exitHolger Hans Peter Freyther2013-02-275-3/+9
* Merge branch 'zecke/request-queuing'Holger Hans Peter Freyther2013-02-274-66/+75
|\
| * sysmobts: Fix a memory leak when no callback is setHolger Hans Peter Freyther2013-02-271-2/+6
| * sysmobts: Remove the is_system_primitive from l1if_req_complHolger Hans Peter Freyther2013-02-273-8/+14
| * sysmobts: We can now pass the trx to the callback change the signaturesHolger Hans Peter Freyther2013-02-274-23/+14
| * sysmobts: Remove the trx parameter from the signatureHolger Hans Peter Freyther2013-02-273-10/+10
| * sysmobts: Embed the calib state in the femtol1_hdl and use hdl->privHolger Hans Peter Freyther2013-02-272-17/+16
| * sysmobts: Use the hdl->priv in l1if_req_compl for all callersHolger Hans Peter Freyther2013-02-271-9/+8
| * sysmobts: Remove the data parameter from the l1if_gsm_req_complHolger Hans Peter Freyther2013-02-273-12/+12
| * sysmobts: Use the fl1h->priv and get the ts back from the responseHolger Hans Peter Freyther2013-02-271-4/+14
| * sysmobts: Use the fl1h->priv to get the trx instead of using the lchanHolger Hans Peter Freyther2013-02-271-9/+9
|/
* Merge branch 'zecke/calib-pch-agch-follow'Holger Hans Peter Freyther2013-02-134-14/+73
|\
| * calib: Attempt to follow the PCH as well and print the SAPI..Holger Hans Peter Freyther2013-02-133-13/+61
| * calib: Print the frame number decoded as t1/t2/t3Holger Hans Peter Freyther2013-02-132-2/+9
| * calib: Provide the fn and block number for each frameHolger Hans Peter Freyther2013-02-133-3/+7
|/
* RSL: further rtp local bind related fixesHarald Welte2013-02-091-11/+49