aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2011-05-24openbsc: rename configure.in -> configure.acAlexander Huemer1-115/+0
rename autoconf input file to align with osmocom-bb host applications, and because that suffix is preferred nowadays.
2011-05-24openbsc: add missing AC_LANG_SOURCE for current autoconfAlexander Huemer1-1/+1
autoconf >=2.68 demands the body of an AC_COMPILE_IFELSE to be wrapped in an AC_LANG_SOURCE macro, otherwise outputs annoying warnings on the invocation of `autoreconf -i`. this patch follows that demand.
2011-05-11examples: automatically copy all examples in dist and install it to docdirHarald Welte1-0/+2
2011-05-08configure.in: Require libosmocore >= 0.3.0 for namespace changesHarald Welte1-3/+3
2011-03-23src: use new library libosmogsm and new path to headers in libosmocorePablo Neira Ayuso1-2/+3
libosmogsm is a new library that is distributed in the libosmocore. Now, openbsc depends on it. This patch gets openbsc with this change. This patch also rewrites all include path to the new osmocom/[gsm|core] Signed-off-by: Pablo Neira Ayuso <pablo@gnumonks.org>
2011-03-20Depend on libosmocore 0.1.31 due to VTY / logging changeHarald Welte1-2/+2
2011-03-08misc: check for libdbi, mandatory library dependencyPablo Neira Ayuso1-0/+1
Otherwise, openbsc fails to compile: CC db.o db.c:29:21: error: dbi/dbi.h: File does not exists
2011-03-05OM2000: Add support for configuring the TF (Timing Function)Harald Welte1-1/+1
2011-03-04prefix sub-directories containing libraries with 'lib'Harald Welte1-7/+7
... and make sure tests work again after restructuring
2011-03-03Move 'Gb' protocol stack into its own src/gb subdirectoryHarald Welte1-0/+1
2011-03-03Rename bsc_nat -> osmo-bsc_nat and bsc_mgcp -> osmo-bsc_mgcpHarald Welte1-1/+2
This now enforces a unique structure: All of our main daemon programs start with an "osmo-" prefix.
2011-03-03re-structure the OpenBSC directory layoutHarald Welte1-2/+10
The new structure divides the code into a number of libraries for the BSC core functionality, MSC core functionality, Abis transport, TRAU and other bits. This doesn't introduce any functional code change but simply moves around files and alters Makefile.am accordingly. Next step would be to disentangle a lot of the inter-library dependencies and make the individual bits of code more independent.
2011-02-25configure: Require a new libosmovty due to the syslog/logging changesHolger Hans Peter Freyther1-1/+1
2011-02-05[DAHDI] build dahdi driver only if dahdi header is presentHarald Welte1-0/+2
2011-01-06mgcp: Parse a Digital Trunk endpoint name.Holger Hans Peter Freyther1-0/+1
2010-11-15misc: Introduce a --enable-coverage mode to build with gprof coverageHolger Hans Peter Freyther1-0/+14
This adds a test coverage build. One can use gcov and lcov on the resulting data afterwards to see which code paths were executed and which were not.
2010-10-27Require 0.1.27 for the new gsm0808 methodsHolger Hans Peter Freyther1-1/+1
2010-10-13Require libosmocore 0.1.24 due the USSD changes.Holger Hans Peter Freyther1-1/+1
2010-10-10ussd: Move the code libosmocore, increase the version number.Holger Hans Peter Freyther1-1/+1
Move the code to libosmocore, update the header file and the version required in the configure.in.
2010-09-30gsm_04_80: Require libosmocore for creating USSD messagesHolger Hans Peter Freyther1-1/+1
Use the libosmocore to create USSD messages, increase the minimum version of libosmocore, add header files, remove the code.
2010-08-26vty: Provide a is_config_node for the VTY and use it for the bscHolger Hans Peter Freyther1-1/+1
Right now only bsc_hack and osmo_bsc need to have a custom config handling as they use the subscr/oml nodes.
2010-08-25Introduce '-D' commandline option to daemonize processesHarald Welte1-1/+1
This uses the osmo_daemonize() function of libosmocore >= 0.1.18, and is now implemented for bac_nat, osmo-bsc, bsc_hack, osmo-gbproxy and bsc_mgcp. This means only osmo-sgsn is missing, which currently has no option parsing at all.
2010-08-04ipaccess-config / NWL: Decode + print neighbor cell ARFCNsHarald Welte1-1/+1
2010-08-03Use new include paths of libosmo-sccp 0.0.2Harald Welte1-3/+3
2010-07-31sccp: Use the external libosmo-sccp as sccp implementationHolger Hans Peter Freyther1-3/+21
Add --enable-nat and --enable-osmo-bsc to build applications requiring the Osmo SCCP library to be installed. We are not using autodiscover as this is out of fashion.
2010-07-30[BSC] Add support for configfile-hardcoded System Information messagesHarald Welte1-1/+1
2010-07-30Use hexparse() from libosmocore >= 0.1.14Harald Welte1-1/+1
2010-07-05configure.in: Require 0.1.13 of libosmocore...Holger Hans Peter Freyther1-1/+1
2010-06-30osmo_bsc: Add empty osmo_bsc_main.c and hook it into the buildHolger Hans Peter Freyther1-0/+1
2010-06-21configure.in: Require a newer libosmocore.Holger Hans Peter Freyther1-1/+1
2010-06-15nat: Add the OSMO NAT to the build process.Holger Hans Peter Freyther1-0/+2
2010-06-14require libosmocore 0.1.11 to make encryption compileHarald Welte1-1/+1
2010-06-01We now need libosmocore-0.1.10 due to gprs_tmsi2tlli()Harald Welte1-1/+1
2010-05-31VTY: libosmocore >= 0.1.9 doesn't define BSC specific VTY nodes anymoreHarald Welte1-1/+1
2010-05-25Migrate VTY code to libosmovtyHarald Welte1-1/+1
2010-05-18[GPRS] Build osmo-sgsn only if libgtp is availableHarald Welte1-0/+4
2010-05-11logging: Add 'show logging vty' command to display current log configHarald Welte1-1/+1
As the logging config is getting more and more complex, it is good if it can be displayed interactively. WARNING: This needs libosmocore 0.1.6 or later!
2010-05-04move ipaccess tools into their own subdirectoryHarald Welte1-0/+1
They will now be built fully inside src/ipaccess, using their own Makefile.am
2010-05-04[gprs] Move all GPRS related code to src/gprs subdirectoryHarald Welte1-0/+1
2010-03-28remove gsm48_mi_to_string() as it is now in libosmocore 0.1.3Harald Welte1-1/+1
2010-03-26move log/debug codebase to libosmocoreHarald Welte1-1/+1
The logging/debugging code is generic enough to move it into libosmocore while keeping OpenBSC specific definitions in openbsc itself. This commit uses the logging support present in libosmocore-0.1.2, you will have to update your library to this version.
2010-03-25convert openbsc to use libosmocore-0.1.1 APIHarald Welte1-1/+1
the 0.1.1 API is cleaned up and removes all exported global static arrays (like rlm_cause_strs). There are now proper accessor functions.
2010-03-25current version needs exactly 0.1.0 version of libosmocoreHarald Welte1-1/+1
2010-03-23depend on libosmocore 0.1.0Harald Welte1-1/+1
this creates a hard dependency to a certain base version of the library
2010-03-23automatically include program version and print it from vty and --versionHarald Welte1-2/+4
2010-02-20finish openbsc / libosmocore separationHarald Welte1-3/+2
* use pkg-config from openbsc to find header and library * move sms and timer tests to libosmocore itself * ensure "make distcheck" works on both packages
2010-02-12[sccp] Install the static sccp library and the headersHolger Hans Peter Freyther1-0/+1
2010-02-09Create a liblaforge with OpenBSC utility functions to be used for other projectsHolger Hans Peter Freyther1-0/+1
2009-11-20[sccp] Implement parts of ITU SCCP for use in the A-InterfaceHolger Hans Peter Freyther1-0/+2
include/sccp/sccp_types.h contain Q.713 and GSM definitions include/sccp/sccp.h is the application interface resembling the esentials of the UNIX socket interface. src/sccp.c is the actual implementation of SCCP featuring connection and UDT1 support. tests/sccp/sccp.c is testing connection creation and formating of the SCCP messages used by the A-interface. And it contains a simple fuzzing test to test the robustnes of the implementation.
2009-10-27configure.in: Use kernel style silent rules starting with automake 1.11Holger Hans Peter Freyther1-0/+3
Use the silent rules when they are available. Using make V=1 or a special configure option the silent rules can be disabled.