aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2010-04-05[mgcp] Look at the bts addr set at the endpointHolger Hans Peter Freyther1-1/+3
2010-04-05[mgcp] Export header parsing via mgcp internalHolger Hans Peter Freyther2-14/+21
2010-04-05[mgcp] Do not operate on the ->data pointer, use ->l2h insteadHolger Hans Peter Freyther1-4/+4
2010-04-05[mgcp] Degrade verbosity to debugHolger Hans Peter Freyther1-1/+1
2010-04-05[mgcp] Add a new config option to set the call agent ip addrHolger Hans Peter Freyther2-0/+15
2010-04-05[mgcp] Add a helper function to convert from GSM0808 ts/mux to MGCP endpointHolger Hans Peter Freyther1-0/+8
2010-04-05[mgcp] Handle the RSIP with resetting all endpointsHolger Hans Peter Freyther1-0/+24
2010-04-05[mgcp] Add some parsing for RSIP messages coming inHolger Hans Peter Freyther2-0/+13
2010-04-05[mgcp] Remove unused method from the mgcpHolger Hans Peter Freyther1-6/+0
2010-04-05[mgcp] Switch from DEBUG to LOGP in the mgcp_main.cHolger Hans Peter Freyther1-2/+2
2010-04-05[mgcp] Remove the sending of RSIPHolger Hans Peter Freyther3-31/+0
2010-03-30[mgcp] The networking code needs a source addrs..Holger Hans Peter Freyther1-0/+5
2010-03-30[mgcp] Move mgcp init into the main method...Holger Hans Peter Freyther2-12/+15
2010-03-30[mgcp] Fix format string usageHolger Hans Peter Freyther1-1/+1
2010-03-30Merge remote branch 'origin/master' into on-waves/mgcpHolger Hans Peter Freyther62-2540/+1885
2010-03-29[misc] Remove whitespace from the end of the line.Holger Hans Peter Freyther17-57/+57
2010-03-28remove gsm48_mi_to_string() as it is now in libosmocore 0.1.3Harald Welte3-47/+1
2010-03-28chan_alloc: Support allocating TCH/F of a dynamic TCH/F + PDCHHarald Welte2-1/+34
2010-03-28RSL: keep track of ip.access dynamic TCH/PDCH activationHarald Welte3-5/+14
2010-03-26debug: ensure no overlap between LOG_FILTER_ALL and FLT_IMSIHarald Welte1-1/+2
2010-03-26move log/debug codebase to libosmocoreHarald Welte14-529/+210
2010-03-25db: Fix a bug where no pending SMS were foundHolger Hans Peter Freyther2-4/+4
2010-03-25sms: Remove some more occurences of the GSM lchanHolger Hans Peter Freyther1-4/+2
2010-03-25Store the GSM BTS in the gsm subscriber connectionHolger Hans Peter Freyther3-8/+9
2010-03-25bsc: Start creating 08.08 like APIHolger Hans Peter Freyther5-14/+45
2010-03-25sms: First run of removing lchan usage from MSC code paths.Holger Hans Peter Freyther2-12/+20
2010-03-25lchan: Change transaction to work on the GSM Subscriber ConnectionHolger Hans Peter Freyther7-63/+56
2010-03-25lchan: Create a structure for MSC data of the lchanHolger Hans Peter Freyther13-154/+203
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-25increase the use of 'struct value_string' in abis_nm and gsm_dataHarald Welte2-247/+183
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-24rll_establish: When on a TCH always use the SACH for SAPI!=0Holger Hans Peter Freyther1-2/+1
2010-03-24ipa: Fix the previous patch and initialize the fds to -1Holger Hans Peter Freyther1-0/+6
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-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-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
2010-03-22GPRS: make NSEI configurable from VTYHarald Welte3-0/+25
2010-03-22GPRS: don't allow VTY configuration of GPRS parameters if GPRS inactiveHarald Welte1-0/+30