aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/abis_rsl.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-31[rsl] Introduce an error state for the lchan and set it on releaseHolger Hans Peter Freyther1-9/+45
2010-05-31[rsl] Implement the T3111 timer to delay the RF Channel releaseHolger Hans Peter Freyther1-4/+15
2010-05-31[rsl] Check the assumption that RF Channel Release is sent during releaseHolger Hans Peter Freyther1-0/+6
2010-05-31[rsl] Move rf channel release scheduling to a new methodHolger Hans Peter Freyther1-8/+10
2010-04-19RSL: inmplement ip.access paging load indication 'below threshold'Harald Welte1-0/+4
2010-04-17[statistics] Keep track of rf failures and rll release failuresHolger Hans Peter Freyther1-1/+4
2010-04-12ipaccess: Send RTP Payload IE for CRCX & MDCXSylvain Munaut1-5/+49
2010-04-10[rsl] Set the release state from within the lchan classHolger Hans Peter Freyther1-1/+0
2010-04-10[rsl] Introduce a method to set the state of the lchanHolger Hans Peter Freyther1-6/+12
2010-04-07[rsl] Speculative crash fix in the RSL rcv messageHolger Hans Peter Freyther1-1/+13
2010-03-29[misc] Remove whitespace from the end of the line.Holger Hans Peter Freyther1-9/+9
2010-03-28RSL: keep track of ip.access dynamic TCH/PDCH activationHarald Welte1-3/+12
2010-03-26move log/debug codebase to libosmocoreHarald Welte1-2/+2
2010-03-25lchan: Create a structure for MSC data of the lchanHolger Hans Peter Freyther1-1/+1
2010-03-25convert openbsc to use libosmocore-0.1.1 APIHarald Welte1-1/+1
2010-03-04rsl: use the rsl_rll_push_l3() and rsl_rll_simple() functions of libosmocoreHarald Welte1-28/+10
2010-03-01value_string functions and some RSL related stuff has moved to libosmocoreHarald Welte1-224/+5
2010-02-20split 'libosmocore' from openbsc codebaseHarald Welte1-2/+2
2010-01-28[rsl] Send the MultiRateConfig in the RSL Channel Activate msgHolger Hans Peter Freyther1-0/+4
2009-12-29rsl: add new 'gsm_trx_name()' function and use itHarald Welte (local)1-6/+6
2009-12-29Introduce gsm_lchans_name() for human readable lchan state nameHarald Welte1-5/+8
2009-12-29RSL: Introduce LCHAN_S_REL_REQ stateHarald Welte1-1/+16
2009-12-28Introduce and use gsm_lchan_name() in addition to gsm_ts_name()Harald Welte (local)1-14/+14
2009-12-28RLL: print human-readable value of RLM CAUSE in ERROR INDHarald Welte (local)1-3/+22
2009-12-28Introduce new ACT_REQ state to prevent race condition during channel allocationHarald Welte (local)1-5/+10
2009-12-28rename gsm_lchan_name() to gsm_lchant_name()Harald Welte (local)1-2/+2
2009-12-28fix segfault in CHAN RQD log messageHarald Welte (local)1-2/+2
2009-12-28correctly print chan act nack errorHarald Welte (local)1-1/+5
2009-12-28print TS name when out of resources during CHAN RQDHarald Welte (local)1-2/+2
2009-12-28include BTS and TRX number in TRX overload message reportHarald Welte (local)1-1/+2
2009-12-26print TS name in RLL ERR INDHarald Welte (local)1-1/+2
2009-12-26[rsl] correctly print handover detect and connection failHarald Welte (local)1-5/+4
2009-12-26fix missing space in log messageHarald Welte (local)1-1/+1
2009-12-26[meas rep] print the neighbor index when debugp'ing a neigh cell measHarald Welte1-2/+2
2009-12-24rsl: fix "CONNECTION FAIL: RELEASING" messageHarald Welte1-1/+2
2009-12-24[logging] differentiate DEBUG, NOTICE and ERROR log levels in NM and RSLHarald Welte1-54/+46
2009-12-22Import the new logging architectureHolger Hans Peter Freyther1-0/+2
2009-12-22statistics: Introduce 'struct counter' instead of using unsigned longHarald Welte1-2/+2
2009-12-22keep some internal statistics inside OpenBSCHarald Welte1-0/+3
2009-12-21RSL: keep track if a channel is active or notHarald Welte1-0/+10
2009-12-20rename ipacc_connect_proxy_bind() to rsl_ipacc_mdcx_to_rtpsock()Harald Welte1-0/+14
2009-12-20Move RTP socket handling out of signal handlers into abis_rslHarald Welte1-0/+33
2009-12-19don't print measurement reports that have no cellsHarald Welte1-0/+2
2009-12-19ip.access: Keep a full copy of local and remote IP/PORT in lchanHarald Welte1-48/+89
2009-12-17logging: introduce log levels at caller siteHarald Welte1-29/+29
2009-12-17[handover] first functional handover implementationHarald Welte1-3/+12
2009-12-16assign measurement report lchan member after memset'ing itHarald Welte1-0/+1
2009-12-16print measurement reports more verboselyHarald Welte1-3/+11
2009-12-15introduce cache of 6 last recently received measurement reports for each lchanHarald Welte1-19/+17
2009-12-12[RSL] print human-readable channel type during channel allocation failureHarald Welte1-2/+2