aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-22Get RSSI from received uplink data and send to PCUAndreas Eversberg1-0/+1
2015-09-22TRX: Implementation of MS power and timing advance loopsAndreas Eversberg1-0/+6
2015-09-22ABIS: Introduce bts_model_abis_close to indicate ABIS link failure.Andreas Eversberg2-1/+4
2015-09-22TRX: Introduce osmobts-trx, a layer 1 implementation for OpenBTS tranceiversAndreas Eversberg1-0/+6
2015-09-22Change to new structure of multirate at gsm_data_shared.hAndreas Eversberg2-16/+19
2015-09-22Fix: Call e1inp_vty_init() before reading config fileAndreas Eversberg1-1/+0
2015-09-22Fix: Process all TRX on GSM Time indication, not only C0Andreas Eversberg1-4/+5
2015-09-22Fix: Retrieve ARFCN (from OML) for TRX other than C0Andreas Eversberg1-0/+19
2015-09-22move MS power control handling from sysmobts to common partHarald Welte5-1/+118
2015-09-22Move detection of handover frames from sysmo-bts code to common codeAndreas Eversberg1-0/+4
2015-09-22Move gsmtap VTY commands from osmo-bts-sysmo to common partAndreas Eversberg1-2/+127
2015-09-22Send primitives at PH-/MPH-/TCH-SAP interface via GSMTAPAndreas Eversberg1-0/+167
2015-09-22sysmobts: Clean up transitions for lchan cipher stateAndreas Eversberg1-1/+0
2015-09-22Add MEAS (MPH_INFO) IND message to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-0/+32
2015-09-22l1sap: Port code to new ciphering handlingHarald Welte1-10/+35
2015-09-22sysmobts/l1_if: Sacch/Sdcc/Facch are handled in l1sap/coreHarald Welte1-1/+1
2015-09-22Add SDCCH/SACCH/FACCH messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-2/+179