aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2010-03-26msc: Create a real interface for BSC MSC and start handling reconnectsHolger Hans Peter Freyther4-39/+140
2010-03-26bsc_msc: Connect in a non blocking way to the MSCHolger Hans Peter Freyther1-2/+81
2010-03-26bsc_msc_ip: Keep track of active connections so we could clear them.Holger Hans Peter Freyther2-0/+6
2010-03-26nat: Add a warning for an important todo item on connection lossHolger Hans Peter Freyther1-0/+1
2010-03-26nat: Clear all pending messages in case the BSC disconnectedHolger Hans Peter Freyther1-0/+1
2010-03-26nat: Switch downstream over to the write queueHolger Hans Peter Freyther1-20/+46
2010-03-26nat: Stop using the input/ipaccess.c method as it will write directlyHolger Hans Peter Freyther1-2/+28
2010-03-26nat: Make it clear where we want to send these methodsHolger Hans Peter Freyther1-1/+1
2010-03-26nat: Move one more area to the bsc_write methodHolger Hans Peter Freyther1-11/+10
2010-03-26nat: Move BSC msg sending to a new method.Holger Hans Peter Freyther1-3/+8
2010-03-26nat: Start using a write_queue for the BSC connectionHolger Hans Peter Freyther3-15/+16
2010-03-26nat: Move MSC write to the write_queue and make it non blockingHolger Hans Peter Freyther1-9/+27
2010-03-26nat: Rename variable from connection to listenHolger Hans Peter Freyther1-2/+2
2010-03-26bsc_msc_ip: Convert the MSC connection to the write queueHolger Hans Peter Freyther1-11/+22
2010-03-26Merge branch 'on-waves/sccp' into on-waves/bsc-masterHolger Hans Peter Freyther10-313/+229
2010-03-26sccp: Change the ownership of the msgb passed to the callbackHolger Hans Peter Freyther3-53/+35
2010-03-25channel requests: Add configuration to handle paging any with TCHHolger Hans Peter Freyther3-0/+27
2010-03-25convert openbsc to use libosmocore-0.1.1 APIHarald Welte4-7/+8
2010-03-25current version needs exactly 0.1.0 version of libosmocoreHarald Welte1-1/+1
2010-03-25channel request: Store the to be assigned channel type in the GSM NetworkHolger Hans Peter Freyther8-8/+43
2010-03-25increase the use of 'struct value_string' in abis_nm and gsm_dataHarald Welte2-247/+183
2010-03-25bsc_msc_ip: Add an option for the global log levelHolger Hans Peter Freyther1-0/+5
2010-03-25Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther2-3/+10
2010-03-25debug: Make the global target loglevel overwrite the category levelHolger Hans Peter Freyther1-1/+1
2010-03-25bsc_hack: Add other known options to the listHolger Hans Peter Freyther1-1/+3
2010-03-25bsc_hack: Add option to set the global log level.Holger Hans Peter Freyther1-1/+6
2010-03-24bssap: Allow to submit a SMS on the TCHHolger Hans Peter Freyther1-1/+9
2010-03-24Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-2/+1
2010-03-24rll_establish: When on a TCH always use the SACH for SAPI!=0Holger Hans Peter Freyther1-2/+1
2010-03-24Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-0/+6
2010-03-24ipa: Fix the previous patch and initialize the fds to -1Holger Hans Peter Freyther1-0/+6
2010-03-24Specify a release reason for the lchanHolger Hans Peter Freyther13-29/+30
2010-03-24Fix DNAT debug.h definition and move it to the enum.Holger Hans Peter Freyther1-2/+1
2010-03-24Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther23-96/+783
2010-03-24bssap.c: Handle an assignment failure correctlyHolger Hans Peter Freyther1-0/+1
2010-03-24Move the version/copyright string to a separate fileHolger Hans Peter Freyther3-15/+33
2010-03-24Make the compiler happy and use a putsHolger Hans Peter Freyther1-1/+1
2010-03-24Include bscconfig.h without ../ for the srcdir != build dir caseHolger Hans Peter Freyther2-2/+2
2010-03-24Move the copyright and version header to bsc_init.cHolger Hans Peter Freyther2-10/+16
2010-03-24Bump the local version to 0.3.90 in preparation for a 0.4.0 releaseHolger Hans Peter Freyther1-1/+1
2010-03-24ipa: Handle corrupt incoming messages without crashingHolger Hans Peter Freyther1-6/+14
2010-03-24ipa: Reduce the throttling of the IPA msgesHolger Hans Peter Freyther1-1/+1
2010-03-24Correct the company name. It should be On-Waves (ehf)Holger Hans Peter Freyther8-8/+8
2010-03-24Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther133-10005/+6946
2010-03-24ipa: Make it possible to specify -w and -f in any orderHolger Hans Peter Freyther1-3/+9
2010-03-24ipa: Use two defines instead of magic numbersHolger Hans Peter Freyther1-8/+11
2010-03-24ipaccess: Handle the case of replacing RSL connectionsHolger Hans Peter Freyther1-0/+7
2010-03-23depend on libosmocore 0.1.0Harald Welte1-1/+1
2010-03-23automatically include program version and print it from vty and --versionHarald Welte8-19/+221
2010-03-22gprs: remove (the already unused) si13_templateHarald Welte1-16/+0