aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-trx
AgeCommit message (Expand)AuthorFilesLines
2019-02-15scheduler_trx: use stored fn for pdtch data indicationsPhilipp Maier1-1/+1
2019-02-14osmo-bts-trx: add extended (11-bit) RACH supportMax1-10/+38
2019-02-05scheduler_trx: Fix erroneous multiply-by-fourHarald Welte1-4/+4
2018-12-23osmo-bts-trx/loops.c: Make code control flow more readableHarald Welte1-20/+9
2018-12-23osmo-bts-trx/loops.c: Use lchan name based loggingHarald Welte1-56/+36
2018-12-23osmo-bts-trx/loops.[ch]: Make functions "void" if they always return 0Harald Welte2-54/+35
2018-12-23osmo-bts-trx/loops.c: Add comments documenting TA + MS power control loopHarald Welte1-0/+30
2018-12-04bts-trx: (n)ack PDCH DEACT only after TRX answered SETSLOTPau Espin Pedrol3-9/+81
2018-11-26bts_model: Allow TS connect to be processed asynchronouslyPau Espin Pedrol1-5/+3
2018-11-26cosmetic: fix whitespacePau Espin Pedrol1-1/+1
2018-11-23bts-trx: early return on POWERON successPau Espin Pedrol1-0/+1
2018-11-22Fix deprecated gsm_arfcn2band(), use gsm_arfcn2band_rc()Vadim Yanitskiy1-6/+5
2018-11-20bts-trx: Allow re-try without exit if POWERON fails in osmo-trxPau Espin Pedrol1-10/+44
2018-11-20bts-trx: setup timer once at creation timePau Espin Pedrol5-6/+17
2018-11-19bts-trx: trx_if: Use struct to store CTRL msg parsed responsesPau Espin Pedrol1-22/+28
2018-11-19osmo-bts-trx: print TRX socket addresses in 'show transceiver'Max1-1/+4
2018-11-18bts: Allocate TRX for BTS dynamically, deprecate -tPau Espin Pedrol1-0/+5
2018-10-21scheduler_trx.c: Switch to osmo_timerfd() of libosmocore >= 0.12.0Harald Welte1-66/+4
2018-09-17CBCH: Fix CBCH implementation for osmo-bts-trxHarald Welte1-2/+6
2018-09-16osmo-bts-trx/l1_if.c: cosmetic: fix typo in debug msgVadim Yanitskiy1-1/+1
2018-09-09CBCH: Implement CBCH support for osmo-bts-{trx,virtual}Harald Welte1-0/+1
2018-08-28fix ip.access dyn TS for osmo-bts-trxNeels Hofmeyr1-0/+14
2018-08-17fix timespec subtraction in compute_elapsed_us()Stefan Sperling1-12/+11
2018-08-01Clarify frame loss counter for l1sched_chan_stateVadim Yanitskiy1-2/+2
2018-07-20trx: scheduler: Keep RTP clock up to date while in DTXu pausePau Espin Pedrol1-4/+12
2018-07-02Remove unneeded direct libortp dependencyPau Espin Pedrol1-3/+2
2018-05-24scheduler_trx: Add reminders to use libosmocore functionsHarald Welte1-0/+3
2018-05-09osmo-bts-trx: Enable A5/3 cipher supportHarald Welte1-1/+1
2018-04-25scheduler_trx: Fix signed integer overflow in clock calculationsPau Espin Pedrol1-2/+3
2018-04-17osmo-bts-trx: perform error concealment for FR framesPhilipp Maier1-2/+16
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