aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-06-26updated RSL wireshark patchHarald Welte1-33/+225
2009-06-26fix typosHarald Welte2-2/+2
2009-06-25add new wireshark A-bis OML dissector, incompleteHarald Welte1-0/+1463
2009-06-25enable OML dissector lookup, register ourselves as "gsm_abis_ip" dissectorHarald Welte1-13/+17
2009-06-25abis_nm.h: Fix various typosHarald Welte1-4/+4
2009-06-22Add parsing of 'L1 information' IE of MEASUREMENT RESULTHarald Welte1-2/+43
2009-06-20fix setfault during registration of VTY TRX functionHarald Welte1-1/+1
2009-06-20replace 'struct gsm_attr' by 'struct tlv_parsed'Harald Welte1-7/+4
2009-06-20Introduce BS and MS power control related functionsHarald Welte6-6/+212
2009-06-20BS11: use abis_nm_set_{bts,radio}_attr()Harald Welte1-16/+14
2009-06-15mncc: Add IMSI to gsm_mnccAndreas Eversberg2-2/+20
2009-06-14Merge branch 'mncc-harald'Harald Welte17-446/+2817
2009-06-14Merge branch 'master' of gitosis@bs11-abis.gnumonks.org:openbscHarald Welte3-3/+3
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 Freyther2-2/+2
2009-06-12Merge commit 'origin/master' into mncc-haraldHarald Welte1-1/+1
2009-06-12[misc] Fix make distcheck by adding compat_af_isdn.hHolger Hans Peter Freyther1-1/+1
2009-06-12SMS: fix parsing of destination phone numberHarald Welte1-2/+3
2009-06-12Increase LCHAN_RELEASE_TIMEOUT to 10 secondsHarald Welte1-1/+1
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 Welte3-13/+83
2009-06-10reworked MNCC codebaseHarald Welte15-441/+2731
2009-06-10Merge commit 'origin/master'Harald Welte14-43/+307
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 Freyther3-2/+110
2009-06-10[channel] Add a test case for the request foo in gsm_subscriber.cHolger Hans Peter Freyther4-1/+88
2009-06-10Proposal for a "channel request" interface...Holger Freyther5-4/+21
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 Freyther3-0/+18
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 Welte3-31/+480
2009-06-10use gsm_bts_by_lac() function to start paging of all bts with same lacHarald Welte2-7/+28
2009-06-10re-add wireshark and linux-kernel patchesHarald Welte3-0/+929
2009-06-10move openbsc into its own subdirectoryHarald Welte95-0/+0
2009-06-09* add support for storing classmark1/2/3 per subscriberHarald Welte4-9/+191
2009-06-09don't prefix every line with timestamp, this saves some screen real estateHarald Welte3-7/+23
2009-06-09fix typo CHANNL->CHANNELHarald Welte1-1/+1
2009-06-09some more commentsHarald Welte1-2/+3
2009-06-09db.c: tmsi may be empty so put it into '' to make that obvoius (Andreas Evers...Holger Freyther1-3/+3
2009-06-09gsm_04_08.c: Kill duplication pointed out by Andreas EversbergHolger Freyther1-22/+18
2009-06-09gsm_04_08.c: Call subscr_update everytime we let someone in (Andreas Eversberg)Holger Freyther1-0/+1
2009-06-09bsc_hack.c: Fix the -l db option (Andreas Eversberg)Holger Freyther1-1/+1
2009-06-08Add the isdnsync program which enable layer1 and layer2 on a cardHolger Freyther2-1/+195
2009-06-08openbscdefines.h: Add header file to control visibility of symbolsHolger Freyther3-1/+51