aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/abis_rsl.c
AgeCommit message (Expand)AuthorFilesLines
2010-04-20Revert "ipaccess: Send RTP Payload IE for CRCX & MDCX"Holger Hans Peter Freyther1-49/+5
2010-04-19Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-5/+53
2010-04-19RSL: inmplement ip.access paging load indication 'below threshold'Harald Welte1-0/+4
2010-04-19[alloc] Assign a TCH for LU when all SDCCHs are occupied.Holger Hans Peter Freyther1-1/+8
2010-04-17[statistics] Keep track of rf failures and rll release failuresHolger Hans Peter Freyther1-1/+4
2010-04-13[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-09[rsl] Rework the lchan channel release procedureHolger Hans Peter Freyther1-3/+15
2010-04-09[rsl] Set the release state from within the lchan classHolger Hans Peter Freyther1-1/+0
2010-04-09[rsl] Introduce a method to set the state of the lchanHolger Hans Peter Freyther1-8/+14
2010-04-09[rsl] Introduce an error state for the lchan and set it on releaseHolger Hans Peter Freyther1-9/+45
2010-04-09[rsl] Implement the T3111 timer to delay the RF Channel releaseHolger Hans Peter Freyther1-4/+15
2010-04-09[rsl] Check the assumption that RF Channel Release is sent during releaseHolger Hans Peter Freyther1-0/+6
2010-04-08[rsl] Move rf channel release scheduling to a new methodHolger Hans Peter Freyther1-8/+10
2010-04-07[rsl] Speculative crash fix in the RSL rcv messageHolger Hans Peter Freyther1-1/+13
2010-04-06Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-14/+23
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-26Merge branch 'on-waves/sccp' into on-waves/bsc-masterHolger Hans Peter Freyther1-1/+1
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-25channel request: Store the to be assigned channel type in the GSM NetworkHolger Hans Peter Freyther1-2/+2
2010-03-24Specify a release reason for the lchanHolger Hans Peter Freyther1-2/+3
2010-03-24Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-308/+109
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
2010-01-28[rsl] Send the MultiRateConfig in the RSL Channel Activate msgHolger Hans Peter Freyther1-0/+4
2010-01-06[rsl] Partial revert of the GSM speech mode for the nanoBTSHolger Hans Peter Freyther1-23/+3
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