aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/bts.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-19allow to configure multiple oml remote-ip addressesPhilipp Maier1-0/+1
2021-07-06paging: prioritize CS related paging over PS related pagings.Philipp Maier1-0/+2
2021-07-05Support SDCCH8 in osmo dyn tsPau Espin Pedrol1-0/+1
2021-07-01osmo-bts-trx: implement BCCH carrier power reduction modeVadim Yanitskiy1-0/+55
2021-06-30Support forwarding proto IPAC_PROTO_EXT_PCU BSC<->PCUPau Espin Pedrol1-0/+1
2021-06-01[VAMOS] bts_supports_cm(): handle RSL_CMOD_CRT_OSMO_TCH_VAMOS_{Bm,Lm}Vadim Yanitskiy1-0/+8
2021-06-01[VAMOS] rsl: call bts_supports_cm() from rsl_handle_chan_mod_ie()Vadim Yanitskiy1-17/+25
2021-05-11[VAMOS] Merge bts_trx_init() into gsm_bts_trx_alloc()Vadim Yanitskiy1-1/+1
2021-04-30Introduce ability to set socket priority of RTP socketsHarald Welte1-0/+1
2021-01-08power_control: migrate MS/BS control loops to the new paramsVadim Yanitskiy1-16/+0
2021-01-04power_control: check-in new parameters and default valuesVadim Yanitskiy1-1/+5
2020-12-09power_control: make raise/lower step limitation configurableVadim Yanitskiy1-0/+3
2020-12-06power_control: clarify units in 'struct bts_power_ctrl_params'Vadim Yanitskiy1-2/+2
2020-12-02bts: add Downlink power control parametersVadim Yanitskiy1-4/+14
2020-12-02bts: rename MS_UL_PF_ALGO_{NONE,EWMA} to BTS_PF_ALGO_{NONE,EWMA}Vadim Yanitskiy1-1/+1
2020-12-02struct gsm_bts: move ul_power_{target,hysteresis} to ul_power_ctrlVadim Yanitskiy1-2/+2
2020-11-27l1sap: add repeated downlink FACCHPhilipp Maier1-0/+5
2020-10-21oml: Set NM_OPSTATE_DISABLED by defaultPau Espin Pedrol1-3/+3
2020-10-20power_control: fix default EWMA smoothing coefficient (80% -> 50%)Vadim Yanitskiy1-1/+1
2020-10-20Introduce NM BTS FSMPau Espin Pedrol1-5/+11
2020-10-20Introduce NM BTS Site Manager FSMPau Espin Pedrol1-5/+20
2020-10-19power_control: tolerate small deviations from 'rx-target'Vadim Yanitskiy1-0/+1
2020-10-15power_control: implement EWMA based Uplink power filteringVadim Yanitskiy1-0/+2
2020-10-08common/bts: set feature IPV6_NSVCAlexander Couzens1-0/+1
2020-10-05bts: Add VTY command to manually override Radio Link TimeoutHarald Welte1-1/+2
2020-09-25bts: cosmetic: make param 'net' of gsm_bts_num() constVadim Yanitskiy1-1/+1
2020-07-14Move struct gsm_bts_trx: gsm_data.* & bts.* => bts_trx.*Pau Espin Pedrol1-88/+0
2020-07-05Move gsm_bts code gsm-data.* => bts.*Pau Espin Pedrol1-0/+169
2020-06-23Introduce bts_shutdown FSMPau Espin Pedrol1-33/+0
2020-06-22bts.c: Fix typo in log line and improve itPau Espin Pedrol1-1/+1
2020-06-11Do not mix public and private BTS features, use libosmocore's APIVadim Yanitskiy1-4/+4
2020-06-07Ensure we include lchan name in all LAPDm log linesHarald Welte1-1/+2
2020-03-08rsl: make IP DSCP configurableOliver Smith1-0/+1
2019-11-14Introduce BTS feature BTS_FEAT_MS_PWR_CTRL_DSPPau Espin Pedrol1-0/+4
2019-11-14Change gsm_bts_trx field to bool and rename itPau Espin Pedrol1-2/+2
2019-10-17Fix common misspellings and typosMartin Hauke1-3/+3
2019-09-05ETWS Primary Notification via P1 Rest OctetsHarald Welte1-0/+3
2019-07-21Clarify and refactor link quality (C/I) handlingVadim Yanitskiy1-2/+2
2019-06-25bts: Bypass T200 DCCH values for CCCHPau Espin Pedrol1-8/+11
2019-06-13lapdm: Use new libosmocore API to ensure per-channel-type N200 valuesHarald Welte1-2/+40
2019-06-13l1sap: Compute statistics on FN advance in PH-RTS.indHarald Welte1-0/+5
2019-06-03common/bts.c: bts_supports_cm(): take care about GSM48_CMODE_SIGNVadim Yanitskiy1-0/+5
2019-05-25Add severity to OML FAILURE EVENT REPORTHarald Welte1-1/+1
2019-05-23cbch: Add counters; queue length limits and CBCH LOAD reportingHarald Welte1-0/+25
2019-05-21cbch: Support Extended CBCHHarald Welte1-1/+2
2019-05-08handle NULL return from rate_ctr_group_alloc()Harald Welte1-0/+4
2019-03-27oml: use oml_tx_failure_event_rep() instead of oml_fail_rep()Philipp Maier1-4/+7
2018-11-21bts: Fix TRX0 param initializationPau Espin Pedrol1-0/+2
2018-11-20common: Implement OML for trx_set_available(1)Pau Espin Pedrol1-6/+4
2018-11-18bts: Allocate TRX for BTS dynamically, deprecate -tPau Espin Pedrol1-22/+31