aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-06-29[BSC] RSL: CHAN ACT: Only include MA if TS is hoppingHarald Welte1-5/+13
2010-06-28[SGSN] Deactivate SNDCP entity on PDP CTX DEACT CONFIRMHarald Welte1-0/+3
2010-06-28[SGSN] MM: Properly communicate TLLI changes / unassignment to LLCHarald Welte1-3/+9
2010-06-28[SGSN] LLC: properly free LLC entities at TLLI unassignmentHarald Welte1-0/+7
2010-06-28[SGSN] Deactivate all PDP contexts on GPRS DETACHHarald Welte1-0/+10
2010-06-28[SGSN] Fix segfault ar PDP CTX DEACT timeHarald Welte1-0/+1
2010-06-28[BSC] fix off-by-one error in computing l2 pseudo-length in IMM ASSHarald Welte1-1/+2
2010-06-28[ipaccess-config] Better way to set/unset NVRAM attributesHarald Welte1-3/+57
2010-06-28[ipaccess-config] Enable setting of static IP address / netmask / gatewayHarald Welte1-43/+126
2010-06-28[ipaccess-config] use msgb to make use of various tlv put functionsHarald Welte1-29/+30
2010-06-28gsm_data.c: Reorder includes to put osmocore upHolger Hans Peter Freyther1-2/+4
2010-06-28bsc_msc: Remove use_count from the subscriber connectionHolger Hans Peter Freyther15-106/+78
2010-06-28bsc_api: Allocate the subscriber_connection dynamicallyHolger Hans Peter Freyther6-50/+103
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 Freyther3-13/+52
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 Freyther3-13/+14
2010-06-21silent_call: Use the gsm_subscriber_connection instead of lchan->connHolger Hans Peter Freyther3-7/+9
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-21configure.in: Require a newer libosmocore.Holger Hans Peter Freyther1-1/+1
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-20add more executables to .gitignoreHarald Welte1-0/+3
2010-06-20[BSC] Hopping: Add MA IE to ASS CMD, IMM ASS CMD and HO CMDHarald Welte4-8/+56
2010-06-20[BSC] Keep a SYSTEM INFORMATION cache for each BTSHarald Welte4-41/+166
2010-06-20[BSC] Generate MA for each timeslot that has hopping enabledHarald Welte3-0/+50
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 Welte5-1/+50
2010-06-20[BSC] Implement per-timeslot ARFCN lists for frequency hoppingHarald Welte8-33/+105
2010-06-20unfinished support for hopping channelsHarald Welte3-6/+69
2010-06-20[BSC] mISDN: Avoid sending RSL messages to wrong channel numberHarald Welte1-2/+14
2010-06-19[wireshark] Major wireshark OML dissectorHarald Welte1-90/+314
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 Freyther4-0/+18
2010-06-17nat: Switch per BSC counters to the rate ctr.Holger Hans Peter Freyther5-19/+36
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 Freyther5-23/+25