aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
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 Yanitskiy1-6/+6
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-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 Pedrol2-34/+23
2020-09-07scheduler: Drop unused function trx_sched_reset()Pau Espin Pedrol1-7/+0
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-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-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-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 Yanitskiy1-17/+5
2020-08-02osmo-bts-trx/scheduler: fix CLCK.ind handling during ramping downVadim Yanitskiy1-1/+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 Yanitskiy1-1/+1
2020-07-27tx_power: Take into account max-initial when ramping up bigger power lvl inte...Pau Espin Pedrol1-1/+3
2020-07-27vty: Allow setting power-ramp max-initial to negative valuesPau Espin Pedrol2-3/+3
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-23rsl: Fix wrong param passed to gsm_pchan_name() in log linePau Espin Pedrol1-1/+1
2020-07-14common: Avoid changing OPSTATE to Enabled upon RSL upPau Espin Pedrol1-5/+2
2020-07-14Move struct gsm_bts_trx: gsm_data.* & bts.* => bts_trx.*Pau Espin Pedrol8-177/+211
2020-07-14measurement: replace u_int64_t with uint64_tAlexander Couzens1-1/+1
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 Pedrol7-177/+180
2020-07-05Move nm_state and Mo related code gsm_data.* => oml.*Pau Espin Pedrol2-138/+133
2020-07-05gsm_data.h: Use enum type for NM state fieldsPau Espin Pedrol1-1/+3
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-06-29A-bis/OML: handle hopping params in Set Channel AttributesVadim Yanitskiy2-13/+38
2020-06-27tx_power: Support controlling BTS with nominal tx pwr < 0dBmPau Espin Pedrol1-2/+2
2020-06-26osmo-bts-trx/scheduler: get rid of _sched_fcch_burstVadim Yanitskiy1-9/+0
2020-06-26vty: fix missing separator in help for power ramp commandsVadim Yanitskiy1-1/+1
2020-06-25Use libosmocore's TDMA frame number API (constatns & arithmetic)Vadim Yanitskiy2-12/+6
2020-06-23bts_shutdown: Wait until all TRX are closedPau Espin Pedrol1-11/+49