aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx
AgeCommit message (Expand)AuthorFilesLines
2017-08-27Fix static build of osmo-bts-trx.Alexander Chemeris1-1/+1
2017-08-27osmo-bts-trx: Increase a maximum allowed MS power reduction step from 2dB to ...Alexander Chemeris1-1/+1
2017-08-27osmo-bts-trx: Remove an unused variable. Resolves a compiler warning.Alexander Chemeris1-4/+0
2017-08-27osmo-bts-trx: Fix MS power control loop.Alexander Chemeris2-12/+12
2017-02-19osmo-trx-bts: Fix incorrect bts shutdown procedure in case of clock loss from...Ivan Klyuchnikov1-13/+1
2017-02-14osmo-trx-bts: Fix incorrect bts shutdown procedure in case of abis connection...Ivan Klyuchnikov1-4/+1
2017-02-10Fix typo in TCH/H interleaving tableMax1-1/+1
2017-02-10osmo-trx-bts: Fix osmo-bts-trx crash on startup during reading phy instance p...Ivan Klyuchnikov2-2/+5
2017-02-10osmo-trx-bts: Fix incorrect setting of RXGAIN and POWER parameters on second ...Ivan Klyuchnikov4-74/+83
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 Chemeris5-1/+68
2016-11-29osmo-bts-trx: remove obsolete include of netif/rtp.hNeels Hofmeyr1-2/+0
2016-11-11Replace link_id constant with defineMax1-4/+4
2016-11-08Initialize parameters in osmo-trx for 11bit RACHbhargava1-0/+4
2016-10-18Replace magic number with defineMax1-4/+4
2016-10-13TRX: fix building with latest DTX changesMax1-2/+2
2016-08-10dyn TS: complete for TRXNeels Hofmeyr1-8/+19
2016-08-08osmo-bts-trx: log decoder bit errors as DEBUG, not NOTICEMike McTernan1-1/+1
2016-08-08osmo-bts-trx: Fix PCS1900 operationMike McTernan1-2/+12
2016-08-08Fill measurements data for L1SAPMax1-8/+22
2016-07-28trx: Fix coverity BER calculation NULL dereferenceTom Tsou1-6/+9
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-28trx: Enable EGPRS handling through burst lengthsTom Tsou4-60/+134
2016-07-28trx: Add EGPRS coding and decoding proceduresTom Tsou2-8/+1028
2016-07-25trx: Add EGPRS tables, sequences, and mappingsTom Tsou10-4/+2443
2016-07-14osmo-bts-trx: init OML only once by sending AVSTATE_OK with OPSTATE_ENABLEDNeels Hofmeyr1-11/+1
2016-07-09log: osmo-bts-trx: change PDTCH block logs to DEBUG levelNeels Hofmeyr1-2/+2
2016-07-09log: osmo-bts-trx: change access burst logs to DEBUG levelNeels Hofmeyr1-2/+2
2016-07-09cosmetic: osmo-bts-trx: add comment, fix comment typoNeels Hofmeyr1-0/+1
2016-06-27TRX: add Uplink DTX support for FR/HRMax1-3/+13
2016-06-23Make get_lchan_by_chan_nr globally availableMax1-7/+2
2016-06-22Clarify logging messageMax1-1/+1
2016-06-21Use libosmocodec functions for AMRMax4-107/+21
2016-06-17dyn PDCH: add bts_model_ts_connect() and _disconnect() stubsNeels Hofmeyr1-0/+11
2016-06-16TRX: Add vty command to power on/off transceiverMax2-3/+23
2016-06-16Fix OML activationMax2-4/+12
2016-02-22Fix ocmo-bts-octphy interaction with OsmoPCUMax1-9/+7
2016-02-15Use consistent naming of binaries accross BTS modelsHarald Welte1-3/+3
2016-02-15Introduce new phy_link and phy_instance abstractionHarald Welte7-297/+431
2016-02-15TRX: Move scheduler to src/commonHarald Welte10-1889/+10
2016-02-15TRX: scheduler: Remove dependency to trx_if.[ch]Harald Welte3-11/+14
2016-02-15TRX: scheduler: Move trx_sched_clock() to scheduler_trx.cHarald Welte5-230/+229
2016-02-15TRX: scheduler: don't access l1h->config from schedulerHarald Welte3-1/+6
2016-02-15TRX: call trx_loop_sacch_clock from TRX scheduler backendHarald Welte2-6/+6
2016-02-15TRX: split scheduler in generic part and backend partHarald Welte4-1362/+1440
2016-02-15TRX: factor out the scheduler from remaining codeHarald Welte7-411/+473