aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* bts: Calculate length of agch queuekluchnikov/agch-queueIvan Kluchnikov2014-02-112-1/+39
* rsl: Send rsl Delete Ind message to bsc, if there is no space in agch queueIvan Kluchnikov2014-02-111-1/+17
* ABIS: Support of multiple RSL connections for ABIS/ipaccessAndreas Eversberg2014-01-215-20/+33
* TRX: Show which TRX does not respond or rejects a commandAndreas Eversberg2014-01-211-3/+4
* trx: Set lchan inactive, only if the dedicated channel is deactivatedAndreas Eversberg2014-01-211-4/+3
* TRX: Activate LCHAN of CCCH when CCCH is configured on time slotAndreas Eversberg2014-01-211-0/+12
* HACK: Make ABIS work when reestablishingAndreas Eversberg2014-01-213-2/+11
* Fix: Call e1inp_vty_init() before reading config fileAndreas Eversberg2014-01-213-1/+2
* HACK: Limit AGCH queueAndreas Eversberg2014-01-213-3/+10
* TRX: Free bust buffer memory to when changing lchan typeAndreas Eversberg2014-01-211-0/+9
* TRX: Add VTY option to allow setting RTS advance in framesAndreas Eversberg2014-01-213-4/+20
* common: fix no-return-in-nonvoid-functionMartin Hauke2014-01-211-0/+2
* fix some typos in commentsMartin Hauke2014-01-212-8/+8
* build: Use AM_CPPFLAGS in Makefile.amMartin Hauke2014-01-213-3/+3
* tests: make tests for sysmobts conditionalMartin Hauke2014-01-211-1/+5
* Allow TRX 0..254 at VTY, even if less TRX are availableAndreas Eversberg2014-01-214-8/+7
* TRX: Changed logging of unserved primitives from LOGL_NOTICE to LOGL_INFOAndreas Eversberg2014-01-211-4/+4
* TRX: Fixed chan_nr for SACCH/8(7) at schedulerAndreas Eversberg2014-01-211-1/+1
* trx: Add option to set transmit power reduction via OML (BSC)Andreas Eversberg2014-01-213-2/+34
* TRX: Do not send burst on IDLE channels at TRX != C0Andreas Eversberg2014-01-211-0/+5
* Fix: Retrieve ARFCN (from OML) for TRX other than C0Andreas Eversberg2014-01-211-0/+19
* TRX: Close TRX (shutdown all active channels) on ABIS link failureAndreas Eversberg2014-01-212-3/+10
* Fix: Process all TRX on GSM Time indication, not only C0Andreas Eversberg2014-01-211-4/+5
* TRX: Add bts_model_trx_close to TRX implementationAndreas Eversberg2014-01-211-2/+2
* TRX: Fixup ciphering state names after rebasingAndreas Eversberg2014-01-212-3/+4
* TRX: No need to set mode and cipher for PDCHAndreas Eversberg2014-01-211-0/+8
* TRX: If no cipher algorithm is given, or if it is a5/0, reset cipher stateAndreas Eversberg2014-01-211-1/+4
* TRX: Set ciphering to an initial state when activating channelAndreas Eversberg2014-01-211-0/+8
* Add test case for successful handover and unsuccessful handoverAndreas Eversberg2014-01-217-1/+295
* TRX: Process real time scheduling option is now similar to sysmobtsAndreas Eversberg2014-01-211-10/+10
* handover: Use common function to reset handover stateAndreas Eversberg2014-01-213-4/+9
* handover: Use enums to indicate the state instead of magic numbersHolger Hans Peter Freyther2014-01-215-6/+14
* Reject BTS attributes, if T3105 is set to 0msAndreas Eversberg2014-01-211-3/+9
* Include the lchan name and state in log messages, just stop the timerHolger Hans Peter Freyther2014-01-212-15/+22
* TRX: Disable handover burst detection when closing channel during detectionAndreas Eversberg2014-01-211-0/+7
* TRX: Use correct slot type for GSM_PHCAN_BCCHAndreas Eversberg2014-01-211-1/+1
* Handover support to common part of BTS codeAndreas Eversberg2014-01-2110-2/+222
* TRX: Handover access burst supportAndreas Eversberg2014-01-216-10/+62
* TRX: Clear lchan state when resetting TRXAndreas Eversberg2014-01-211-0/+3
* TRX: Report measurementsAndreas Eversberg2014-01-213-8/+55
* TRX: Fixed typos tranceiver -> transceiverAndreas Eversberg2014-01-218-96/+96
* Fix: Cleanly free TRX instances during initialization in case of an errorAndreas Eversberg2014-01-212-3/+4
* Allow one or more TRX to configure via VTYAndreas Eversberg2014-01-214-5/+7
* TRX: Add VTY options to enable and disable SETTSC and SETBSICAndreas Eversberg2014-01-214-2/+69
* TRX: Reset ciphering state when closing channelAndreas Eversberg2014-01-211-0/+1
* TRX: Support for AMR half speechAndreas Eversberg2014-01-217-0/+748
* TRX: Support for TCH/H and GSM half rate transcodingAndreas Eversberg2014-01-2112-9/+645
* TRX: Add AMR Payload handlingAndreas Eversberg2014-01-212-0/+89
* Support for AMR full speechAndreas Eversberg2014-01-2116-37/+1250
* Change to new structure of multirate at gsm_data_shared.hAndreas Eversberg2014-01-213-24/+30