aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/l1_if.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-23wip.. forward the ta..zecke/channel-ho-wipHolger Hans Peter Freyther1-8/+22
2014-01-23wip: Continue with hacks to support handover...Holger Hans Peter Freyther1-0/+17
2014-01-21sysmobts: Specify TRX nominal maximum tx power as fMaxTxPowerHarald Welte1-0/+6
2013-11-05sysmobts: Notify the BSC about all muted lchansJacob Erlbeck1-0/+30
2013-11-05sysmobts: Use status flags instead of direct LED accessJacob Erlbeck1-3/+3
2013-11-05sysmobts: Add L1 support for the new RF mute requestJacob Erlbeck1-0/+50
2013-10-10sysmobts: Attempt to fix the compilation for the v1 hardwareHolger Hans Peter Freyther1-0/+4
2013-10-09sysmobts: Don't use the clock calibration value on external clocksHarald Welte1-3/+21
2013-10-09sysmobts: Read supported bands from EEPROMHarald Welte1-2/+21
2013-10-04Use GPS as default clock source on sysmoBTS 2050Harald Welte1-2/+35
2013-07-16sysmobts: Set the clock calibration to the value read from the eepromNicolas J. Bouliane1-0/+1
2013-06-24sysmobts: Fix potential memory leaks in the prim callback handlingHolger Hans Peter Freyther1-0/+2
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 Welte1-8/+8
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-03-24sysmobts: Prepare to address the documented limitation of this codeHolger Hans Peter Freyther1-3/+12
2013-03-17Add VTY option to define minimum C/I level for RACH and normal burstAndreas Eversberg1-3/+4
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 Eversberg1-2/+25
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 Freyther1-1/+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 Freyther1-6/+12
2013-02-27sysmobts: We can now pass the trx to the callback change the signaturesHolger Hans Peter Freyther1-8/+5
2013-02-27sysmobts: Remove the trx parameter from the signatureHolger Hans Peter Freyther1-8/+8
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 Freyther1-2/+2
2013-02-04Make sure SACCH fill frame is correctly aligned for L1 headerHarald Welte1-1/+1
2013-01-23sysmobts: Send GSM requests using the l1if_gsm_req_compl methodHolger Hans Peter Freyther1-0/+6
2013-01-23sysmobts: Rename the hLayer2<->lchan to hLayer<->lchanHolger Hans Peter Freyther1-6/+6
2013-01-23sysmobts: Ignore too short messages on the FACCH (but also the SDCCH)Holger Hans Peter Freyther1-0/+8
2013-01-23l1_if: don't print measurements a second time in case of errorHarald Welte1-1/+0
2013-01-17sysmobts: Use a newline at the end of the SACCH u8Size < 2 messageHolger Hans Peter Freyther1-1/+1
2013-01-03sysmobts: Fix the comment referring to the value of the timeoutHolger Hans Peter Freyther1-1/+1
2012-12-29l1_if: Fix typo... call it femtobtsHolger Hans Peter Freyther1-1/+1
2012-12-26tch: Do not print that there is no audio data on a TCH/HHolger Hans Peter Freyther1-1/+1
2012-11-26sysmobts: Transmit the UI idle frame as a LAPDm CommandHolger Hans Peter Freyther1-1/+1
2012-11-18Ensure osmo-bts builds agsainst sysmobts-v1 headers (again)Harald Welte1-1/+8
2012-11-10VTY: make target uplink Rx level VTY-configurableHarald Welte1-0/+1
2012-11-10l1_if: Dump measurement data in case we receive SACCH without dataHarald Welte1-1/+5
2012-11-10l1_if: add 'log level' to dump_meas_res() functionHarald Welte1-4/+4
2012-11-10Measurement: Correctly report L1 SACCH uplink header in RSLHarald Welte1-1/+6
2012-10-28sysmobts: Add support for reading calibration tables0.1.0Harald Welte1-0/+8
2012-10-28properly display the header file versionsHarald Welte1-2/+3
2012-10-27make it build against sysmobts v2 APO 0.1, 0.2, 1.0, 2.0, 2.1, 2.2, 2.4 and 3.0Harald Welte1-3/+17
2012-10-22Fix: Remove Bad frame Indicator from PDCH blocks before sending via GSMTAPAndreas Eversberg1-2/+10
2012-09-29Set correct GSMTAP channel type for PDTCH/PACCHAndreas Eversberg1-4/+4