aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2020-09-17oml: Set RadioChannel operational state to Enabled only during OPSTARTPau Espin Pedrol1-3/+0
2020-09-17gsm_data: rename hopping.{ma,ma_len} to hopping.arfcn_{list,num}Vadim Yanitskiy2-9/+9
2020-09-16Avoid sending RSL RF REL ACK if PDCH chan is disabled by administrative lockPau Espin Pedrol1-5/+19
2020-09-16pcu_sock: Only announce dyn TS already configured by lower layersPau Espin Pedrol1-2/+5
2020-09-16Improve logging and error handling receiving act_req for dyn TS not yet confi...Pau Espin Pedrol1-0/+8
2020-09-16Improve error handling and logging in gsm_pchan2chan_nr()Pau Espin Pedrol1-0/+10
2020-09-16Improve logging around failing to (de)activate chan_nrPau Espin Pedrol2-8/+9
2020-09-16Revert "pcuif_proto: version 0xa: add support for IPv6 NSVCs"Alexander Couzens1-2/+1
2020-09-15pcuif_proto: version 0xa: add support for IPv6 NSVCsAlexander Couzens1-1/+2
2020-09-15Fix RadioCarrier OML Operative State Change report not sent on some scenariosPau Espin Pedrol3-35/+25
2020-09-10osmo-bts-trx: also print 'txtune-ack' in st_open_poweroff()Vadim Yanitskiy1-1/+2
2020-09-07scheduler: Drop unused function trx_sched_reset()Pau Espin Pedrol1-7/+0
2020-09-07bts-trx: Ensure RFMUTE state is set properly at startupPau Espin Pedrol2-2/+9
2020-09-07bts-trx: Use TRXC RFMUTE instead of resetting the schedulerPau Espin Pedrol3-40/+19
2020-09-05osmo-bts-trx/trx_provision_fsm: add missing default labelsVadim Yanitskiy1-0/+8
2020-09-05osmo-bts-trx: fix trx_init(): do not send OPSTART ACK blindlyVadim Yanitskiy1-1/+4
2020-09-05osmo-bts-trx/l1_if: drop redundant logging messageVadim Yanitskiy1-2/+1
2020-09-05osmo-bts-trx/trx_provision_fsm: cosmetic: switch is not a functionVadim Yanitskiy1-5/+5
2020-09-05osmo-bts-trx/trx_provision_fsm: fix misleading comment in headerVadim Yanitskiy1-1/+1
2020-09-04vty: add 'gsmtap-sapi (enable-all|disable-all)' commandVadim Yanitskiy1-2/+23
2020-09-04vty: clarify documentation of '[no] gsmtap-sapi' commandVadim Yanitskiy1-2/+2
2020-09-02osmo-bts-omldummy: enable BTS_FEAT_{CBCH,HOPPING} supportVadim Yanitskiy1-0/+2
2020-08-26pcu_sock: Fix typo in log messagePau Espin Pedrol1-1/+1
2020-08-18common: tx_power: Fix bug in power ramp up below max-initial valuePau Espin Pedrol1-1/+1
2020-08-17osmo-bts-trx: Use much lower clock advance values towards PCU and TRXDaniel Willmann1-2/+2
2020-08-10common: Support setting rt prio through new libosmovty sched VTY cmdsPau Espin Pedrol1-1/+5
2020-08-07rsl: constify the 'lchan' argument of rsl_tx_conn_fail()Vadim Yanitskiy1-1/+1
2020-08-08l1sap: radio_link_timeout(): bad_frame is a booleanVadim Yanitskiy1-3/+3
2020-08-08l1sap: radio_link_timeout(): use LOGPLCHAN() macroVadim Yanitskiy1-6/+8
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 Yanitskiy4-4/+113
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 Yanitskiy2-17/+28
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 Yanitskiy1-1/+1
2020-08-03Constify the 'trx' argument of trx_get_hlayer1() everywhereVadim Yanitskiy12-19/+19
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