aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/rsl.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-07-13RSL: fix transmission of RR ciphering mode command via LAPDmHarald Welte1-11/+19
2011-07-12update the HACK to delay the fake CIPHERING MODE COMPLETEHarald Welte1-10/+39
2011-07-07RSL: include fake IMEISV if we send fake CIPH MODE COMPLHarald Welte1-4/+26
2011-07-07RSL: ciphering IE length can be '1' in case of 'no ciphering'Harald Welte1-1/+2
2011-07-07RSL: Send fake CIPHERING MODE COMPLETEHarald Welte1-1/+33
2011-07-07RSL: implement RSL ENCR CMD, feed L3_INFO to LAPDmHarald Welte1-5/+65
2011-07-01fix various compiler warningsHarald Welte1-5/+10
2011-06-29RSL/LAPDM: make sure we do lapdm_channel_reset()Harald Welte1-4/+5
2011-06-29RSL: clarify msgb free scheme in rslHarald Welte1-4/+15
2011-06-29RSL: Log all RLL messages from A-bis to LAPDmHarald Welte1-1/+7
2011-06-29don't print ((....)) in RSL debug outputHarald Welte1-2/+2
2011-06-29make sure we forward EXTENDED MEAS REP to the BSCHarald Welte1-3/+11
2011-06-29rsl / meas rep: properly check if UNIT DATA IND is really a 04.08 meas repHarald Welte1-8/+5
2011-06-29implement baseic uplink measurement processing + reportingHarald Welte1-8/+93
2011-06-28implement RSL DEACTIVATE SACCHHarald Welte1-0/+1