aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/libbsc/abis_rsl.c
AgeCommit message (Expand)AuthorFilesLines
2016-07-28dyn TS: implement pchan switchover logicNeels Hofmeyr1-1/+338
2016-07-28dyn TS: chan act: set chan_nr according to dyn pchan typeNeels Hofmeyr1-2/+6
2016-07-28dyn TS: gsm_lchan2chan_nr(): decouple from ts->pchanNeels Hofmeyr1-1/+1
2016-07-28dyn TS: rename lchan->dyn_pdch to lchan->dynNeels Hofmeyr1-4/+4
2016-07-28prepare dyn TS: act lchan: fetch the channel mode a bit laterNeels Hofmeyr1-8/+8
2016-07-28error log: rsl_chan_activate_lchan: log channel mode errorNeels Hofmeyr1-1/+5
2016-07-28debug log: fix line endings for abis_rsl_rx_rll loggingNeels Hofmeyr1-0/+3
2016-07-25error log: abis_rsl.c: log errors in channel_mode_from_lchan()Neels Hofmeyr1-0/+12
2016-07-25code dup: join [rsl_]lchan_lookup() from libbsc and osmo-btsNeels Hofmeyr1-42/+10
2016-07-25cosmetic: rsl_rx_chan_act_ack(): use local lchan var in 14 instancesNeels Hofmeyr1-14/+15
2016-07-25cosmetic: act lchan type: use constant instead of 0x00Neels Hofmeyr1-1/+1
2016-07-25cosmetic: rsl_rx_rf_chan_rel_ack(): use local ts var for brevityNeels Hofmeyr1-5/+5
2016-07-25comments: clarify some dynamic TS commentsNeels Hofmeyr1-2/+2
2016-07-17dyn pdch: don't PDCH ACT if gprs mode is noneNeels Hofmeyr1-2/+9
2016-06-24err log: tweak dyn pdch ack error loggingNeels Hofmeyr1-6/+6
2016-06-24dyn PDCH: cosmetic: clarify lchan rel with assertion and commentNeels Hofmeyr1-1/+11
2016-06-23debug log: log all lchan state transitionsNeels Hofmeyr1-0/+3
2016-06-21dyn PDCH: enable PDCH only after release due to errorNeels Hofmeyr1-1/+6
2016-06-16dyn PDCH: set lchan->state after PDCH DEACT / before PDCH ACTNeels Hofmeyr1-23/+5
2016-06-16dyn PDCH: add lchan sanity checks in PDCH DE/ACT ACKNeels Hofmeyr1-0/+54
2016-06-16dyn PDCH: track pending PDCH de-/activationNeels Hofmeyr1-2/+18
2016-06-16dyn PDCH: TS flags: rename one, add three, as enumNeels Hofmeyr1-3/+3
2016-06-14dyn PDCH: Automatically deactivate/activate PDCH on TCH/F+PDCH channelAndreas Eversberg1-2/+36
2016-06-05debug log: cosmetic fixesNeels Hofmeyr1-2/+2
2016-05-22subscr_name(): Handle case for subscr == NULLHarald Welte1-1/+1
2016-05-17Move DTX settings to BTSMax1-4/+7
2016-04-16Refactor SI-related codeMax1-2/+0
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