aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx
AgeCommit message (Expand)AuthorFilesLines
2018-04-16osmo-bts-trx: ul-pwr-controlneels/ul-pwrNeels Hofmeyr1-31/+26
2018-04-16osmo-bts-trx: fix MS power loop: remove extranous incrementNeels Hofmeyr1-3/+1
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte1-3/+1
2018-03-05scheduler_trx.c: remove ToA (Time of Arrival) hackVadim Yanitskiy1-9/+0
2018-02-27L1SAP: Increase resolution of reported burst timingHarald Welte1-1/+1
2018-02-27trx/scheduler: Use integer math for TOA (Timing of Arrival)Harald Welte6-55/+58
2018-02-27Move rach_busy counting above L1SAPHarald Welte1-1/+5
2018-02-26split scheduler_mframe.c from scheduler.cHarald Welte1-1/+1
2018-02-23osmo-bts-trx: Add missing frame number to l1if_process_meas_res()Harald Welte1-1/+1
2018-02-22bts: use feature list instead of speech codec tablePhilipp Maier1-12/+0
2018-02-22octphy: ensure all BTS models set featuresPhilipp Maier1-0/+5
2018-02-19trx: make l1if_fill_meas_res() staticHarald Welte2-3/+1
2018-02-19rsl: do not allow MODE MODIFY request with unsupp. codec/ratePhilipp Maier1-0/+12
2018-02-08osmo-bts-trx: init nbits to know valueMax1-1/+1
2018-02-05bts-trx: scheduler_trx.c: Fix missing headerPau Espin Pedrol1-0/+1
2018-02-05Remove unused variablesPau Espin Pedrol1-4/+0
2018-01-19bts-trx: Detect duplicated responses for retransmitted commandsPau Espin Pedrol2-2/+19
2018-01-19bts-trx: trx_if.c: Improve parsing of received RSP messages from TRXPau Espin Pedrol2-70/+130
2018-01-19bts-trx: trx_if.c: trx_ctrl_read_cb: Move error handling to end of funcPau Espin Pedrol1-6/+7
2018-01-19bts-trx: trx_if.c: Log timedout+retransmitted CMDPau Espin Pedrol1-2/+7
2017-12-10bts-trx: Avoid enqueueing consecutive duplicate messages to TRXPau Espin Pedrol1-2/+7
2017-12-10bts-trx: trx_ctrl_cmd: Simplify var assignment logicPau Espin Pedrol1-3/+2
2017-12-04osmo-bts-trx: Fix reported frame number during PRIM_INFO_MEASHarald Welte1-4/+10
2017-12-02scheduler_trx: L1P is for PH (data), L1M for MPH (control)Harald Welte1-46/+46
2017-12-02scheduler: Harmonize log line format; Always print TS name + decoded FNHarald Welte1-114/+66
2017-11-06trx: Don't assume phy_instance_by_num() returns non-NULLHarald Welte1-0/+2
2017-11-06trx: Don't call osmo_fr_check_sid with negative 'rc'Harald Welte1-1/+2
2017-11-06trx: Avoid NULL+1 dereference in trx_ctrl_read_cb()Harald Welte1-1/+3
2017-11-06trx: Better be safe than sorry before calling strlenHarald Welte1-0/+2
2017-10-18osmo-bts-trx: vty: various fixes of 'write file' and docNeels Hofmeyr1-5/+9
2017-10-08Remove build dependency on legacy OpenBSCMax1-1/+1
2017-09-02trx: avoid deactivating lchan on LCHAN_REL_ACT_REACTMax1-0/+6
2017-08-25osmo-bts-trx: Relax validation to allow TRX data bursts without paddingPau Espin Pedrol1-1/+2
2017-08-24osmo-bts-trx: remove global variables from loopsMax4-41/+44
2017-08-24osmo-bts-trx: fix 'osmotrx legacy-setbsic'Max1-3/+3
2017-08-20Fix static build of osmo-bts-trx and osmo-bts-virtual.Alexander Chemeris1-1/+1
2017-08-20osmo-bts-trx: Increase a maximum allowed MS power reduction step from 2dB to ...Alexander Chemeris1-1/+1
2017-08-19osmo-bts-trx: Remove an unused variable. Resolves a compiler warning.Alexander Chemeris1-4/+0
2017-08-19osmo-bts-trx: Fix MS power control loop.Alexander Chemeris2-12/+12
2017-08-15osmo-bts-trx: Enable osmotrx tx-attenuation oml by defaultPau Espin Pedrol1-0/+2
2017-08-09TRX: Remove global variables, move SETBSIC/SETTSC handling into phy_linkHarald Welte3-66/+37
2017-08-09TRX: Remove bogus extern global variable declarationsHarald Welte1-2/+0
2017-07-30TRX / VIRT-PHY: Make check for BCCH/CCCH more specificHarald Welte1-2/+2
2017-07-24cosmetic: Move error goto path to the end of the functionPau Espin Pedrol1-8/+9
2017-07-24cosmetic: scheduler_trx.c: Add function to get rid of ugly goto pathPau Espin Pedrol1-15/+22
2017-07-24cosmetic: scheduler_trx: Remove trailing whitespacePau Espin Pedrol1-8/+8
2017-07-02TRX: permit transmission of all-zero loopback framesHarald Welte1-30/+5
2017-07-01TRX: don't free l1h in trx_phy_inst_close()Harald Welte1-1/+0
2017-07-01TRX: merge/simplify l1_if and trx_if codeHarald Welte4-103/+92
2017-07-01TRX: Rename trx_if_data() -> trx_if_send_burst()Harald Welte3-3/+3