aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-07-21debian: Update changelog to 0.3.0~fw-4fairwaves/0.3.0-fw-4Alexander Chemeris1-0/+7
2015-07-20vty: Add commands to manually activate/deactivate a channel.Alexander Chemeris1-0/+60
2015-07-20tests: Update busrsts_test build.Alexander Chemeris2-1/+4
2015-07-20l1sap: Fix use-after-free in loopback mode.Alexander Chemeris1-3/+11
2015-07-20trx: fix potential use of uninitialized toa variable.Alexander Chemeris1-1/+1
2015-07-20trx: Send POWERON/OFF commands to osmo-bts only for the first channel.Alexander Chemeris1-2/+8
2015-07-17debian: Add gsm_data_shared.h file to make packaging possibleIvan Kluchnikov1-0/+789
2015-07-17debian: Add debian directory to ease building packagesIvan Kluchnikov13-0/+261
2015-07-17debian: Add gsm_data_shared.c file to make packaging possibleIvan Kluchnikov2-2/+522
2015-07-17trx: Assume 100% BER if total decoded bits is 0 in l1if_process_meas_res()Alexander Chemeris1-1/+2
2015-07-17trx: Cleanup unused parts of loops.cAlexander Chemeris1-7/+2
2015-07-17trx: Remove unused variables.Alexander Chemeris1-2/+2
2015-07-17trx: Fix typo in a log message.Alexander Chemeris1-1/+1
2015-04-23trx: More logging for voice frame decoding functions.Alexander Chemeris1-21/+67
2015-04-23tests: Update bursts_test to accommodate BER calculations.Alexander Chemeris2-9/+50
2015-04-23trx: Implement BER calculations.Alexander Chemeris5-180/+208
2015-04-07abis: Add support of libosmo-abis v 0.3.0Ivan Kluchnikov2-1/+2
2014-12-16handover fix: we can receive handover rach on trx == bts->c0Ivan Kluchnikov1-1/+1
2014-09-23TRX: Remove extra TCH/HS puncturing valueThomas Tsou1-1/+1
2014-05-07fix: make sysmobts tests only when sysmobts is enabledIvan Kluchnikov1-1/+1
2014-04-06TRX: Check if Transceiver indicates an out of range clockAndreas Eversberg1-7/+15
2014-04-06handover fix: handover_frame must call handover_reset, not itselfAndreas Eversberg1-1/+1
2014-04-06ABIS: Support of multiple RSL connections for ABIS/ipaccessAndreas Eversberg5-20/+33
2014-04-06TRX: Show which TRX does not respond or rejects a commandAndreas Eversberg1-3/+4
2014-04-06trx: Set lchan inactive, only if the dedicated channel is deactivatedAndreas Eversberg1-4/+3
2014-04-06TRX: Activate LCHAN of CCCH when CCCH is configured on time slotAndreas Eversberg1-0/+12
2014-04-06HACK: Make ABIS work when reestablishingAndreas Eversberg3-2/+11
2014-04-06Fix: Call e1inp_vty_init() before reading config fileAndreas Eversberg3-1/+2
2014-04-06TRX: Free bust buffer memory to when changing lchan typeAndreas Eversberg1-0/+9
2014-04-06TRX: Add VTY option to allow setting RTS advance in framesAndreas Eversberg3-4/+20
2014-04-06fix some typos in commentsMartin Hauke2-8/+8
2014-04-06build: Use AM_CPPFLAGS in Makefile.amMartin Hauke3-3/+3
2014-04-06tests: make tests for sysmobts conditionalMartin Hauke1-0/+4
2014-04-06Allow TRX 0..254 at VTY, even if less TRX are availableAndreas Eversberg4-8/+7
2014-04-06TRX: Changed logging of unserved primitives from LOGL_NOTICE to LOGL_INFOAndreas Eversberg1-4/+4
2014-04-06TRX: Fixed chan_nr for SACCH/8(7) at schedulerAndreas Eversberg1-1/+1
2014-04-06trx: Add option to set transmit power reduction via OML (BSC)Andreas Eversberg3-2/+34
2014-04-06TRX: Do not send burst on IDLE channels at TRX != C0Andreas Eversberg1-0/+5
2014-04-06Fix: Retrieve ARFCN (from OML) for TRX other than C0Andreas Eversberg1-0/+19
2014-04-06TRX: Close TRX (shutdown all active channels) on ABIS link failureAndreas Eversberg2-3/+10
2014-04-06Fix: Process all TRX on GSM Time indication, not only C0Andreas Eversberg1-4/+5
2014-04-06TRX: Add bts_model_trx_close to TRX implementationAndreas Eversberg1-2/+2
2014-04-06TRX: Fixup ciphering state names after rebasingAndreas Eversberg2-3/+4
2014-04-06TRX: No need to set mode and cipher for PDCHAndreas Eversberg1-0/+8
2014-04-06TRX: If no cipher algorithm is given, or if it is a5/0, reset cipher stateAndreas Eversberg1-1/+4
2014-04-06TRX: Set ciphering to an initial state when activating channelAndreas Eversberg1-0/+8
2014-04-06Add test case for successful handover and unsuccessful handoverAndreas Eversberg7-1/+295
2014-04-06TRX: Process real time scheduling option is now similar to sysmobtsAndreas Eversberg1-10/+10
2014-04-06TRX: Disable handover burst detection when closing channel during detectionAndreas Eversberg1-0/+7
2014-04-06TRX: Use correct slot type for GSM_PHCAN_BCCHAndreas Eversberg1-1/+1