aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/bts.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wipneels/vamos0Neels Hofmeyr2021-04-121-0/+13
* add VAMOS shadow TRX structuresNeels Hofmeyr2021-04-101-1/+1
* power_control: migrate MS/BS control loops to the new paramsVadim Yanitskiy2021-01-081-16/+0
* power_control: check-in new parameters and default valuesVadim Yanitskiy2021-01-041-1/+5
* power_control: make raise/lower step limitation configurableVadim Yanitskiy2020-12-091-0/+3
* power_control: clarify units in 'struct bts_power_ctrl_params'Vadim Yanitskiy2020-12-061-2/+2
* bts: add Downlink power control parametersVadim Yanitskiy2020-12-021-4/+14
* bts: rename MS_UL_PF_ALGO_{NONE,EWMA} to BTS_PF_ALGO_{NONE,EWMA}Vadim Yanitskiy2020-12-021-1/+1
* struct gsm_bts: move ul_power_{target,hysteresis} to ul_power_ctrlVadim Yanitskiy2020-12-021-2/+2
* l1sap: add repeated downlink FACCHPhilipp Maier2020-11-271-0/+5
* oml: Set NM_OPSTATE_DISABLED by defaultPau Espin Pedrol2020-10-211-3/+3
* power_control: fix default EWMA smoothing coefficient (80% -> 50%)Vadim Yanitskiy2020-10-201-1/+1
* Introduce NM BTS FSMPau Espin Pedrol2020-10-201-5/+11
* Introduce NM BTS Site Manager FSMPau Espin Pedrol2020-10-201-5/+20
* power_control: tolerate small deviations from 'rx-target'Vadim Yanitskiy2020-10-191-0/+1
* power_control: implement EWMA based Uplink power filteringVadim Yanitskiy2020-10-151-0/+2
* common/bts: set feature IPV6_NSVCAlexander Couzens2020-10-081-0/+1
* bts: Add VTY command to manually override Radio Link TimeoutHarald Welte2020-10-051-1/+2
* bts: cosmetic: make param 'net' of gsm_bts_num() constVadim Yanitskiy2020-09-251-1/+1
* Move struct gsm_bts_trx: gsm_data.* & bts.* => bts_trx.*Pau Espin Pedrol2020-07-141-88/+0
* Move gsm_bts code gsm-data.* => bts.*Pau Espin Pedrol2020-07-051-0/+169
* Introduce bts_shutdown FSMPau Espin Pedrol2020-06-231-33/+0
* bts.c: Fix typo in log line and improve itPau Espin Pedrol2020-06-221-1/+1
* Do not mix public and private BTS features, use libosmocore's APIVadim Yanitskiy2020-06-111-4/+4
* Ensure we include lchan name in all LAPDm log linesHarald Welte2020-06-071-1/+2
* rsl: make IP DSCP configurableOliver Smith2020-03-081-0/+1
* Introduce BTS feature BTS_FEAT_MS_PWR_CTRL_DSPPau Espin Pedrol2019-11-141-0/+4
* Change gsm_bts_trx field to bool and rename itPau Espin Pedrol2019-11-141-2/+2
* Fix common misspellings and typosMartin Hauke2019-10-171-3/+3
* ETWS Primary Notification via P1 Rest OctetsHarald Welte2019-09-051-0/+3
* Clarify and refactor link quality (C/I) handlingVadim Yanitskiy2019-07-211-2/+2
* bts: Bypass T200 DCCH values for CCCHPau Espin Pedrol2019-06-251-8/+11
* lapdm: Use new libosmocore API to ensure per-channel-type N200 valuesHarald Welte2019-06-131-2/+40
* l1sap: Compute statistics on FN advance in PH-RTS.indHarald Welte2019-06-131-0/+5
* common/bts.c: bts_supports_cm(): take care about GSM48_CMODE_SIGNVadim Yanitskiy2019-06-031-0/+5
* Add severity to OML FAILURE EVENT REPORTHarald Welte2019-05-251-1/+1
* cbch: Add counters; queue length limits and CBCH LOAD reportingHarald Welte2019-05-231-0/+25
* cbch: Support Extended CBCHHarald Welte2019-05-211-1/+2
* handle NULL return from rate_ctr_group_alloc()Harald Welte2019-05-081-0/+4
* oml: use oml_tx_failure_event_rep() instead of oml_fail_rep()Philipp Maier2019-03-271-4/+7
* bts: Fix TRX0 param initializationPau Espin Pedrol2018-11-211-0/+2
* common: Implement OML for trx_set_available(1)Pau Espin Pedrol2018-11-201-6/+4
* bts: Allocate TRX for BTS dynamically, deprecate -tPau Espin Pedrol2018-11-181-22/+31
* fix handling of odd pchans in bts_supports_cm()Keith Whyte2018-09-111-2/+11
* Send DELETE_IND when dropping Imm Assign pending messagePau Espin Pedrol2018-06-091-0/+2
* compact AGCH queue: Drop too msg diff than IMM_ASS_REJPau Espin Pedrol2018-06-081-5/+0
* bts_agch_enqueue: Decrease queue len hard_limit from 1000 to 100Pau Espin Pedrol2018-06-081-1/+1
* bts.c: Add missing include for gsm48_rr_msg_namePau Espin Pedrol2018-06-081-0/+1
* bts.c: Log name of RR msg type instead of valuePau Espin Pedrol2018-06-061-2/+2
* rtp: make port range configurable, assign correct port numbersPhilipp Maier2018-05-251-0/+3