aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/bts.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-22agch/pch: Put CCCH message generation into commonJacob Erlbeck1-0/+22
2014-02-22agch: Keep track of AGCH queue lengthJacob Erlbeck1-1/+7
2013-10-06abis: delay l1if_reset() until OML link is establishedHarald Welte1-1/+1
2013-10-06migrate away from our own abis.c code to libosmoabisHarald Welte1-4/+4
2013-06-30Don't send OML STATE CHANGE before OML is connectedHarald Welte1-5/+5
2013-03-23oml: Only shut the bts down onceHolger Hans Peter Freyther1-0/+6
2013-03-11Added radio link timeout procedure according to TS 05.08 Chapter 5.2Andreas Eversberg1-0/+3
2013-02-27sysmobts: Improve the shutdown of the DSP on exitHolger Hans Peter Freyther1-1/+3
2012-12-26ciphering: Handle ciphering support for A5/3 correctlyHolger Hans Peter Freyther1-0/+15
2012-12-20misc: load_ind_period is uint8_t and 60*100 is bigger than that.Holger Hans Peter Freyther1-1/+1
2012-11-24Add VTY configuration of paging queue size and lifetime of paging recordsHarald Welte1-2/+3
2012-07-26PCU: Removed -P option, so GPRS support is always enabledAndreas Eversberg1-7/+4
2012-07-08PCU: Add PCU socket interface to BTS.Andreas Eversberg1-4/+7
2012-07-08Add BTS to list at the beginning of bts_init()Andreas Eversberg1-3/+6
2012-06-28Add 12.21 handling for GPRS NSE/NSVC/CELL MOHarald Welte1-0/+10
2012-06-21make sure we don't send CCCH LOAD IND before we have an Abis linkHarald Welte1-1/+1
2012-06-15use default value of 63 for maximum timing advanceHarald Welte1-0/+1
2012-06-14attempt to make CCCH Load Indications for PCH workHarald Welte1-0/+2
2012-04-19delete dead codeHarald Welte1-220/+0