aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-06-23bts_shutdown: Wait until all TRX are closedPau Espin Pedrol2-11/+51
2020-06-23bts_model: Convert bts_model_trx_close() to return asynchronouslyPau Espin Pedrol10-24/+62
2020-06-23bts_shutdown: First deact RF on all TRX, finally close themPau Espin Pedrol1-0/+2
2020-06-23bts-trx: Split part of bts_model_trx_close() steps into bts_model_deact_rfPau Espin Pedrol1-7/+17
2020-06-23Implement tx power ramp down during BTS shutdownPau Espin Pedrol3-7/+43
2020-06-23Introduce bts_shutdown FSMPau Espin Pedrol7-34/+204
2020-06-23abis.c: Use LOGPIL when logging signalling link downPau Espin Pedrol1-1/+1
2020-06-22bts.c: Fix typo in log line and improve itPau Espin Pedrol1-1/+1
2020-06-22phy_link.h: Drop unimplemented function definitionPau Espin Pedrol1-2/+0
2020-06-19tx_power: Log bypass param in power_ramp_startPau Espin Pedrol1-2/+2
2020-06-19bts-trx: Instruct user to set manually nominal-tx-power if NOMTXPOWER not sup...Pau Espin Pedrol1-1/+4
2020-06-18power_ramp: Add support to get callback when ramping process completesPau Espin Pedrol12-18/+26
2020-06-18Introduce LOGPTRX macro and use it in tx_power.cPau Espin Pedrol4-55/+56
2020-06-18Fix missing bts_model implementations in stubs.c and bts_model.cPau Espin Pedrol2-0/+16
2020-06-18cosmetic: {oc2g,lc15}bts_bty.c: Fix trailing whitespacePau Espin Pedrol2-2/+2
2020-06-18tests/stubs.c: Add missing stub for bts_model_change_powerPau Espin Pedrol1-0/+3
2020-06-18meas_tests: Avoid redefining all bts_model stubsPau Espin Pedrol2-86/+1
2020-06-18handover_tests: Avoid redefining all bts_model stubsPau Espin Pedrol3-19/+4
2020-06-18scheduler: Add rate_ctr informing about Dl block not foundPau Espin Pedrol1-1/+5
2020-06-18scheduler: Add rate_ctr informing about too low rts-advancePau Espin Pedrol2-0/+25
2020-06-17Merge gsm_data_shared.h into gsm_data.hPau Espin Pedrol5-772/+762
2020-06-17cosmetic: include/osmo-bts/Makefile.am: split each header file in one linePau Espin Pedrol1-5/+29
2020-06-17cosmetic: common/Makefile.am: split each source file in one linePau Espin Pedrol1-6/+29
2020-06-16scheduler: _sched_dequeue_prim(): Refactor found_msg goto pathPau Espin Pedrol1-14/+11
2020-06-16scheduler: _sched_dequeue_prim(): Refactor goto pathsPau Espin Pedrol1-7/+9
2020-06-16scheduler: Early return in _sched_dequeue_prim() and clarify FN casesPau Espin Pedrol1-3/+4
2020-06-16scheduler: Improve logging about prim being out of rangePau Espin Pedrol1-5/+7
2020-06-16doc: Fix typos in bts-models.adocPau Espin Pedrol1-3/+3
2020-06-15A-bis/OML: fix logging: do not print A-bis MO name twiceVadim Yanitskiy1-2/+2
2020-06-15A-bis/RSL: refactor handling of BS Power IE (power reduction)Vadim Yanitskiy7-43/+50
2020-06-15osmo-bts-trx: include BS Power reduction in Downlink burstsVadim Yanitskiy2-2/+5
2020-06-15osmo-bts-trx: store pointer to gsm_lchan in l1sched_chan_stateVadim Yanitskiy4-4/+12
2020-06-15osmo-bts-trx: introduce and use struct trx_dl_burst_reqVadim Yanitskiy12-243/+216
2020-06-15osmo-bts-trx: move logical channel handlers to separate filesVadim Yanitskiy9-1562/+1816
2020-06-15osmo-bts-trx: use osmo_store32be() in trx_if_send_burst()Vadim Yanitskiy1-4/+1
2020-06-12abis.c: Grab reference to e1inp_line_get if already createdPau Espin Pedrol1-2/+4
2020-06-12scheduler: Fix reading out of buffer during tx of dummy burst on PDCH TS with...Pau Espin Pedrol1-0/+2
2020-06-12bts-trx: Re-apply tx power if nominal power is received after POWERONPau Espin Pedrol1-5/+24
2020-06-12bts-trx: Use TRXC cmd NOMTXPOWER to retrieve nominal tx power from osmo-trxPau Espin Pedrol4-4/+49
2020-06-12bts-trx: Introduce helper func l1if_trx_set_nominal_powerPau Espin Pedrol4-3/+10
2020-06-12bts-trx: Rename setpower TRXC functions to describe they use power attenuationPau Espin Pedrol3-7/+7
2020-06-12bts-trx: Implement power ramping during BTS bring upPau Espin Pedrol7-73/+73
2020-06-12pcu_sock: Change log about tx PCH confirm INFO->DEBUGPau Espin Pedrol1-1/+1
2020-06-12osmo-bts-trx/scheduler: properly handle NOPE.ind during handoverVadim Yanitskiy1-6/+9
2020-06-11Do not mix public and private BTS features, use libosmocore's APIVadim Yanitskiy12-132/+110
2020-06-11gsm_data_shared: use bitvec API to allocate the feature vectorVadim Yanitskiy3-7/+6
2020-06-10osmo-bts-trx: indicate BTS_FEAT_EGPRS support to BSCVadim Yanitskiy1-0/+1
2020-06-10oml: fix TL16V length calculation in add_bts_feat()Vadim Yanitskiy1-1/+2
2020-06-09scheduler.c: Fix trailing whitespacePau Espin Pedrol1-1/+1
2020-06-09oml.c: Log ADM STATE change locked/unlockedPau Espin Pedrol1-0/+4