aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-06-20rsl: fix the unaligned memory access0.3.0sysmocom/0.3.0-stableNicolas J. Bouliane1-14/+18
2013-06-20sysmobts: Fix a crash when the DSP2ARM queue runs fullHolger Hans Peter Freyther1-1/+1
2013-06-12Makefile.am: Use AM_CPPFLAGSAlexander Huemer5-5/+5
2013-05-11sysmobts: Allow to enable realtime priority for the BTS processHolger Hans Peter Freyther2-2/+22
2013-05-04measurement: Mark the internal functions as internalHolger Hans Peter Freyther2-4/+2
2013-05-01sysmobts: Use msgb_free instead of talloc_free to free the messageHolger Hans Peter Freyther1-2/+2
2013-05-01sysmobts: Print the lchan name for the S counter.Holger Hans Peter Freyther1-5/+8
2013-04-30rsl: Add the channel name to the act nack and conn fail messageHolger Hans Peter Freyther1-2/+6
2013-04-18osmo-bts: fix linking order in Makefile.amNicolas J. Bouliane1-1/+1
2013-04-07sysmobts.service: Install the sysmobts.service at the default targetHolger Hans Peter Freyther1-0/+3
2013-03-24sysmobts: Document the known MphConfig conflict in the codeHolger Hans Peter Freyther1-0/+2
2013-03-24sysmobts: Do not re-configure the channel on non-active channelsHolger Hans Peter Freyther1-0/+7
2013-03-24oml: Use the queue for the release handling of a channelHolger Hans Peter Freyther1-67/+212
2013-03-24oml: Print out power setting in txpower completion callbackDaniel Willmann1-5/+18
2013-03-24oml: Use sapi command queue for setting the logical channel paramsDaniel Willmann1-3/+25
2013-03-24oml: Enqueue ciphering message through sapi cmd queue as wellDaniel Willmann1-10/+44
2013-03-24oml: Introduce a SAPI queue for activation and deactivation of SAPIsDaniel Willmann2-31/+163
2013-03-24measurement: Add debug helper when we have a report for an inactive channelHolger Hans Peter Freyther1-0/+5
2013-03-24sysmobts: Prepare to address the documented limitation of this codeHolger Hans Peter Freyther1-3/+12
2013-03-23oml: Only shut the bts down onceHolger Hans Peter Freyther1-0/+6
2013-03-18fixup e2cde1f48379657402332b5a95d4ce242d63069aAndreas Eversberg1-1/+1
2013-03-17Add VTY option to define minimum C/I level for RACH and normal burstAndreas Eversberg3-3/+38
2013-03-17Get RSSI from received uplink data and send to PCUAndreas Eversberg4-5/+11
2013-03-16sysmobts: Name the screen and use '-X quit' to shut it downHolger Hans Peter Freyther3-2/+5
2013-03-16respawn: Adjust the oom score for the supervisor and bts/pcu, increase sleepHolger Hans Peter Freyther2-2/+20
2013-03-15Fix: Stop RADIO LINK TIMEOUT couter S from counting, if it has reached 0Andreas Eversberg2-22/+40
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 Eversberg7-3/+61
2013-03-07l1_if: if ul_power_target==0, hard-code MS power to what RSL saysHarald Welte1-0/+4
2013-03-06gsmtap: Put the RxLevel and RxQual in uplink GSMTAPHarald Welte1-1/+3
2013-03-02doc: Remove the rtp bind-ip from the exampleHolger Hans Peter Freyther1-1/+0
2013-02-27calib: Use 2.4.0 as cut-off for the firmware, log errorsHolger Hans Peter Freyther2-3/+7
2013-02-27tests: Share the stub between the paging and ciphering testsHolger Hans Peter Freyther5-86/+50
2013-02-27sysmobts: Improve the shutdown of the DSP on exitHolger Hans Peter Freyther5-3/+9
2013-02-27Merge branch 'zecke/request-queuing'Holger Hans Peter Freyther4-66/+75
2013-02-27sysmobts: Fix a memory leak when no callback is setHolger Hans Peter Freyther1-2/+6
2013-02-27sysmobts: Remove the is_system_primitive from l1if_req_complHolger Hans Peter Freyther3-8/+14
2013-02-27sysmobts: We can now pass the trx to the callback change the signaturesHolger Hans Peter Freyther4-23/+14
2013-02-27sysmobts: Remove the trx parameter from the signatureHolger Hans Peter Freyther3-10/+10
2013-02-27sysmobts: Embed the calib state in the femtol1_hdl and use hdl->privHolger Hans Peter Freyther2-17/+16
2013-02-27sysmobts: Use the hdl->priv in l1if_req_compl for all callersHolger Hans Peter Freyther1-9/+8
2013-02-27sysmobts: Remove the data parameter from the l1if_gsm_req_complHolger Hans Peter Freyther3-12/+12
2013-02-27sysmobts: Use the fl1h->priv and get the ts back from the responseHolger Hans Peter Freyther1-4/+14
2013-02-27sysmobts: Use the fl1h->priv to get the trx instead of using the lchanHolger Hans Peter Freyther1-9/+9
2013-02-13Merge branch 'zecke/calib-pch-agch-follow'Holger Hans Peter Freyther4-14/+73
2013-02-13calib: Attempt to follow the PCH as well and print the SAPI..Holger Hans Peter Freyther3-13/+61
2013-02-13calib: Print the frame number decoded as t1/t2/t3Holger Hans Peter Freyther2-2/+9
2013-02-13calib: Provide the fn and block number for each frameHolger Hans Peter Freyther3-3/+7
2013-02-09RSL: further rtp local bind related fixesHarald Welte1-11/+49