aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2016-01-16use existing #define for FR/EFR frame length (33/31)Harald Welte2-15/+18
2016-01-16move 'GSM_FR_BYTES' and related definitiions to common partHarald Welte1-7/+0
2016-01-16TRX: Reduce magic numbers, introduce GSM_HYPERFRAME for 2715648Harald Welte1-16/+20
2016-01-16TRX: use const for dummy and fcch burst definitionsHarald Welte1-5/+5
2016-01-16TRX: mark scheduler data structures as 'const'Harald Welte2-22/+22
2016-01-16TRX: some comments dscribing the scheduler.[ch] APIHarald Welte2-5/+36
2016-01-16sysmoBTS: port 'press Ctrl+C twice for immediate exit' from osmo-bts-trxHarald Welte1-2/+5
2016-01-16TRX: Add stub bts_model_change_power() functionHarald Welte1-0/+6
2016-01-16TRX: remove obsolete get_mac() functionHarald Welte1-37/+0
2016-01-16OCTPHY: Obtain information from PHY and expose it in VTYHarald Welte4-4/+136
2016-01-16OCTPHY: Implement command re-transmission after message lossHarald Welte2-39/+216
2016-01-16OCTPHY: Print NOTICE message if we receive supervisory frameHarald Welte1-1/+26
2016-01-16OCTPHY: Block PHY indications until it is confirmed openHarald Welte3-0/+12
2016-01-16OCTPHY: Fix various memory leaks and add comments on msgb ownershipHarald Welte3-37/+98
2016-01-16OCTPHY: Exit gracefully if config file specifies no phy-netdevHarald Welte1-0/+5
2016-01-16OCTPHY: Ensure we write the phy-netdev parameterHarald Welte1-0/+4
2016-01-16OCTPHY: Replace '-lortp' with the proper pkg-config/autofoo versionHarald Welte1-2/+2
2016-01-16Add support for Octasic OCTSDR-2G GSM PHYHarald Welte15-0/+4518
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-08sysmobts: add missing break statement in l1if_handle_ind()Harald Welte1-0/+1
2016-01-08l1sap: Whitespace fixes.Alexander Chemeris1-2/+2
2016-01-04fix large amount of compiler warnings in common and sysmobts codeHarald Welte8-7/+11
2016-01-04sysmobts: Clarify msgb ownership / fix memory leaksHarald Welte1-21/+30
2015-12-07sysmobts: Catch up with the API changes and specify the versionHolger Hans Peter Freyther2-0/+15
2015-12-07sysmobts: support eeprom map version 2Minh-Quang Nguyen2-61/+446
2015-12-06use talloc pool for msgb and ortp libraryHarald Welte2-2/+6
2015-12-05osmo-bts-sysmo: Disable DSP trace flags by defaultHarald Welte2-2/+2
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-20sysmobts: Dont recycle PHY primitive for L1SAP in PH-DATA.indHarald Welte1-20/+14
2015-11-20sysmobts: fix ph_data_req() msgb handling + alignmentHarald Welte1-24/+16
2015-11-20cope with 'struct gsm_bts' without a tsc memberHarald Welte2-3/+3
2015-11-05TRX: catch up with trhe amr_mode naming changesHarald Welte2-11/+11
2015-11-05Don't blindly link against '-lortp' but use pkg-config for thatHarald Welte2-4/+4
2015-10-03amr: Catch-up for the non-RTP mode after amr renameHolger Hans Peter Freyther1-1/+1
2015-10-03amr: Catch up with the amr_mode changesHolger Hans Peter Freyther2-11/+11
2015-09-22TRX: Add missing call to abis_init()Harald Welte1-0/+2
2015-09-22make osmo-bts-trx provide bts_model_adjst_ms_pwr()Harald Welte1-0/+7
2015-09-22trx: fix potential use of uninitialized toa variable.Alexander Chemeris1-1/+1
2015-09-22trx: Send POWERON/OFF commands to osmo-bts only for the first channel.Alexander Chemeris1-2/+8
2015-09-22trx: Assume 100% BER if total decoded bits is 0 in l1if_process_meas_res()Alexander Chemeris1-1/+2
2015-09-22trx: Cleanup unused parts of loops.cAlexander Chemeris1-7/+2
2015-09-22trx: Remove unused variables.Alexander Chemeris1-2/+2
2015-09-22trx: Fix typo in a log message.Alexander Chemeris1-1/+1
2015-09-22trx: More logging for voice frame decoding functions.Alexander Chemeris1-21/+67
2015-09-22trx: Implement BER calculations.Alexander Chemeris5-180/+208
2015-09-22TRX: Remove extra TCH/HS puncturing valueThomas Tsou1-1/+1
2015-09-22TRX: Check if Transceiver indicates an out of range clockAndreas Eversberg1-7/+15