aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-08-07l1sap: radio_link_timeout(): clarify logging messagesVadim Yanitskiy1-12/+12
2020-08-07osmo-bts-trx: indicate support of BTS_FEAT_HOPPINGVadim Yanitskiy1-0/+1
2020-08-07osmo-bts-trx/scheduler: implement baseband frequency hoppingVadim Yanitskiy6-4/+117
2020-08-06pcu_sock: use LOGPTRX() in info_ind_fill_trx()Vadim Yanitskiy1-2/+2
2020-08-06pcu_sock: separate trx / ts filling from pcu_tx_info_ind()Vadim Yanitskiy1-26/+35
2020-08-06pcu_sock: warn about maximum transceiver number constraintsVadim Yanitskiy1-11/+15
2020-08-06pcu_sock: use a 'switch' statement in ts_should_be_pdch()Vadim Yanitskiy1-5/+6
2020-08-04oml: fix ARFCN range check in oml_rx_set_bts_attr()Vadim Yanitskiy1-1/+1
2020-08-04oml: fix ARFCN range check in oml_rx_set_radio_attr()Vadim Yanitskiy1-1/+1
2020-08-04osmo-bts-trx/scheduler: refactor dummy burst schedulingVadim Yanitskiy3-17/+29
2020-08-02osmo-bts-trx/scheduler: fix CLCK.ind handling during ramping downVadim Yanitskiy2-6/+1
2020-08-03pcu_sock: constify the argument of ts_should_be_pdch()Vadim Yanitskiy1-1/+2
2020-08-03common: constify the argument of trx_ms_pwr_ctrl_is_osmo()Vadim Yanitskiy2-2/+2
2020-08-03Constify the 'trx' argument of trx_get_hlayer1() everywhereVadim Yanitskiy13-20/+20
2020-07-28doc: configuration.adoc: Document ramping down featurePau Espin Pedrol1-0/+6
2020-07-27tx_power: Take into account max-initial when ramping up bigger power lvl inte...Pau Espin Pedrol1-1/+3
2020-07-27bts-trx: Fix assert hit when rf_locked in .cfg and TS TCH/F_PDCHPau Espin Pedrol1-0/+7
2020-07-27vty: Allow setting power-ramp max-initial to negative valuesPau Espin Pedrol2-3/+3
2020-07-27bts-trx: Fix handling ADM state change while previous one WIPPau Espin Pedrol1-5/+24
2020-07-27common: Avoid call to bts_model_chg_adm_state() if there's no ADM state changePau Espin Pedrol1-5/+6
2020-07-24bts_shutdown_fsm: Fix switching too quickly to state WAIT_TRX_CLOSEDPau Espin Pedrol1-2/+4
2020-07-24bts-trx: prov_fsm: Fix mess with 1 event having 2 namesPau Espin Pedrol3-4/+2
2020-07-23bts-trx: Fix osmocom dyn ts assert hit during Adm State UnlockPau Espin Pedrol1-0/+7
2020-07-23rsl: Fix wrong param passed to gsm_pchan_name() in log linePau Espin Pedrol1-1/+1
2020-07-22bts-trx: Delay TRXC POWERON cmd until all TRXs are provisionedPau Espin Pedrol2-8/+58
2020-07-22bts-trx: Integrate TRX provisioning logic more tightly into the FSMPau Espin Pedrol5-87/+228
2020-07-22bts-trx: Use bool type for on/off state variablesPau Espin Pedrol3-39/+39
2020-07-20tx_power_test: Disable using color in log outputPau Espin Pedrol2-37/+37
2020-07-14bts-trx: introduce TRX provisioning FSMPau Espin Pedrol6-224/+537
2020-07-14bts-trx: Remove unused function l1if_provision_transceiver()Pau Espin Pedrol2-25/+0
2020-07-14common: Avoid changing OPSTATE to Enabled upon RSL upPau Espin Pedrol1-5/+2
2020-07-14bts-trx: Don't set OPSTATE enabled during trx_initPau Espin Pedrol1-3/+0
2020-07-14Move struct gsm_bts_trx: gsm_data.* & bts.* => bts_trx.*Pau Espin Pedrol13-237/+283
2020-07-14measurement: replace u_int64_t with uint64_tAlexander Couzens1-1/+1
2020-07-09bts-virt: Don't rely on gsmtap_makemsg() returning NULL for GSMTAP_CHANNEL_UN...Pau Espin Pedrol1-1/+4
2020-07-09l1sap: do not print redundant info in l1sap_chan_act()Vadim Yanitskiy1-2/+1
2020-07-05Move gsm_bts code gsm-data.* => bts.*Pau Espin Pedrol12-487/+479
2020-07-05Move nm_state and Mo related code gsm_data.* => oml.*Pau Espin Pedrol4-175/+168
2020-07-05gsm_data.h: Use enum type for NM state fieldsPau Espin Pedrol2-4/+6
2020-07-05bts-trx: Implement ramp up/down during ADM state changePau Espin Pedrol1-16/+75
2020-07-05pcu_sock: Avoid presenting TS from disabled TRX as available to PCUPau Espin Pedrol1-0/+8
2020-07-05bts_shutdown: Speed up shutdown if no TRX is operationalPau Espin Pedrol1-11/+36
2020-07-05bts-trx: Introduce rate counter for scheduler timerfd missed FNsPau Espin Pedrol3-1/+25
2020-06-30osmo-bts-trx/scheduler: get rid of unused 'meas' in l1sched_chan_stateVadim Yanitskiy1-4/+1
2020-06-29osmo-bts-trx/scheduler: cosmetic: move trx_if_powered() checkVadim Yanitskiy1-4/+4
2020-06-29A-bis/OML: handle hopping params in Set Channel AttributesVadim Yanitskiy3-21/+42
2020-06-27tx_power: Support controlling BTS with nominal tx pwr < 0dBmPau Espin Pedrol5-9/+12
2020-06-26osmo-bts-trx/scheduler: get rid of _sched_fcch_burstVadim Yanitskiy3-11/+2
2020-06-26vty: fix missing separator in help for power ramp commandsVadim Yanitskiy1-1/+1
2020-06-25osmo-bts-trx/scheduler: make mark trx_sched_fn() return voidVadim Yanitskiy1-3/+1