aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/rsl.c
AgeCommit message (Expand)AuthorFilesLines
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
2012-01-14RSL: fix typo in commentHarald Welte1-1/+1
2011-11-24RSL: Actually check if BSC-requested cipher is supportedHarald Welte1-2/+6
2011-09-19fix various compiler warnings across the codeHarald Welte1-1/+0
2011-09-09Introduce new amr.[ch] for AMR related functionsHarald Welte1-91/+9
2011-09-08add commands to configure RTP jitter bufferHarald Welte1-0/+3
2011-09-07use osmo_ortp in POLLING mode instead of select loop integrationHarald Welte1-1/+2
2011-09-06RSL: get rid of some compiler warningsHarald Welte1-2/+1
2011-09-06More comprehensive AMR handlingHarald Welte1-1/+91
2011-09-04add minimal configuration file supportHarald Welte1-1/+2
2011-09-04AMR: double-check CMI/CMR/CMC valuesHarald Welte1-5/+17
2011-09-03Add new ORTP based libosmo-trau based voice supportHarald Welte1-22/+184
2011-07-24RSL: send CRCX/MDCX related messages as msg discriminator ip.accessHarald Welte1-4/+14
2011-07-21Use libosmotrau for RTP supportHarald Welte1-101/+228