aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-10-20Introduce NM Channel FSMPau Espin Pedrol1-0/+12
2020-10-20Introduce NM Radio Carrier and Baseband Transceiver FSMsPau Espin Pedrol2-3/+31
2020-10-20Introduce NM BTS FSMPau Espin Pedrol1-0/+8
2020-10-20Introduce NM BTS Site Manager FSMPau Espin Pedrol4-3/+58
2020-10-19scheduler: get rid of useless TRX_CHAN_FLAG_PDCHVadim Yanitskiy1-2/+0
2020-10-19power_control: tolerate small deviations from 'rx-target'Vadim Yanitskiy1-0/+1
2020-10-15power_control: implement EWMA based Uplink power filteringVadim Yanitskiy2-0/+24
2020-10-15sysinfo: Don't broadcast SI4 GPRS INDICATOR if PCU is disconnectedHarald Welte1-3/+5
2020-10-15power_control: clarify argument names of lchan_ms_pwr_ctrl()Vadim Yanitskiy1-1/+2
2020-10-15gsm_data: check in and use enum lchan_rel_act_kindVadim Yanitskiy2-12/+10
2020-10-13Drop unused param in oml_init()Pau Espin Pedrol1-1/+1
2020-10-08vty: add attributes to VTY commands indicating when they applyPhilipp Maier1-0/+6
2020-10-06Introduce the new OML NM_ATT_OSMO_NS_LINK_CFG to configure IPv6 NSVC for PCUAlexander Couzens1-3/+3
2020-10-05bts: Add VTY command to manually override Radio Link TimeoutHarald Welte1-1/+5
2020-10-03osmo-bts-trx/scheduler: fix measurement handling for SUB framesPhilipp Maier1-0/+6
2020-10-01gsm_data.h: Drop unused struct fieldPau Espin Pedrol1-1/+0
2020-09-28vty: make most struct pointers const in show/write commandsVadim Yanitskiy3-6/+6
2020-09-28tx_power: make trx/lchan struct pointers const where possibleVadim Yanitskiy1-10/+10
2020-09-25bts: cosmetic: make param 'net' of gsm_bts_num() constVadim Yanitskiy1-1/+1
2020-09-22osmo-bts-trx/scheduler: refactor UL burst measurement processingVadim Yanitskiy1-10/+28
2020-09-22pcuif_proto: version 10: add support for IPv6 NSVCsAlexander Couzens1-1/+11
2020-09-22pcuif_proto: version 10: add frequency hopping parametersVadim Yanitskiy1-3/+12
2020-09-17gsm_data: rename hopping.{ma,ma_len} to hopping.arfcn_{list,num}Vadim Yanitskiy1-2/+2
2020-09-17struct gsm_bts_trx[_ts]: remove unused parsed NM attribute listVadim Yanitskiy2-2/+0
2020-09-17struct gsm_bts_trx: remove unused per-TRX OML Link pointerVadim Yanitskiy1-3/+0
2020-09-16Revert "pcuif_proto: version 0xa: add support for IPv6 NSVCs"Alexander Couzens1-12/+2
2020-09-15pcuif_proto: fix typo in commentAlexander Couzens1-1/+1
2020-09-15pcuif_proto: version 0xa: add support for IPv6 NSVCsAlexander Couzens1-2/+12
2020-09-15Fix RadioCarrier OML Operative State Change report not sent on some scenariosPau Espin Pedrol1-1/+1
2020-09-07scheduler: Drop unused function trx_sched_reset()Pau Espin Pedrol1-4/+0
2020-08-07rsl: constify the 'lchan' argument of rsl_tx_conn_fail()Vadim Yanitskiy1-1/+1
2020-08-07osmo-bts-trx/scheduler: implement baseband frequency hoppingVadim Yanitskiy2-0/+4
2020-08-04osmo-bts-trx/scheduler: refactor dummy burst schedulingVadim Yanitskiy1-0/+1
2020-08-03common: constify the argument of trx_ms_pwr_ctrl_is_osmo()Vadim Yanitskiy1-1/+1
2020-07-14Move struct gsm_bts_trx: gsm_data.* & bts.* => bts_trx.*Pau Espin Pedrol5-60/+72
2020-07-05Move gsm_bts code gsm-data.* => bts.*Pau Espin Pedrol2-310/+296
2020-07-05Move nm_state and Mo related code gsm_data.* => oml.*Pau Espin Pedrol2-37/+35
2020-07-05gsm_data.h: Use enum type for NM state fieldsPau Espin Pedrol1-3/+3
2020-06-30osmo-bts-trx/scheduler: get rid of unused 'meas' in l1sched_chan_stateVadim Yanitskiy1-4/+1
2020-06-29A-bis/OML: handle hopping params in Set Channel AttributesVadim Yanitskiy1-8/+4
2020-06-26osmo-bts-trx/scheduler: get rid of _sched_fcch_burstVadim Yanitskiy1-1/+0
2020-06-25Use libosmocore's TDMA frame number API (constatns & arithmetic)Vadim Yanitskiy1-3/+1
2020-06-25Fix shutdown in osmo-bts-{omldummy,virtual}Pau Espin Pedrol1-0/+1
2020-06-23bts_shutdown: Wait until all TRX are closedPau Espin Pedrol1-0/+2
2020-06-23bts_model: Convert bts_model_trx_close() to return asynchronouslyPau Espin Pedrol1-1/+9
2020-06-23Implement tx power ramp down during BTS shutdownPau Espin Pedrol1-0/+1
2020-06-23Introduce bts_shutdown FSMPau Espin Pedrol3-0/+42
2020-06-22phy_link.h: Drop unimplemented function definitionPau Espin Pedrol1-2/+0
2020-06-18power_ramp: Add support to get callback when ramping process completesPau Espin Pedrol1-1/+5
2020-06-18Introduce LOGPTRX macro and use it in tx_power.cPau Espin Pedrol1-0/+1