aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc/abis_rsl.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-09Merge branch 'master' into sysmocom/iu, with tweakssysmocom/iu_orig_historyNeels Hofmeyr1-2/+0
2016-04-16Refactor SI-related codeMax1-2/+0
2016-03-03mscsplit: remove bts and lchan pointers from libmscNeels Hofmeyr1-0/+13
2016-03-03subscr_name(): Handle case for subscr == NULLHarald Welte1-1/+1
2015-10-02amr: Remove some code duplication in preparationHolger Hans Peter Freyther1-9/+9
2015-09-22Add full AMR multirate IE support with VTY config for MS and BTS sideAndreas Eversberg1-6/+7
2015-04-04bts: "Repair" broken channels if we receive the release ackHolger Hans Peter Freyther1-3/+14
2015-01-31rsl: Remove unused code for channel activationHolger Hans Peter Freyther1-35/+0
2015-01-05RSL: Change "... is back in operation" to an INFO level messageHarald Welte1-1/+1
2015-01-05Don't return an error to caller if we are out of lchan on CHAN RQDHarald Welte1-1/+1
2015-01-02lchan: Remember why a channel is broken using static stringsHolger Hans Peter Freyther1-7/+15
2014-12-30Add basic support for CBCH / SMS-CB (Cell Brroadcast)Harald Welte1-8/+13
2014-08-04dyn PDCH: Cleanup of rsl_chan_activate_lchan() and usersAndreas Eversberg1-5/+9
2014-07-07libbsc, osmo-bsc{, _nat}: Prevent unaligned access when casting TLVP_VALDaniel Willmann1-5/+5
2014-06-03rsl: Check if the channel is active and then start the channel releaseHolger Hans Peter Freyther1-16/+12
2014-06-03rsl: Avoid double channel release procedure in error conditionsHolger Hans Peter Freyther1-5/+20
2014-06-03lchan: Speculative "fix" for error and late replyHolger Hans Peter Freyther1-8/+9
2014-05-26rsl: Remove obsolete FIXME comment.Holger Hans Peter Freyther1-1/+0
2014-04-04rsl: Add missing breaks in the codeHolger Hans Peter Freyther1-0/+6
2014-01-09Add VTY option for Nokia BTS that does not send RELease CONFirm messageAndreas Eversberg1-1/+30
2013-07-03hsl: Remove the support for the HSL bts from OpenBSCHolger Hans Peter Freyther1-6/+0
2013-05-02channels: Mark channels as broken that time out on activation/releaseHolger Hans Peter Freyther1-4/+27
2013-03-09rsl: Properly initialize the cm structure with memsetHolger Hans Peter Freyther1-1/+1
2013-02-08Fix of IMMIDIATE ASSIGNMENT REJECT messageAndreas Eversberg1-2/+5
2013-02-07add some more docbook snippetsHarald Welte1-0/+9
2013-01-16rsl: Properly parse the RLM cause from the error indicationHolger Hans Peter Freyther1-3/+13
2012-12-26gsm: Do not attempt to release SAPI=0 if it was never allocatedHolger Hans Peter Freyther1-0/+22
2012-12-23lchan: Introduce T3109 handling for the release procedureHolger Hans Peter Freyther1-9/+43
2012-12-23lchan: Introduce a BROKEN state for the lchanHolger Hans Peter Freyther1-4/+3
2012-12-23lchan: Document the behavior/quirks for abnormal channel releaseHolger Hans Peter Freyther1-5/+29
2012-12-23lchan: Release the lchan more quickly, align with GSM 04.08Holger Hans Peter Freyther1-2/+28
2012-12-23rsl: Cosmetic changes to the release codeHolger Hans Peter Freyther1-8/+12
2012-12-23rsl: Rename the reason to release_mode and use the enum valueHolger Hans Peter Freyther1-3/+4
2012-12-23rsl: Use LOGL_ERROR instead of LOGL_NOTICE act/deact timeoutsHolger Hans Peter Freyther1-2/+2
2012-08-29RSL: Add basic support for CSD transparent modeHarald Welte1-6/+45
2012-07-02pre-fix measurement reports with subscriber identityHarald Welte1-3/+7
2012-05-31abis_rsl_rcvmsg(): Fix msgb memory leak in error pathHarald Welte1-1/+2
2012-04-26RSL add debug statements when sending RSL EST REQ and RSL REL REQ.Harald Welte1-0/+6
2012-02-03abis_rsl.c: Remove unused variable net.Holger Hans Peter Freyther1-2/+0
2012-02-03abis_rsl: The rach information was not used, introduce a signalHolger Hans Peter Freyther1-12/+16
2012-02-03abis_rsl.c: Remove unused variable ts_numberHolger Hans Peter Freyther1-2/+1
2012-01-15channel: Review lchan_free calls and the state the channel is inHolger Hans Peter Freyther1-1/+1
2012-01-15channel: The error timer and the lchan_deact_tmr are both runningHolger Hans Peter Freyther1-1/+2
2011-12-24RSL: Nokia BTS reports TA in quarter-bits, not full bits.Andreas Eversberg1-2/+3
2011-12-16RSL: BS-11 reports TA in quarter-bits, not full bits.Andreas Eversberg1-4/+11
2011-08-22audio: From RTP point of view we can use one payload for HR/FR AMRHolger Hans Peter Freyther1-2/+1
2011-08-22audio: Remove the hardcoding of the RTP PayloadHolger Hans Peter Freyther1-4/+0
2011-08-19src: port openBSC over libosmo-abisopenbsc/0.9.15Pablo Neira Ayuso1-1/+1
2011-08-19src: use new msg->dst pointer instead of deprecated msg->trxPablo Neira Ayuso1-38/+50
2011-08-11libbsc: Cosmetic fix for the channel activate NACK log messageDaniel Willmann1-1/+1