aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2010-06-28bsc_msc: Remove use_count from the subscriber connectionHolger Hans Peter Freyther10-78/+71
2010-06-28bsc_api: Allocate the subscriber_connection dynamicallyHolger Hans Peter Freyther5-48/+99
2010-06-28Revert "bsc_api: Move debug context for subscriber into the bsc_api.c"Holger Hans Peter Freyther2-2/+1
2010-06-24[BSC] Enable the use of whitespaces in the subscriber nameHarald Welte1-2/+7
2010-06-23gprs: Fix LOGP misuse and specify LOGL_NOTICE as region.Holger Hans Peter Freyther1-1/+2
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 Freyther2-13/+48
2010-06-21[SMS] avoid mktime on NULLNico Golde1-1/+1
2010-06-21misc: make the compiler happy...Holger Hans Peter Freyther2-2/+2
2010-06-21[RSL] hopping: Set correct L2 pseudo-length during IMMediate ASSignlaforge1-1/+4
2010-06-21bsc_api: Use conn->bts directly...Holger Hans Peter Freyther1-1/+1
2010-06-21bsc_api: Move debug context for subscriber into the bsc_api.cHolger Hans Peter Freyther2-1/+2
2010-06-21bsc_api: Remove the lchan usage from the Paging Response handling.Holger Hans Peter Freyther2-12/+13
2010-06-21silent_call: Use the gsm_subscriber_connection instead of lchan->connHolger Hans Peter Freyther2-5/+5
2010-06-21abis_nm.c: Reading the in_addr can lead to unaligned memory accessHolger Hans Peter Freyther1-4/+7
2010-06-21bsc_init: Avoid unaligned access to nanobts_attr_nsvc0Holger Hans Peter Freyther1-6/+16
2010-06-20[BSC] RSL: Fix Channel Identification IE in RSL CHAN ACTlaforge1-10/+15
2010-06-20[BSC] add example hopping config file for BS-11 in 2TRX configHarald Welte1-0/+162
2010-06-20[BSC] Fix off-by-one error in computing mobile allocationlaforge1-1/+1
2010-06-20[BSC] NM: Correct treatment of ARFCN_LIST for BS-11laforge1-1/+5
2010-06-20[BSC] RSL: properly include MA in IMM ASS CMDlaforge1-15/+14
2010-06-20[BSC] SI: make sure we initialize the data field, not the bitvec structureHarald Welte1-2/+2
2010-06-20[BSC] Hopping: Add MA IE to ASS CMD, IMM ASS CMD and HO CMDHarald Welte3-8/+55
2010-06-20[BSC] Keep a SYSTEM INFORMATION cache for each BTSHarald Welte2-40/+126
2010-06-20[BSC] Generate MA for each timeslot that has hopping enabledHarald Welte2-0/+46
2010-06-20[BSC] Make sure we only enable hopping on BTS that support itHarald Welte1-1/+8
2010-06-20[BSC] introduce the concept of 'BTS features'Harald Welte4-1/+37
2010-06-20[BSC] Implement per-timeslot ARFCN lists for frequency hoppingHarald Welte6-33/+100
2010-06-20unfinished support for hopping channelsHarald Welte2-6/+64
2010-06-20[BSC] mISDN: Avoid sending RSL messages to wrong channel numberHarald Welte1-2/+14
2010-06-17AW: Problem compiling OpenBSC on Kubuntu HardyAndreas.Eversberg1-5/+5
2010-06-17nat: Add spaces to the desc to align it properly on the vty outputHolger Hans Peter Freyther1-5/+5
2010-06-17nat: Count the number of dropped SCCP and MGCP calls as well.Holger Hans Peter Freyther3-0/+16
2010-06-17nat: Switch per BSC counters to the rate ctr.Holger Hans Peter Freyther4-12/+29
2010-06-17bsc_api: Set the l3h header from within the dtap methodHolger Hans Peter Freyther2-1/+1
2010-06-17bsc_api: Remove the lchan from the USSD code...Holger Hans Peter Freyther3-18/+16
2010-06-17bsc_api: Kill &lchan->conn usage, stop msg->lchan too..Holger Hans Peter Freyther1-49/+37
2010-06-17bsc_api: Remove lchan->conn from the RLL code... it was all dead anywayHolger Hans Peter Freyther1-5/+0
2010-06-17bsc_api: Fix compile warning in paging code..Holger Hans Peter Freyther1-0/+1
2010-06-17bsc_api: Move gsm48_rcvmsg into the BSC API and dispatch.Holger Hans Peter Freyther5-10/+43
2010-06-17bsc_api: Make paging/silent call work with the subscriber_connectionHolger Hans Peter Freyther7-26/+23
2010-06-17nat: Rename BSC_NODE to NAT_BSC_NODE to avoid future issues.Holger Hans Peter Freyther2-12/+12
2010-06-17nat: Add the exit/end command to the NAT config nodes.Holger Hans Peter Freyther1-0/+4
2010-06-17Merge branch 'on-waves/mgcp'Holger Hans Peter Freyther2-2/+27
2010-06-17[mgcp] Set the IP_TOS/DSCP on RTP/RTCP IP packets.Holger Hans Peter Freyther2-0/+23
2010-06-17[mgcp] Only patch RTP packets when they arrived on the RTP portHolger Hans Peter Freyther1-2/+4
2010-06-16bsc_api: Pass the subscriber connection to the SMS...Holger Hans Peter Freyther2-8/+8
2010-06-16bsc_api: Remove the _lchan and make the method static..Holger Hans Peter Freyther1-6/+8
2010-06-16bsc_api: Remove some more occurences of the lchan.Holger Hans Peter Freyther1-5/+1
2010-06-16bsc_api: Move BSC API between MSC and RSL code...Holger Hans Peter Freyther2-2/+7