aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/bts.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-11fix handling of odd pchans in bts_supports_cm()Keith Whyte1-2/+11
2018-06-09Send DELETE_IND when dropping Imm Assign pending messagePau Espin Pedrol1-0/+2
2018-06-08compact AGCH queue: Drop too msg diff than IMM_ASS_REJPau Espin Pedrol1-5/+0
2018-06-08bts_agch_enqueue: Decrease queue len hard_limit from 1000 to 100Pau Espin Pedrol1-1/+1
2018-06-08bts.c: Add missing include for gsm48_rr_msg_namePau Espin Pedrol1-0/+1
2018-06-06bts.c: Log name of RR msg type instead of valuePau Espin Pedrol1-2/+2
2018-05-25rtp: make port range configurable, assign correct port numbersPhilipp Maier1-0/+3
2018-03-17Get rid of 'struct gsm_bts_role_bts'Harald Welte1-61/+50
2018-03-17cosmetic: Move agch_queue to sub-structure of gsm_bts_role_btsHarald Welte1-30/+30
2018-03-02pcu_if: move definition PCU_SOCK_DEFAULT into pcuif_proto.hAlexander Couzens1-1/+1
2018-02-27RACH decoding: Use BER threshold for RACH ghost detectionHarald Welte1-0/+1
2018-02-26counters: split rach:sent into rach:drop, rach:ho, rach:cs and rach:psHarald Welte1-1/+4
2018-02-24BTS: add rate_ctr about CCCH (paging, agch, pch)Harald Welte1-0/+27
2018-02-22bts: use feature list instead of speech codec tablePhilipp Maier1-23/+36
2018-02-19rsl: do not allow MODE MODIFY request with unsupp. codec/ratePhilipp Maier1-0/+30
2017-10-24Fix Downlink AMR FSM name to avoid illegal space characterHarald Welte1-1/+3
2017-05-08bts: revert trx shutdown orderPhilipp Maier1-1/+1
2017-04-06sysmobts: Don't start with 0dBm TRX output power before rampingHarald Welte1-1/+1
2017-01-25OML: internalize failure reportingMax1-3/+3
2017-01-08Alarm on various errorsMax1-3/+7
2017-01-04DTX AMR HR: fix inhibitionMax1-0/+1
2016-12-16Optionally use adaptive RTP jitter bufferingMax1-0/+1
2016-11-03DTX fix ONSET handlingMax1-0/+3
2016-02-15make PCU socket and telnet port configurableHarald Welte1-0/+2
2016-02-15LC15/sysmobts: Don't try to refer to fl1h from PHY configHarald Welte1-0/+5
2016-02-15don't touch OML MO when PHY link is establishedHarald Welte1-8/+8
2016-02-15Introduce new phy_link and phy_instance abstractionHarald Welte1-1/+29
2016-02-03abis: Add a queue of OML messagesHarald Welte1-0/+1
2016-01-17Make T200 default initialization even more robustHarald Welte1-2/+3
2016-01-16LAPDm: Use T200 settings from OML rather than libosmocore defaultsHarald Welte1-0/+2
2015-12-06use talloc pool for msgb and ortp libraryHarald Welte1-1/+5
2015-09-22ABIS: Introduce bts_model_abis_close to indicate ABIS link failure.Andreas Eversberg1-0/+2