aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-11-20power_control.c: Don't use announced MS Power level as input for loop calcula...Pau Espin Pedrol3-26/+4
2019-11-20osmo-bts-trx/trx_if.c: fix: NOPE.ind also contains C/I fieldVadim Yanitskiy1-5/+6
2019-11-20scheduler_trx.c: avoid division by zero when calculating BERPhilipp Maier3-4/+13
2019-11-19osmo-bts-virtual.cfg: ms-power-control dsp -> osmoOliver Smith1-1/+1
2019-11-19osmo-bts-trx/trx_if.c: also print both RSSI and ToA256 for NOPE.indVadim Yanitskiy1-3/+3
2019-11-19osmo-bts-trx/trx_if.c: fix: always initialize bi->burst_len for NOPE.indVadim Yanitskiy1-1/+3
2019-11-19osmo-bts-trx: general handling of NOPE / IDLE indicationsVadim Yanitskiy3-8/+20
2019-11-14Introduce BTS feature BTS_FEAT_MS_PWR_CTRL_DSPPau Espin Pedrol9-4/+23
2019-11-14power_control.c: Fix ms pwr ctrl skipped if MS doesn't support announced MS P...Pau Espin Pedrol3-2/+15
2019-11-14power_control.c: Log rx current and target signal levelsPau Espin Pedrol1-4/+6
2019-11-14power_control.c: Apply latests improvements from loops.cPau Espin Pedrol2-45/+75
2019-11-14bts-trx: loops.c: Avoid always clamping MS power to MS power class 1Pau Espin Pedrol1-10/+1
2019-11-14Move and rename gsm_lchan.ms_power fieldPau Espin Pedrol6-21/+20
2019-11-14rsl: Remove unneeded duplicate reset on some lchan fieldsPau Espin Pedrol1-3/+0
2019-11-14Change gsm_lchan field fixed to boolPau Espin Pedrol3-11/+11
2019-11-14Change gsm_bts_trx field to bool and rename itPau Espin Pedrol5-7/+7
2019-11-14cosmetic: Fix trailing whitespacePau Espin Pedrol3-3/+3
2019-11-12rsl: Fix logged value in rx MS Power ControlPau Espin Pedrol1-1/+1
2019-11-12bts-trx: Implement MS Power control loop calculations using dBm instead of ct...Pau Espin Pedrol2-31/+58
2019-11-12rsl: Assign recv pwr to lchan's max ms powerPau Espin Pedrol1-2/+22
2019-10-31scheduler_trx: initalize n_errors, n_bursts_bits, n_bits_totalPhilipp Maier1-5/+11
2019-10-29scheduler_trx: use gsm0502_fn_remap() to calculate frame numberPhilipp Maier1-26/+35
2019-10-28cosmetic: l1sap.c: Fix typoPau Espin Pedrol1-1/+1
2019-10-28power_control.c: Take into account RSL CHAN ACT ms power level limitsPau Espin Pedrol1-0/+7
2019-10-28loops.h: Fix missing include for struct l1sched_trxPau Espin Pedrol1-0/+2
2019-10-28bts-trx: loops.c: Take into account RSL CHAN ACT ms power level limitsPau Espin Pedrol1-0/+4
2019-10-28cosmetic: bts-trx: document variable power levelPau Espin Pedrol1-1/+1
2019-10-21osmo-bts-trx/scheduler: fix: print the last frame number in rx_data_fn()Vadim Yanitskiy1-2/+2
2019-10-21vty.c: avoid coverity BAD_SHIFT issuesOliver Smith1-0/+2
2019-10-21vty.c: don't ignore get_string_value() errorsOliver Smith1-4/+4
2019-10-17Rename variable: CALIB_SUCESS -> CALIB_SUCCESSMartin Hauke1-3/+3
2019-10-17Fix common misspellings and typosMartin Hauke44-178/+178
2019-10-17vty: add "logging filter l1-sapi"Oliver Smith2-0/+70
2019-10-16bts-trx: Time out if no clock ind recvd after RSP POWERONPau Espin Pedrol3-2/+57
2019-10-11log: set L1 SAPI log contextOliver Smith6-0/+293
2019-10-10README.md: update osmo-bts-trx specific limitationsVadim Yanitskiy1-5/+0
2019-10-09L1SAP: there can be no DATA.ind primitives on PTCCH/U, reject themVadim Yanitskiy1-16/+18
2019-10-09L1SAP: use GSMTAP_CHANNEL_PDTCH for PDTCH blocks by defaultVadim Yanitskiy1-2/+4
2019-10-09L1SAP: fix gsmtap_pdch(): there can be no DATA.ind on PTCCH/UVadim Yanitskiy1-7/+0
2019-10-09L1SAP: use the actual ARFCN for outgoing PCUIF messagesVadim Yanitskiy1-4/+4
2019-10-09bts-trx: Log TRXC and TRXD socket recv()/send() failuresPau Espin Pedrol1-5/+23
2019-10-09L1SAP: properly handle 11-bit encoded RACH.ind in gsmtap_ph_rach()Vadim Yanitskiy1-1/+1
2019-10-09L1SAP: refactor handling of Access Bursts on PDCHVadim Yanitskiy1-15/+43
2019-10-09L1SAP: do not pass unused parameter to l1sap_handover_rach()Vadim Yanitskiy1-3/+2
2019-10-09L1SAP: clarify debug messages in rach_pass_filter()Vadim Yanitskiy1-3/+3
2019-10-09L1SAP: also consider RSL_CHAN_OSMO_CBCH8 as CBCHVadim Yanitskiy1-1/+2
2019-10-09L1SAP: use RSL_CHAN_* definitions from libosmogsmVadim Yanitskiy1-10/+21
2019-10-07gitignore: add oc2g generated filesOliver Smith1-0/+5
2019-10-05bts-trx: Drop unused func check_transceiver_availability()Pau Espin Pedrol2-13/+0
2019-10-05bts-trx: Get rid of messy transceiver_available state handlerPau Espin Pedrol5-40/+21