aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HACK: Do not discard GSM-FR frames with bad CRC.achemeris/loopbackAlexander Chemeris2015-07-201-3/+3
* trx: Support "bad burst" frames coming from osmo-trx.Alexander Chemeris2015-07-201-23/+40
* trx: Process undecodable frames coming from osmo-trx.Alexander Chemeris2015-07-206-92/+180
* DEBUG: Bump log levels for messages useful for LOOPBACK debugging.Alexander Chemeris2015-07-201-1/+1
* trx: Add debug message about a successfully decoded FR frame.Alexander Chemeris2015-07-201-0/+1
* vty: Add commands to manually activate/deactivate a channel.Alexander Chemeris2015-07-201-0/+60
* tests: Update busrsts_test build.Alexander Chemeris2015-07-202-1/+4
* l1sap: Fix use-after-free in loopback mode.Alexander Chemeris2015-07-201-3/+11
* trx: fix potential use of uninitialized toa variable.Alexander Chemeris2015-07-201-1/+1
* trx: Send POWERON/OFF commands to osmo-bts only for the first channel.Alexander Chemeris2015-07-201-2/+8
* debian: Add gsm_data_shared.h file to make packaging possibleIvan Kluchnikov2015-07-171-0/+789
* debian: Add debian directory to ease building packagesIvan Kluchnikov2015-07-1713-0/+261
* debian: Add gsm_data_shared.c file to make packaging possibleIvan Kluchnikov2015-07-172-2/+522
* trx: Assume 100% BER if total decoded bits is 0 in l1if_process_meas_res()Alexander Chemeris2015-07-171-1/+2
* trx: Cleanup unused parts of loops.cAlexander Chemeris2015-07-171-7/+2
* trx: Remove unused variables.Alexander Chemeris2015-07-171-2/+2
* trx: Fix typo in a log message.Alexander Chemeris2015-07-171-1/+1
* trx: More logging for voice frame decoding functions.Alexander Chemeris2015-04-231-21/+67
* tests: Update bursts_test to accommodate BER calculations.Alexander Chemeris2015-04-232-9/+50
* trx: Implement BER calculations.Alexander Chemeris2015-04-235-180/+208
* abis: Add support of libosmo-abis v 0.3.0Ivan Kluchnikov2015-04-072-1/+2
* handover fix: we can receive handover rach on trx == bts->c0Ivan Kluchnikov2014-12-161-1/+1
* TRX: Remove extra TCH/HS puncturing valueThomas Tsou2014-09-231-1/+1
* fix: make sysmobts tests only when sysmobts is enabledIvan Kluchnikov2014-05-071-1/+1
* TRX: Check if Transceiver indicates an out of range clockAndreas Eversberg2014-04-061-7/+15
* handover fix: handover_frame must call handover_reset, not itselfAndreas Eversberg2014-04-061-1/+1
* ABIS: Support of multiple RSL connections for ABIS/ipaccessAndreas Eversberg2014-04-065-20/+33
* TRX: Show which TRX does not respond or rejects a commandAndreas Eversberg2014-04-061-3/+4
* trx: Set lchan inactive, only if the dedicated channel is deactivatedAndreas Eversberg2014-04-061-4/+3
* TRX: Activate LCHAN of CCCH when CCCH is configured on time slotAndreas Eversberg2014-04-061-0/+12
* HACK: Make ABIS work when reestablishingAndreas Eversberg2014-04-063-2/+11
* Fix: Call e1inp_vty_init() before reading config fileAndreas Eversberg2014-04-063-1/+2
* TRX: Free bust buffer memory to when changing lchan typeAndreas Eversberg2014-04-061-0/+9
* TRX: Add VTY option to allow setting RTS advance in framesAndreas Eversberg2014-04-063-4/+20
* fix some typos in commentsMartin Hauke2014-04-062-8/+8
* build: Use AM_CPPFLAGS in Makefile.amMartin Hauke2014-04-063-3/+3
* tests: make tests for sysmobts conditionalMartin Hauke2014-04-061-0/+4
* Allow TRX 0..254 at VTY, even if less TRX are availableAndreas Eversberg2014-04-064-8/+7
* TRX: Changed logging of unserved primitives from LOGL_NOTICE to LOGL_INFOAndreas Eversberg2014-04-061-4/+4
* TRX: Fixed chan_nr for SACCH/8(7) at schedulerAndreas Eversberg2014-04-061-1/+1
* trx: Add option to set transmit power reduction via OML (BSC)Andreas Eversberg2014-04-063-2/+34
* TRX: Do not send burst on IDLE channels at TRX != C0Andreas Eversberg2014-04-061-0/+5
* Fix: Retrieve ARFCN (from OML) for TRX other than C0Andreas Eversberg2014-04-061-0/+19
* TRX: Close TRX (shutdown all active channels) on ABIS link failureAndreas Eversberg2014-04-062-3/+10
* Fix: Process all TRX on GSM Time indication, not only C0Andreas Eversberg2014-04-061-4/+5
* TRX: Add bts_model_trx_close to TRX implementationAndreas Eversberg2014-04-061-2/+2
* TRX: Fixup ciphering state names after rebasingAndreas Eversberg2014-04-062-3/+4
* TRX: No need to set mode and cipher for PDCHAndreas Eversberg2014-04-061-0/+8
* TRX: If no cipher algorithm is given, or if it is a5/0, reset cipher stateAndreas Eversberg2014-04-061-1/+4
* TRX: Set ciphering to an initial state when activating channelAndreas Eversberg2014-04-061-0/+8