aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/chan_alloc.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-31chan_alloc: Change Channel Release to release SAPIs, then the channelHolger Hans Peter Freyther1-6/+53
2010-07-31chan_alloc: After freeing set the pointer to NULL.Holger Hans Peter Freyther1-0/+1
2010-06-30handover: Call bsc_handover_clear from gsm0808_clearHolger Hans Peter Freyther1-7/+2
2010-06-30handover: Attempt to use the same gsm_subscriber_conn for new/old channelHolger Hans Peter Freyther1-0/+8
2010-06-28bsc_msc: Remove use_count from the subscriber connectionHolger Hans Peter Freyther1-40/+11
2010-06-28bsc_api: Allocate the subscriber_connection dynamicallyHolger Hans Peter Freyther1-27/+69
2010-06-22lchan: Document why lchan_reset is there... at least try to.Holger Hans Peter Freyther1-0/+5
2010-06-22abis_rsl: Send the IMMEDIATE Assignment after the Channel Ack.Holger Hans Peter Freyther1-0/+8
2010-06-16bsc_api: Rename lchan_for_subscr to connection_for_subscr and update codeHolger Hans Peter Freyther1-2/+2
2010-06-16chan_alloc: Make the lchan_find(bts,subscr) private/internal..Holger Hans Peter Freyther1-1/+1
2010-06-08chan_alloc: Stop the channel timers in the resetHolger Hans Peter Freyther1-0/+2
2010-06-08abis_rsl: Allow to specify the release mode for a given channel.Holger Hans Peter Freyther1-1/+1
2010-04-15[bsc_init] When the RSL/OML connection drops, free all lchansHolger Hans Peter Freyther1-0/+14
2010-04-10[rsl] Set the release state from within the lchan classHolger Hans Peter Freyther1-0/+1
2010-03-29[misc] Remove whitespace from the end of the line.Holger Hans Peter Freyther1-1/+1
2010-03-28chan_alloc: Support allocating TCH/F of a dynamic TCH/F + PDCHHarald Welte1-1/+21
2010-03-25Store the GSM BTS in the gsm subscriber connectionHolger Hans Peter Freyther1-0/+1
2010-03-25lchan: Create a structure for MSC data of the lchanHolger Hans Peter Freyther1-17/+21
2010-01-03print full lchan name when recycling itHarald Welte (local)1-1/+1
2010-01-03abis_nm: Introduce & use a nm_is_running function to test gsm_nm_stateSylvain Munaut1-9/+6
2010-01-01keep 'silent call' state in struct lchanHarald Welte1-0/+2
2009-12-29export the 'trx_is_usable() function and use it from pagingHarald Welte (local)1-1/+1
2009-12-28Introduce new ACT_REQ state to prevent race condition during channel allocationHarald Welte (local)1-1/+2
2009-12-24channel allocator: don't allocate channels of unavalable TRXsHarald Welte1-0/+38
2009-12-22Display current channel usage load in 'show bts' and 'show network'Harald Welte1-0/+49
2009-12-21[handover] Real handover algorithmHarald Welte1-0/+2
2009-12-21chan_alloc: Delete T3101 on lchan_free as wellSylvain Munaut1-0/+1
2009-12-17logging: introduce log levels at caller siteHarald Welte1-4/+4
2009-12-15introduce cache of 6 last recently received measurement reports for each lchanHarald Welte1-0/+9
2009-12-12make speech calls with NECI=1 workHarald Welte1-1/+3
2009-12-12If we're trying to allocate TCH/H but don't have it, fallback to TCH/FHarald Welte1-0/+3
2009-11-19[lchan] RSL and RR need the multirate config, place it in the lchanHolger Hans Peter Freyther1-0/+3
2009-11-19[lchan] Fix the SAPI reset in the chan allocation...Holger Hans Peter Freyther1-1/+1
2009-10-29[lchan] Keep track which SAPIs has been established with the BTSHolger Hans Peter Freyther1-0/+3
2009-10-27misc: Use NULL instead of integer value for a NULL pointerHolger Hans Peter Freyther1-2/+2
2009-08-10when channel allocator operates in reverse order, prefer SDCCH/8 over SDCCH/4Harald Welte1-2/+11
2009-08-10introduce bts->chan_alloc_reverse flagHarald Welte1-17/+38
2009-08-10use list iteration macros to iterate over list of TRXHarald Welte1-6/+7
2009-08-10move chcomb4pchan to public abis_nm_chcomb4pchan() functionHarald Welte1-10/+1
2009-08-09chane TRX0/TS0 channel combination to not include a CBCHHarald Welte1-5/+5
2009-08-09move search for existing lchan for subscriber to new functionHarald Welte1-0/+15
2009-08-08start using the RLL RELEASE proceduresHarald Welte1-1/+1
2009-07-29make channel allocator policy multi-TRX awareHarald Welte1-14/+28
2009-06-26Merge branch 'master' into tallocHarald Welte1-1/+1
2009-06-26fix typosHarald Welte1-1/+1
2009-06-21switch to dynamically allocated BTS and TRX data structuresHarald Welte1-6/+7
2009-06-10reworked MNCC codebaseHarald Welte1-2/+2
2009-06-10move openbsc into its own subdirectoryHarald Welte1-0/+256