aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2010-10-06gsm_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. Conflicts: openbsc/configure.in openbsc/include/openbsc/gsm_04_80.h openbsc/src/gsm_04_08.c openbsc/src/gsm_04_80.c
2010-08-25bsc_msc: Add minimal code to work with the new SCCP versionHolger Hans Peter Freyther1-1/+1
2010-08-24sccp: Use the libosmo-sccp library and remove the internal copyHolger Hans Peter Freyther1-3/+1
2010-08-04on-waves: Increase the version number...on-waves/0.3.99.19Holger Hans Peter Freyther1-1/+1
2010-08-03osmocore: Build a against the latest version..Holger Hans Peter Freyther1-1/+1
2010-07-27nat: Remove the nat code from the On-Waves branch... new code is in masterHolger Hans Peter Freyther1-1/+0
2010-06-23Bump the version for init and alignment fixes.on-waves/0.3.99.18Holger Hans Peter Freyther1-1/+1
2010-06-16Tag a release without the DTX change...on-waves/0.3.99.17Holger Hans Peter Freyther1-1/+1
2010-06-16new release with possible fix for the blackberry...on-waves/0.3.99.16Holger Hans Peter Freyther1-2/+2
2010-06-13Versioning...on-waves/0.3.99.15Holger Hans Peter Freyther1-1/+1
2010-06-07Version bump...on-waves/0.3.99.14Holger Hans Peter Freyther1-1/+1
2010-06-02Mark a new test release..on-waves/0.3.99.13Holger Hans Peter Freyther1-1/+1
2010-05-16Bump the version.on-waves/0.3.99.12Holger Hans Peter Freyther1-2/+2
2010-05-14A new day, a new tagon-waves/0.3.99.11Holger Hans Peter Freyther1-1/+1
2010-05-12Increase the version number.on-waves/0.3.99.10Holger Hans Peter Freyther1-1/+1
2010-05-11Increase the version... as we have new commandson-waves/0.3.99.9Holger Hans Peter Freyther1-1/+1
2010-05-11misc: Make sure PACKAGE_VERSION is getting defined with a useful content.Holger Hans Peter Freyther1-3/+2
PACKAGE_VERSION is used by the copyright message.
2010-05-05Version bump for testing it on the targeton-waves/0.3.99.8Holger Hans Peter Freyther1-1/+1
2010-05-05Another version... another tryon-waves/0.3.99.7Holger Hans Peter Freyther1-1/+1
2010-05-05Bump the version for TCP_NODELAY.on-waves/0.3.99.6Holger Hans Peter Freyther1-1/+1
2010-05-05Bump versionon-waves/0.3.99.5Holger Hans Peter Freyther1-1/+1
Configurable timeout.
2010-05-03Work with later libosmocore.on-waves/0.3.99.4Holger Hans Peter Freyther1-1/+1
2010-05-03Bump version..on-waves/0.3.99.3Holger Hans Peter Freyther1-1/+1
* ping pong and possible crash fix.
2010-05-01configure.in: Bump the version due mem leak fixes.on-waves/0.3.99.2Holger Hans Peter Freyther1-1/+1
The nat is stable and in testing..
2010-04-26Bump the version of OpenBSC.on-waves/0.3.99.1Holger Hans Peter Freyther1-1/+1
2010-04-20Versioning for the bsc_msc_ipon-waves/0.3.99Holger Hans Peter Freyther1-1/+1
2010-04-20Version bump for On-Waveson-waves/0.3.98.2Holger Hans Peter Freyther1-1/+1
* Revert RTP_PAYLOAD change as it does not work on AMR * Change paging to not send it as a bulk...
2010-04-19Increase the minor version as this is a band-aid..Holger Hans Peter Freyther1-1/+1
2010-04-19Increase the version.on-waves/0.3.98Holger Hans Peter Freyther1-1/+1
2010-04-14Increase the versionon-waves/0.3.97Holger Hans Peter Freyther1-1/+1
2010-04-11Increase version..on-waves/0.3.96Holger Hans Peter Freyther1-1/+1
2010-04-11Bump the version..on-waves/0.3.95Holger Hans Peter Freyther1-1/+1
2010-04-09Bump the version to 0.3.94...on-waves/0.3.94Holger Hans Peter Freyther1-1/+1
2010-04-08Bump the version for the BSC.on-waves/0.3.93Holger Hans Peter Freyther1-1/+1
2010-04-06Tag on-waves 0.3.92 after the merge with masteron-waves/0.3.92Holger Hans Peter Freyther1-1/+1
2010-04-06Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-1/+1
* Move to the new log code and update binaries * Catch up with lchan changes from master Conflicts: openbsc/include/openbsc/Makefile.am openbsc/include/openbsc/gsm_data.h openbsc/src/Makefile.am openbsc/src/bsc_rll.c openbsc/src/chan_alloc.c openbsc/src/debug.c openbsc/src/gsm_04_08.c openbsc/src/gsm_04_11.c openbsc/src/gsm_subscriber_base.c openbsc/src/handover_logic.c openbsc/src/silent_call.c openbsc/src/transaction.c openbsc/src/vty_interface.c openbsc/src/vty_interface_cmds.c
2010-04-06Increase version numberon-waves/0.3.91Holger Hans Peter Freyther1-1/+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-26Merge branch 'on-waves/sccp' into on-waves/bsc-masterHolger Hans Peter Freyther1-1/+1
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-24Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-1/+1
Keep a static version as the shell script is not dealing well with branch tags/names containing text. Resolve merge conflict in the Makefile.am by adding both sides to the list of sources for the libbsc.a Conflicts: openbsc/configure.in openbsc/src/Makefile.am
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-24Merge remote branch 'origin/master' into on-waves/bsc-masterHolger Hans Peter Freyther1-2/+3
* Move to libosmocore * Move to new debugging architecture * Register the BTS types * Has only been compile tested Conflicts: openbsc/include/openbsc/Makefile.am openbsc/include/openbsc/gsm_data.h openbsc/include/openbsc/ipaccess.h openbsc/include/openbsc/mgcp.h openbsc/include/openbsc/msgb.h openbsc/include/openbsc/tlv.h openbsc/src/Makefile.am openbsc/src/abis_rsl.c openbsc/src/bsc_init.c openbsc/src/bsc_mgcp.c openbsc/src/chan_alloc.c openbsc/src/debug.c openbsc/src/gsm_subscriber_base.c openbsc/src/msgb.c openbsc/src/rest_octets.c openbsc/src/sccp/sccp.c openbsc/src/vty/command.c openbsc/src/vty_interface.c openbsc/tests/Makefile.am
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