openbsc.git branch master updated. 0.14.0-109-g797eb7b

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Fri Jun 19 19:00:11 UTC 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  797eb7b592e2912ef3e12dbac415f6fa9d444ab9 (commit)
       via  4bb3fccb75d4bf66fccb22da27138e702f0cef1c (commit)
       via  b25c8342cc850a421da3ffa1054a70a6be6645dc (commit)
      from  c58a1e573b4eedc213f210b97f6a3d82ffdc056f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=797eb7b592e2912ef3e12dbac415f6fa9d444ab9

commit 797eb7b592e2912ef3e12dbac415f6fa9d444ab9
Author: Andreas Rottmann <a.rottmann at gmx.at>
Date:   Tue Jun 16 23:23:31 2015 +0200

    build: avoid spurious hard dependency on libosmo-sccp
    
    In the libfilter source code, which is built regardless of --enable-nat,
    headers from libosmo-sccp were used, thus causing a build failure (see
    below) when building without --enable-nat, and libosmo-sccp not being
    installed (or being installed in a prefix not otherwise included in the
    build).
    
    The build fails like this:
    
    In file included from ../../../src/libfilter/bsc_msg_filter.c:27:0:
    ../../../include/openbsc/bsc_nat_sccp.h:27:37: fatal error: osmocom/sccp/sccp_types.h: No such file or directory
    
    As the includes seem not to be actually needed, this change fixes the
    issue by just omitting them.

http://cgit.osmocom.org/openbsc/commit/?id=4bb3fccb75d4bf66fccb22da27138e702f0cef1c

commit 4bb3fccb75d4bf66fccb22da27138e702f0cef1c
Author: Andreas Rottmann <a.rottmann at gmx.at>
Date:   Tue Jun 16 23:23:30 2015 +0200

    Fix "make distcheck"
    
    Running "make distcheck" failed trying to generate ".version" into the
    read-only unpacked source directory. Actually shipping ".version" in the
    tarball fixes that.

http://cgit.osmocom.org/openbsc/commit/?id=b25c8342cc850a421da3ffa1054a70a6be6645dc

commit b25c8342cc850a421da3ffa1054a70a6be6645dc
Author: Andreas Rottmann <a.rottmann at gmx.at>
Date:   Tue Jun 16 23:23:28 2015 +0200

    Fix build wrt. missing CFLAGS constituents
    
    When libosmo-netif and/or libosmo-abis are installed in distinct
    prefixes, the build failed with non-found headers.

-----------------------------------------------------------------------

Summary of changes:
 openbsc/Makefile.am                    | 2 +-
 openbsc/src/libfilter/Makefile.am      | 2 +-
 openbsc/src/libfilter/bsc_msg_filter.c | 3 ---
 openbsc/src/libtrau/Makefile.am        | 2 +-
 openbsc/src/osmo-bsc/Makefile.am       | 2 +-
 openbsc/src/osmo-bsc_mgcp/Makefile.am  | 3 ++-
 openbsc/tests/gbproxy/Makefile.am      | 2 +-
 openbsc/tests/gprs/Makefile.am         | 2 +-
 openbsc/tests/mgcp/Makefile.am         | 2 +-
 9 files changed, 9 insertions(+), 11 deletions(-)


hooks/post-receive
-- 
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list