aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo
AgeCommit message (Expand)AuthorFilesLines
2013-06-30WIP: delay l1if_reset() until OML link is establishedlaforge/late_l1ifresetHarald Welte1-2/+9
2013-06-30migrate away from our own abis.c code to libosmoabisHarald Welte2-25/+6
2013-06-24calib: Attempt to fix the build for v2.7 of the api headersHolger Hans Peter Freyther1-0/+2
2013-06-24calib: Attempt to fix the build for v2.7 of the api headersHolger Hans Peter Freyther1-0/+2
2013-06-24sysmobts: Introduce an auto-band config to ease DCS/DCS, PCS/PCS changesHolger Hans Peter Freyther5-20/+131
2013-06-24sysmobts: Make sure we receive every SACCH frame to count S properlyHolger Hans Peter Freyther1-7/+6
2013-06-24sysmobts: Read multiple primitives at once but only up to 3Holger Hans Peter Freyther1-25/+56
2013-06-24sysmobts: Use writev for the outgoing data of the write queueHolger Hans Peter Freyther1-0/+69
2013-06-24sysmobts: Fix potential memory leaks in the prim callback handlingHolger Hans Peter Freyther3-3/+8
2013-06-22calib: Fix for new EEPROM Mode; better log msgsHarald Welte1-4/+8
2013-06-22calib: Add fixup for incompatible calib data / firmware versionHarald Welte6-9/+173
2013-06-22calib: Read calibration data from EEPROM, not just filesHarald Welte2-5/+75
2013-06-22eeprom: wrap DISP_ERROR #ifdef/endif in PERROR() macroHarald Welte1-132/+50
2013-06-22eeprom: cache the file descriptor instead of fopen/fclose all the timeHarald Welte1-14/+19
2013-06-22initial import of EEPROM calibration read routinesHarald Welte2-0/+1750
2013-06-20sysmobts: Do not write "trx-calibration-path (null)" in the config fileHolger Hans Peter Freyther1-2/+3
2013-06-20sysmobts: Fix a crash when the DSP2ARM queue runs fullHolger Hans Peter Freyther1-1/+1
2013-06-12Makefile.am: Use AM_CPPFLAGSAlexander Huemer1-1/+1
2013-05-11sysmobts: Allow to enable realtime priority for the BTS processHolger Hans Peter Freyther1-1/+21
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-18osmo-bts: fix linking order in Makefile.amNicolas J. Bouliane1-1/+1
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-24sysmobts: Prepare to address the documented limitation of this codeHolger Hans Peter Freyther1-3/+12
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 Eversberg1-2/+4
2013-03-15Fix: Stop RADIO LINK TIMEOUT couter S from counting, if it has reached 0Andreas Eversberg1-19/+31
2013-03-11Added radio link timeout procedure according to TS 05.08 Chapter 5.2Andreas Eversberg2-2/+28
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-02-27calib: Use 2.4.0 as cut-off for the firmware, log errorsHolger Hans Peter Freyther2-3/+7
2013-02-27sysmobts: Improve the shutdown of the DSP on exitHolger Hans Peter Freyther1-2/+1
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-04Make sure SACCH fill frame is correctly aligned for L1 headerHarald Welte1-1/+1
2013-01-24oml: Create mph_send_activate_req for sending the activation requestDaniel Willmann1-59/+63
2013-01-23sysmobts: Send GSM requests using the l1if_gsm_req_compl methodHolger Hans Peter Freyther3-9/+18