aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/bts.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-22move MS power control handling from sysmobts to common partHarald Welte1-0/+1
2015-09-22Relace bts_model_get_time() by get_time() at common partAndreas Eversberg1-0/+7
2015-02-05power/sysmobts: Add a manual ms power level controlHolger Hans Peter Freyther1-0/+5
2014-12-30CBCH: Implement CBCH block segmentation and RSL_MT_SMS_BC_CMDHarald Welte1-0/+2
2014-11-10bts: Start with the site manager being enabled and availableHolger Hans Peter Freyther1-0/+3
2014-11-10bts: Mark NSVC1 as offline. We do not expose a second NSVCHolger Hans Peter Freyther1-1/+1
2014-11-10bts: Fix typo in OML commentHolger Hans Peter Freyther1-1/+1
2014-08-24New generic transmit power handlingHarald Welte1-0/+6
2014-03-10agch: Remove obsolete commentJacob Erlbeck1-1/+0
2014-03-10handover: Set basic values for handover, remember the activation reasonAndreas Eversberg1-0/+2
2014-03-10agch: Merge IMM.ASS.REJ if possible when enqueueingJacob Erlbeck1-0/+140
2014-03-10agch: Manage AGCH queue lengthJacob Erlbeck1-9/+98
2014-03-10agch/pch: Use PCH for AGCH msgsJacob Erlbeck1-3/+12
2014-03-10agch: Add simple countersJacob Erlbeck1-0/+1
2014-03-10agch: Recalculate length limit of AGCH queueJacob Erlbeck1-1/+89