aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2009-07-03add more TLV parser definitiosn for IPA NM attributesHarald Welte1-2/+13
2009-07-03add code to ipaccess-config set nanoBST NVRAM attributesHarald Welte2-2/+41
2009-07-01Merge branch 'master' of gitosis@bs11-abis.gnumonks.org:openbscHarald Welte2-2/+2
2009-06-29the pointer "tall_bsc_ctx" belongs to the gsm_data.c file not to include file.Andreas Eversberg2-2/+2
2009-06-29Merge branch 'master' of gitosis@bs11-abis.gnumonks.org:openbscHarald Welte27-227/+2224
2009-06-29ipaccess-find: remove compile-time specified local ip addressHarald Welte1-5/+14
2009-06-27fix various RSL msgb memory leaks in error pathsHarald Welte2-4/+11
2009-06-27cosmetic cleanup of LOCATION UPDATE REQ print-outHarald Welte1-8/+8
2009-06-27add new DMEAS debug category for measurement reportingHarald Welte3-20/+22
2009-06-26use taloc_zero() rather than talloc() and explisit memset()Harald Welte7-19/+10
2009-06-26fix two segfaultsHarald Welte1-2/+5
2009-06-26zero-initialize some more memory that we allocateHarald Welte2-2/+2
2009-06-26add FIXME about memory leak every time we close telnetHarald Welte1-0/+3
2009-06-26fix MNCC memory leakHarald Welte1-0/+1
2009-06-26use named variant when allocating msgb'sHarald Welte10-14/+18
2009-06-26Merge branch 'master' into tallocHarald Welte2-2/+2
2009-06-26fix typosHarald Welte2-2/+2
2009-06-22Add parsing of 'L1 information' IE of MEASUREMENT RESULTHarald Welte1-2/+43
2009-06-22Add parsing of 'L1 information' IE of MEASUREMENT RESULTHarald Welte1-2/+43
2009-06-22fix various talloc / dynamic bts/trx related bugsHarald Welte2-5/+13
2009-06-21switch to dynamically allocated BTS and TRX data structuresHarald Welte9-121/+189
2009-06-20fix setfault during registration of VTY TRX functionHarald Welte1-1/+1
2009-06-20introduce talloc all over OpenBSCHarald Welte18-47/+1957
2009-06-20fix setfault during registration of VTY TRX functionHarald Welte1-1/+1
2009-06-20Introduce BS and MS power control related functionsHarald Welte4-6/+195
2009-06-20BS11: use abis_nm_set_{bts,radio}_attr()Harald Welte1-16/+14
2009-06-15mncc: Add IMSI to gsm_mnccAndreas Eversberg1-2/+19
2009-06-14Merge branch 'mncc-harald'Harald Welte13-388/+2439
2009-06-14Merge branch 'master' of gitosis@bs11-abis.gnumonks.org:openbscHarald Welte1-1/+1
2009-06-14Use correct cause value and cause locationAndreas Eversberg1-10/+22
2009-06-14Fix lchan refcounting in case of IMSI DETACHAndreas Eversberg1-2/+0
2009-06-12make btstype2str return a const char* to make gcc 4.4 happyHolger Hans Peter Freyther1-1/+1
2009-06-12SMS: fix parsing of destination phone numberHarald Welte1-2/+3
2009-06-1204.08: Make mncc-harald branch workHarald Welte1-2/+2
2009-06-12SMS: fix parsing of destination address BCDHarald Welte1-1/+1
2009-06-12abis_nm: fix printing of ADMinistrative stateHarald Welte1-1/+1
2009-06-11use less magic numbers (04.08 CC cause values)Harald Welte2-13/+30
2009-06-10reworked MNCC codebaseHarald Welte11-384/+2407
2009-06-10Merge commit 'origin/master'Harald Welte6-41/+209
2009-06-10[pcap] Write incoming packages without the extra mISDN headerAndreas Eversberg1-4/+7
2009-06-10Handle and dispatch paging requests in gsm_subscriberHolger Freyther1-2/+108
2009-06-10Proposal for a "channel request" interface...Holger Freyther3-3/+14
2009-06-10[paging] Unbreak breakge when moving things into paging.cHolger Hans Peter Freyther1-1/+4
2009-06-10[o&m] Dispatch a signal for nacked O&M messagesHolger Hans Peter Freyther2-0/+17
2009-06-10[bsc_hack] Sanity check for the GSM1800 nanoBTSHolger Hans Peter Freyther1-0/+20
2009-06-10Remove use_lchan and put_lchan from location updating request pathsHolger Hans Peter Freyther1-8/+0
2009-06-10Move the "finding" of the right BTS into paging.cHolger Hans Peter Freyther2-27/+44
2009-06-10Search for BTS's in the Location Area of the subscriber we callHolger Hans Peter Freyther1-2/+1
2009-06-10introduce encoding/decoding functions for 04.08 CCHarald Welte2-27/+472
2009-06-10use gsm_bts_by_lac() function to start paging of all bts with same lacHarald Welte2-7/+28