aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/rsl.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-13RSL: Be more spec compliant in terms of ms / bs power controllaforge/power_controlHarald Welte1-10/+73
2015-12-03common/rsl.c: The presence of a valied measurement result is DEBUGHarald Welte1-1/+1
2015-09-22Change to new structure of multirate at gsm_data_shared.hAndreas Eversberg1-6/+6
2015-09-22Add TCH messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-2/+1
2015-09-22Move chan act/rel/modify from bts_model to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-12/+13
2015-09-22Relace bts_model_get_time() by get_time() at common partAndreas Eversberg1-1/+2
2015-09-21audio/rsl: Include statistics for one callHolger Hans Peter Freyther1-3/+37
2015-09-21audio/rsl: Include the connection identifier in the DLCX indHolger Hans Peter Freyther1-0/+1
2015-07-14meas: Do not send incomplete measurement reportsHolger Hans Peter Freyther1-8/+11
2015-02-05power: Make it possible to force a power levelHolger Hans Peter Freyther1-0/+23
2015-02-05power/sysmobts: Add a manual ms power level controlHolger Hans Peter Freyther1-1/+9
2014-12-30CBCH: Implement CBCH block segmentation and RSL_MT_SMS_BC_CMDHarald Welte1-2/+25
2014-12-30Initial CBCH supportHarald Welte1-2/+4
2014-08-27Correctly fill system information messages from BSCAndreas Eversberg1-2/+7
2014-07-25amr: Avoid toggling the CMR from none and a set oneHolger Hans Peter Freyther1-0/+2
2014-03-10handover: Set basic values for handover, remember the activation reasonAndreas Eversberg1-0/+10
2014-03-10handover: Implement generating HANDOVER DETECTION in rsl_tx_hando_detAndreas Eversberg1-0/+22
2014-02-22agch/rsl: Fix msgb handling for IMMEDIATE ASSIGNJacob Erlbeck1-1/+3
2014-02-19rsl: Do not allow IPA CRCX on non traffic channelsHolger Hans Peter Freyther1-0/+5
2014-02-19rsl/si: Fix resetting bits in bts->si_validJacob Erlbeck1-2/+2
2014-01-21common/rsl.c: Allow bts_model_rsl_chan_act() to return negative causeHarald Welte1-1/+6
2013-11-27bts: Fix crash of receiving data during the release processHolger Hans Peter Freyther1-2/+13
2013-11-14rsl: Rename abis_rsl_sendmsg to avoid symbol clash with libosmo-abisHolger Hans Peter Freyther1-19/+19
2013-10-25rsl/pcu: Do not send a CHAN ACT to the BSC on PCU usageHolger Hans Peter Freyther1-0/+20
2013-10-06abis: Use OML remote (BSC) address if RSL CONNECT contains no IPHarald Welte1-5/+1
2013-10-06migrate away from our own abis.c code to libosmoabisHarald Welte1-4/+13
2013-07-09rsl: Fix the audio handling after the 'alignment' handling fixHolger Hans Peter Freyther1-26/+21
2013-06-24lapd: Fix a +ptrsize memory leak for each opened lchanHolger Hans Peter Freyther1-1/+1
2013-06-20rsl: fix the unaligned memory access0.3.0sysmocom/0.3.0-stableNicolas J. Bouliane1-14/+18
2013-04-30rsl: Add the channel name to the act nack and conn fail messageHolger Hans Peter Freyther1-2/+6
2013-03-13RSL: Fix Channel Number IE in Common Channel RSL messagesHarald Welte1-0/+1
2013-03-11Added radio link timeout procedure according to TS 05.08 Chapter 5.2Andreas Eversberg1-0/+20
2013-02-09RSL: further rtp local bind related fixesHarald Welte1-11/+49
2013-02-09rsl: Fix compiler warning in use of osmo_rtp_get_bound_ip_port()Harald Welte1-1/+4
2013-02-09Fix determination of locally bound IP for RTP socketsHarald Welte1-8/+9
2013-02-04Deprecate the "rtp bind-ip" configuration directiveHarald Welte1-1/+1
2013-01-25RSL: don't store MS power in lchan->bs_power but lchan->ms_powerHarald Welte1-1/+1
2012-12-26ciphering: Handle ciphering support for A5/3 correctlyHolger Hans Peter Freyther1-2/+4
2012-12-20misc: Include pcu_if.h for pcu_tx_pag_req in rsl.c and make it constHolger Hans Peter Freyther1-0/+1
2012-07-21Send RR paging requests to PCU, in order to page on PACCHAndreas Eversberg1-0/+2
2012-06-18rsl: use correct headroom size for load indicationsHarald Welte1-2/+2
2012-06-15RSL: Add CCCH LOAD INDICATION for RACHHarald Welte1-22/+23
2012-04-27RSL / SI: Make sure to have correct LAPDm header in SI5/SI6 on SACCHHarald Welte1-2/+2
2012-04-19lchan: Refuse to activate a non-idle lchan.Holger Hans Peter Freyther1-0/+7
2012-04-19lchan: Send the ACT ACK/NACK after the Layer1 has handled act/deactHolger Hans Peter Freyther1-10/+9
2012-04-19lchan: rsl_tx_chan_nack will re-use the msgb, do not msgb_freeHolger Hans Peter Freyther1-4/+4
2012-04-19lchan: Fix crashes when the specified lchan can not be foundHolger Hans Peter Freyther1-4/+20
2012-04-19ciphering: Better state tracking and HACK around L1 race conditionHarald Welte1-1/+2
2012-01-23misc: Check return value of msgb _alloc functionsHolger Hans Peter Freyther1-10/+51
2012-01-15ipa: Send the DLCX Indication with the right message discriminatorHolger Hans Peter Freyther1-2/+2