aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/l1_if.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-18Replace magic number with defineMax1-4/+4
2016-08-10dyn TS: complete for TRXNeels Hofmeyr1-8/+19
2016-07-28dyn PDCH: trx l1_if.c: drop fixme, add commentNeels Hofmeyr1-1/+1
2016-07-28dyn PDCH: complete for trx: implement bts_model_ts_[dis]connect()Neels Hofmeyr1-2/+17
2016-07-28dyn PDCH: trx l1_if.c: factor out trx_set_ts_as_pchan() from trx_set_ts()Neels Hofmeyr1-3/+20
2016-07-14osmo-bts-trx: init OML only once by sending AVSTATE_OK with OPSTATE_ENABLEDNeels Hofmeyr1-11/+1
2016-07-09cosmetic: osmo-bts-trx: add comment, fix comment typoNeels Hofmeyr1-0/+1
2016-06-23Make get_lchan_by_chan_nr globally availableMax1-7/+2
2016-06-17dyn PDCH: add bts_model_ts_connect() and _disconnect() stubsNeels Hofmeyr1-0/+11
2016-06-16Fix OML activationMax1-3/+9
2016-02-15Introduce new phy_link and phy_instance abstractionHarald Welte1-34/+50
2016-02-15TRX: Move scheduler to src/commonHarald Welte1-1/+1
2016-02-15TRX: factor out the scheduler from remaining codeHarald Welte1-15/+20
2016-01-16TRX: Don't use magic numbers when we have #definesHarald Welte1-5/+5
2016-01-16TRX: Add stub bts_model_change_power() functionHarald Welte1-0/+6
2015-11-05TRX: catch up with trhe amr_mode naming changesHarald Welte1-8/+8
2015-09-22make osmo-bts-trx provide bts_model_adjst_ms_pwr()Harald Welte1-0/+7
2015-09-22trx: Assume 100% BER if total decoded bits is 0 in l1if_process_meas_res()Alexander Chemeris1-1/+2
2015-09-22trx: Implement BER calculations.Alexander Chemeris1-9/+24
2015-09-22trx: Set lchan inactive, only if the dedicated channel is deactivatedAndreas Eversberg1-4/+3
2015-09-22TRX: Activate LCHAN of CCCH when CCCH is configured on time slotAndreas Eversberg1-0/+12
2015-09-22TRX: fix some typos in commentsMartin Hauke1-3/+3
2015-09-22trx: Add option to set transmit power reduction via OML (BSC)Andreas Eversberg1-0/+7
2015-09-22TRX: Close TRX (shutdown all active channels) on ABIS link failureAndreas Eversberg1-0/+10
2015-09-22TRX: Add bts_model_trx_close to TRX implementationAndreas Eversberg1-2/+2
2015-09-22TRX: Fixup ciphering state names after rebasingAndreas Eversberg1-3/+3
2015-09-22TRX: Set ciphering to an initial state when activating channelAndreas Eversberg1-0/+8
2015-09-22TRX: Use correct slot type for GSM_PHCAN_BCCHAndreas Eversberg1-1/+1
2015-09-22TRX: Handover access burst supportAndreas Eversberg1-2/+4
2015-09-22TRX: Report measurementsAndreas Eversberg1-0/+22
2015-09-22TRX: Fixed typos tranceiver -> transceiverAndreas Eversberg1-25/+25
2015-09-22TRX: Fix: Cleanly free TRX instances during initialization in case of an errorAndreas Eversberg1-0/+1
2015-09-22TRX: Reset ciphering state when closing channelAndreas Eversberg1-0/+1
2015-09-22TRX: Support for AMR full speechAndreas Eversberg1-2/+15
2015-09-22TRX: Code cleanup, prepare for other codecs than GSM full rateAndreas Eversberg1-8/+4
2015-09-22TRX: Use link timeout value from BSC via OML attribute.Andreas Eversberg1-2/+8
2015-09-22TRX: Improved handling of clock indications.Andreas Eversberg1-0/+3
2015-09-22TRX: CipheringAndreas Eversberg1-10/+26
2015-09-22TRX: Completed TCH/F full rate supportAndreas Eversberg1-11/+6
2015-09-22TRX: Fix, never send confirm for DEACT SACCH request (TS 05.08 4.6)Andreas Eversberg1-5/+7
2015-09-22TRX: Use received TRX clocks to determine availablility of tranceiverAndreas Eversberg1-4/+26
2015-09-22TRX: Power down tranceiver and reset scheduler, if abis link is lostAndreas Eversberg1-0/+7
2015-09-22TRX: Introduce osmobts-trx, a layer 1 implementation for OpenBTS tranceiversAndreas Eversberg1-0/+571