aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/abis_rsl.c
AgeCommit message (Expand)AuthorFilesLines
2010-12-24RSL: Make "waiting for SAPI=%d to be released" LOGL_DEBUGHarald Welte1-1/+1
2010-12-23Use 04.08 IMM ASS REJECT in case we run out of channelsHarald Welte1-1/+42
2010-12-23Dynamic PDCH: rsl_ipacc_pdch_activate() operates on a timeslotHarald Welte1-9/+13
2010-12-22rsl: Remove unimplemented/unused rsl_paging_cmd_subscrHolger Hans Peter Freyther1-12/+0
2010-11-15rsl: Allow to hardcode the RTP PayloadHolger Hans Peter Freyther1-0/+6
2010-09-06chan: Store the to be assigned channel type in the GSM Network.Holger Hans Peter Freyther1-2/+2
2010-09-06bsc_init: Allow DTXu and enable DTXd on RSL (experimental)Holger Hans Peter Freyther1-1/+4
2010-09-06[alloc] Assign a TCH for LU when all SDCCHs are occupied.Holger Hans Peter Freyther1-1/+8
2010-07-31chan_alloc: Change Channel Release to release SAPIs, then the channelHolger Hans Peter Freyther1-3/+15
2010-07-31abis_rsl: Reduce level from notice to debug for measurement reportsHolger Hans Peter Freyther1-1/+1
2010-07-23rsl: Add method to send a SMSCB inside a SMS BROADCAST COMMANDHolger Hans Peter Freyther1-0/+22
2010-06-30abis_rsl: Add full MA again until we are confident to remove itHolger Hans Peter Freyther1-1/+6
2010-06-30abis_rsl: Change code to generate Channel IdentificationHolger Hans Peter Freyther1-19/+16
2010-06-29[BSC] RSL: CHAN ACT: Only include MA if TS is hoppingHarald Welte1-5/+13
2010-06-28[BSC] fix off-by-one error in computing l2 pseudo-length in IMM ASSHarald Welte1-1/+2
2010-06-28bsc_api: Allocate the subscriber_connection dynamicallyHolger Hans Peter Freyther1-1/+2
2010-06-28Revert "bsc_api: Move debug context for subscriber into the bsc_api.c"Holger Hans Peter Freyther1-0/+1
2010-06-22abis_rsl: Send the IMMEDIATE Assignment after the Channel Ack.Holger Hans Peter Freyther1-13/+40
2010-06-21[RSL] hopping: Set correct L2 pseudo-length during IMMediate ASSignlaforge1-1/+4
2010-06-21bsc_api: Move debug context for subscriber into the bsc_api.cHolger Hans Peter Freyther1-1/+0
2010-06-20[BSC] RSL: Fix Channel Identification IE in RSL CHAN ACTlaforge1-10/+15
2010-06-20[BSC] RSL: properly include MA in IMM ASS CMDlaforge1-15/+14
2010-06-20[BSC] Hopping: Add MA IE to ASS CMD, IMM ASS CMD and HO CMDHarald Welte1-1/+4
2010-06-20[BSC] Implement per-timeslot ARFCN lists for frequency hoppingHarald Welte1-6/+7
2010-06-08abis_rsl: Allow to specify the release mode for a given channel.Holger Hans Peter Freyther1-2/+3
2010-06-08abis_rsl: Fixup direct assignment and go through the method.Holger Hans Peter Freyther1-2/+2
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