Commit Graph

18 Commits

Author SHA1 Message Date
Arran Cudbard-Bell 8e4bcfef3c Add missing xua.pc file
Change-Id: I5081799e1d7c7f5f3206e5f38060540bb4e3289b
Signed-off-by: Arran Cudbard-Bell <a.cudbardb@freeradius.org>
2016-11-03 12:36:41 +00:00
Neels Hofmeyr d6c7da8cc9 configure: check for pkg-config presence
Change-Id: I0066b33ce59d1e107ca8e7389599b232a033ba2e
2016-10-01 01:00:52 +02:00
Neels Hofmeyr 48372dad0e build: be robust against install-sh files above the root dir
Explicitly set AC_CONFIG_AUX_DIR.

To reproduce the error avoided by this patch:

  rm install-sh        # in case it was already generated.
  touch ../install-sh  # yes, outside this source tree
  autoreconf -fi

This will produce an error like

  ...
  configure.ac:16: error: required file '../ltmain.sh' not found
  configure.ac:5: installing '../missing'
  src/Makefile.am: installing '../depcomp'
  autoreconf: automake failed with exit status: 1

See also automake (vim `which automake`) and look for 'sub locate_aux_dir'.

Change-Id: Iec88e41c1fe80b436d6d08005871bead540e387d
2016-10-01 01:00:52 +02:00
Max 1b65a4ceeb Fix required version of libosmo-netif
Sponsored-by: On-Waves ehf

Signed-off-by: Max <msuraev@sysmocom.de>
2016-01-06 16:54:08 +01:00
Harald Welte b4d2736ecc Add some SUA client and server example code 2015-12-22 23:03:44 +01:00
Harald Welte 7be77b4a34 libosmo-sigtran: Add pkg-config integration 2015-12-22 23:03:44 +01:00
Harald Welte bf49cc1c00 Import SUA (SCCP User Adaptation) and SCCP User SAP
... this code originates from the osmo-iuh repository, but is now part
of a new shared libosmo-sigtran.so library generated in this repository.
2015-12-22 23:03:41 +01:00
Holger Hans Peter Freyther 4d244d3c31 XUA: Move m2ua headers to sigtran, create xua_types.h and m3ua_types.h
Begin with type definitions for m3ua
2015-03-23 11:06:51 +01:00
Holger Hans Peter Freyther 38dafe5241 misc: Fix the email address in the configure.ac 2012-03-26 16:37:37 +02:00
Holger Hans Peter Freyther 72df7f09ec tests: Run the existing tests with GNU Autotest
SCCP: Use DST/SRC Ref instead of the pointer value to create
stable releases.
2011-11-20 12:11:57 +01:00
Alexander Huemer 7f495a1a13 libosmo-sccp: add missing AC_LANG_SOURCE for current autoconf
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-24 17:20:37 +02:00
Harald Welte d35a3079df namespace: use osmo_static_assert() instead of static_assert() 2011-05-08 09:43:49 +02:00
Harald Welte 2d97000f98 Update include paths with libosmocore 0.2.0 2011-03-23 18:30:22 +01:00
Holger Hans Peter Freyther f3b7effbc1 m2ua: Add parsing and creation of m2ua packages 2011-01-12 12:50:09 +01:00
Holger Hans Peter Freyther 2127f19672 m2ua: Add basic header file for the common structure of a M2UA msg 2011-01-12 12:50:01 +01:00
Holger Hans Peter Freyther 00e6f692e9 mtp: Add the MTP Level3 code to the SCCP repoistory
SCCP can be wrapped inside the MTP Level3, and one can
use it for link testing as well. This repository should
be renamed to libosmo-itu or libosmo-ss7 and be a host
to SS7 related encapsulation...

The code is coming from the cellmgr-ng code.
2010-08-01 17:01:26 +08:00
Holger Hans Peter Freyther 7cab49b434 sccp: Rename the pkg-config file to osmo-sccp 2010-07-30 02:31:19 +08:00
Holger Hans Peter Freyther 17097d06b5 sccp: Add a new buildsystem for the OSMO SCCP library 2010-07-30 02:13:37 +08:00