aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx/l1_if.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-29osmo-bts-trx: Remove duplicate parsing of NM_ATT_CONN_FAIL_CRITHarald Welte1-5/+0
2017-05-29Consistently check for minimum attribute/TLV length in RSL and OMLHarald Welte1-1/+1
2017-05-09osmo-bts-trx/l1_if.c: cosmetic: drop double checkVadim Yanitskiy1-3/+3
2017-03-23osmo-bts-trx/l1_if.c: use channel combination III for TCH/HVadim Yanitskiy1-1/+1
2017-02-14osmo-trx-bts: Fix incorrect bts shutdown procedure in case of abis connection...Ivan Klyuchnikov1-4/+1
2017-02-10osmo-trx-bts: Fix osmo-bts-trx crash on startup during reading phy instance p...Ivan Klyuchnikov1-2/+1
2017-02-10osmo-trx-bts: Fix incorrect setting of RXGAIN and POWER parameters on second ...Ivan Klyuchnikov1-23/+16
2016-12-12osmo-bts-trx: fix lchan deactivationMax1-2/+4
2016-12-05TRX: prevent segfault upon phy initMax1-7/+10
2016-12-01Remove duplicated codeMax1-5/+19
2016-12-01trx: Add "maxdlynb" VTY command to control max TA for Normal Bursts.Alexander Chemeris1-0/+5
2016-11-11Replace link_id constant with defineMax1-4/+4
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