aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-01-21TRX: Changed logging of unserved primitives from LOGL_NOTICE to LOGL_INFOAndreas Eversberg1-4/+4
2014-01-21TRX: Fixed chan_nr for SACCH/8(7) at schedulerAndreas Eversberg1-1/+1
2014-01-21trx: Add option to set transmit power reduction via OML (BSC)Andreas Eversberg3-2/+34
2014-01-21TRX: Do not send burst on IDLE channels at TRX != C0Andreas Eversberg1-0/+5
2014-01-21Fix: Retrieve ARFCN (from OML) for TRX other than C0Andreas Eversberg1-0/+19
2014-01-21TRX: Close TRX (shutdown all active channels) on ABIS link failureAndreas Eversberg2-3/+10
2014-01-21Fix: Process all TRX on GSM Time indication, not only C0Andreas Eversberg1-4/+5
2014-01-21TRX: Add bts_model_trx_close to TRX implementationAndreas Eversberg1-2/+2
2014-01-21TRX: Fixup ciphering state names after rebasingAndreas Eversberg2-3/+4
2014-01-21TRX: No need to set mode and cipher for PDCHAndreas Eversberg1-0/+8
2014-01-21TRX: If no cipher algorithm is given, or if it is a5/0, reset cipher stateAndreas Eversberg1-1/+4
2014-01-21TRX: Set ciphering to an initial state when activating channelAndreas Eversberg1-0/+8
2014-01-21TRX: Process real time scheduling option is now similar to sysmobtsAndreas Eversberg1-10/+10
2014-01-21handover: Use common function to reset handover stateAndreas Eversberg2-4/+8
2014-01-21handover: Use enums to indicate the state instead of magic numbersHolger Hans Peter Freyther4-6/+8
2014-01-21Reject BTS attributes, if T3105 is set to 0msAndreas Eversberg1-3/+9
2014-01-21Include the lchan name and state in log messages, just stop the timerHolger Hans Peter Freyther2-15/+22
2014-01-21TRX: Disable handover burst detection when closing channel during detectionAndreas Eversberg1-0/+7
2014-01-21TRX: Use correct slot type for GSM_PHCAN_BCCHAndreas Eversberg1-1/+1
2014-01-21Handover support to common part of BTS codeAndreas Eversberg7-2/+212
2014-01-21TRX: Handover access burst supportAndreas Eversberg6-10/+62
2014-01-21TRX: Clear lchan state when resetting TRXAndreas Eversberg1-0/+3
2014-01-21TRX: Report measurementsAndreas Eversberg3-8/+55
2014-01-21TRX: Fixed typos tranceiver -> transceiverAndreas Eversberg8-96/+96
2014-01-21Fix: Cleanly free TRX instances during initialization in case of an errorAndreas Eversberg2-3/+4
2014-01-21Allow one or more TRX to configure via VTYAndreas Eversberg3-4/+6
2014-01-21TRX: Add VTY options to enable and disable SETTSC and SETBSICAndreas Eversberg4-2/+69
2014-01-21TRX: Reset ciphering state when closing channelAndreas Eversberg1-0/+1
2014-01-21TRX: Support for AMR half speechAndreas Eversberg7-0/+748
2014-01-21TRX: Support for TCH/H and GSM half rate transcodingAndreas Eversberg11-9/+569
2014-01-21TRX: Add AMR Payload handlingAndreas Eversberg2-0/+89
2014-01-21Support for AMR full speechAndreas Eversberg16-37/+1250
2014-01-21Change to new structure of multirate at gsm_data_shared.hAndreas Eversberg3-24/+30
2014-01-21Get RSSI from received uplink data and send to PCUAndreas Eversberg4-7/+30
2014-01-21TRX: Add support for EFR transcodingAndreas Eversberg7-9/+181
2014-01-21TRX: Code cleanup, prepare for other codecs than GSM full rateAndreas Eversberg12-168/+276
2014-01-21Use link timeout value from BSC via OML attribute.Andreas Eversberg1-2/+8
2014-01-21TRX: Out of range primitives found in downlink queue are not an errorAndreas Eversberg1-3/+4
2014-01-21TRX: Implementation of MS power and timing advance loopsAndreas Eversberg8-22/+393
2014-01-21TRX: Improved handling of clock indications.Andreas Eversberg3-8/+21
2014-01-21TRX: Fixes to TRX interfaceAndreas Eversberg1-6/+7
2014-01-21TRX: Fix of SCH burst dataAndreas Eversberg1-1/+1
2014-01-21TRX: CipheringAndreas Eversberg5-37/+129
2014-01-21TRX: Replaced GSM 06.10 ordering table by table in libosmocodecAndreas Eversberg4-39/+34
2014-01-21TRX: Cleanup of channel transcodingAndreas Eversberg24-1304/+1104
2014-01-21TRX: By default, send 20 frames in advance to tranceiverAndreas Eversberg1-1/+1
2014-01-21TRX: Detect missing received bursts and fill them with zero-sbitsAndreas Eversberg2-36/+60
2014-01-21TRX: PDTCH (GPRS) works nowAndreas Eversberg3-119/+140
2014-01-21TRX: Lost TCH frame detection of omitted bursts from tranceiverAndreas Eversberg2-61/+84
2014-01-21TRX: Allow transcoding of TCH FR with MSB first (RTP) or LSB first (E1)Andreas Eversberg3-11/+19