aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2016-06-14common/abis.c: fix 100% CPU usage after disconnecting OML/RSL link (Bug #1703)Minh-Quang Nguyen1-1/+0
2016-06-14DTXu: mark beginning of speech burst in RTPMax1-2/+4
2016-06-12Add DTXd support for sysmoBTS and LC15Max1-6/+7
2016-06-07Fix RTP timestamps in case of DTXMax1-2/+16
2016-05-31Use libosmocore function for uplink measurementsMax2-15/+9
2016-03-17Fix typo in error messageMax1-1/+1
2016-03-17Add explicit check for SI2quater index and countMax1-2/+21
2016-03-17Fix SI2ter schedulingMax1-2/+3
2016-03-11Fix copy-paste issueMax1-1/+1
2016-02-22Fix ocmo-bts-octphy interaction with OsmoPCUMax2-3/+5
2016-02-15scheduler: Fix ARRAY_SIZE() in trx_sched_init()Harald Welte1-1/+1
2016-02-15use unsigned int to compare wih ARRAY_SIZEHarald Welte1-1/+1
2016-02-15make PCU socket and telnet port configurableHarald Welte4-7/+45
2016-02-15move auto-band configuration commands to common/vty.cHarald Welte1-0/+24
2016-02-15LC15/sysmobts: Don't try to refer to fl1h from PHY configHarald Welte2-0/+38
2016-02-15introduce + use new generic vty_get_phy_instance()Harald Welte1-0/+20
2016-02-15abis.c: Fix segfault on OML link lossHarald Welte1-4/+6
2016-02-15don't touch OML MO when PHY link is establishedHarald Welte2-9/+9
2016-02-15Introduce new phy_link and phy_instance abstractionHarald Welte6-5/+406
2016-02-15TRX: Move scheduler to src/commonHarald Welte2-1/+1624
2016-02-09fix migration of check_for_ciph_cmd() from sysmobts to l1sapHarald Welte1-0/+12
2016-02-03L1SAP: Ensure we don't process MPH-TIME.indication on TRX != C0Harald Welte1-1/+8
2016-02-03fix compile warningsHarald Welte1-0/+1
2016-02-03abis: Add a queue of OML messagesHarald Welte2-4/+26
2016-02-03Revert "oml: temporary debug hack"Harald Welte1-6/+0
2016-01-25OML: Ignore T200 settings by BSC for nowHarald Welte1-3/+18
2016-01-25lapdm: Add DEBUGP statement about T200 values being set for lchanHarald Welte1-0/+4
2016-01-25Fix T200 default valuesHarald Welte1-7/+7
2016-01-23main: Return something from the methodHolger Hans Peter Freyther1-0/+2
2016-01-22merge bts-specific main function into common/main.c:bts_main()Harald Welte3-2/+334
2016-01-22Add new bts_model_ctrl_cmds_install()Harald Welte1-0/+7
2016-01-22common/support.c: Remove unused fileHarald Welte1-86/+0
2016-01-22ABIS: Support for multiple RSL connectionsAndreas Eversberg2-15/+26
2016-01-17Make T200 default initialization even more robustHarald Welte1-2/+3
2016-01-17Fix T200 default valuesHarald Welte1-1/+1
2016-01-16OCTPHY: Fix various memory leaks and add comments on msgb ownershipHarald Welte1-1/+1
2016-01-16LAPDm: Use T200 settings from OML rather than libosmocore defaultsHarald Welte2-1/+61
2016-01-16print a NOTICE message if lchan not activ in get_active_lchan_by_chan_nr()Harald Welte1-2/+5
2016-01-15fix some format specifiersAlexander Huemer1-2/+3
2016-01-08l1sap: Whitespace fixes.Alexander Chemeris1-2/+2
2016-01-04fix large amount of compiler warnings in common and sysmobts codeHarald Welte5-4/+9
2015-12-06use talloc pool for msgb and ortp libraryHarald Welte1-1/+5
2015-12-05osmo-bts-sysmo: Disable DSP trace flags by defaultHarald Welte1-1/+1
2015-12-05l1sap: Ensure we only pass PHY primitives of active lchansHarald Welte1-45/+41
2015-12-03common/rsl.c: The presence of a valied measurement result is DEBUGHarald Welte1-1/+1
2015-11-20cope with 'struct gsm_bts' without a tsc memberHarald Welte2-3/+3
2015-10-03amr: Catch up with the amr_mode changesHolger Hans Peter Freyther1-10/+10
2015-09-22Allow TRX 0..254 at VTY, even if less TRX are availableAndreas Eversberg1-5/+4
2015-09-22TRX: Fixup ciphering state names after rebasingAndreas Eversberg1-0/+1
2015-09-22Allow one or more TRX to configure via VTYAndreas Eversberg1-2/+4