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.orgThis 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 c2f2ad8a5f575a38011bfa9b1833a88ed393dd1d (commit)
via 7b6673fa06dada3ec4586b1c0d735e9df4177a48 (commit)
from 58f446ca087406855c036e4259b088dfb253e824 (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=c2f2ad8a5f575a38011bfa9b1833a88ed393dd1d
commit c2f2ad8a5f575a38011bfa9b1833a88ed393dd1d
Author: Alexander Huemer <alexander.huemer at xx.vu>
Date: Thu Sep 15 16:02:18 2016 +0200
Build fixes
Some fixes for build environments where dependencies are installed in
distinct directories.
Change-Id: I38808fd2911747b266ee6fde91187a88dd7ae355
http://cgit.osmocom.org/openbsc/commit/?id=7b6673fa06dada3ec4586b1c0d735e9df4177a48
commit 7b6673fa06dada3ec4586b1c0d735e9df4177a48
Author: Alexander Huemer <alexander.huemer at xx.vu>
Date: Fri Sep 9 00:43:15 2016 +0200
Consistenly format variables in */Makefile.am files
Change-Id: Ifa21513c007072314097b7bec188579972dc1694
-----------------------------------------------------------------------
Summary of changes:
openbsc/Makefile.am | 13 ++-
openbsc/doc/Makefile.am | 4 +-
openbsc/doc/examples/Makefile.am | 1 -
openbsc/include/Makefile.am | 9 +-
openbsc/include/openbsc/Makefile.am | 110 ++++++++++++++++++------
openbsc/src/Makefile.am | 53 ++++++++++--
openbsc/src/gprs/Makefile.am | 152 +++++++++++++++++++++++++---------
openbsc/src/ipaccess/Makefile.am | 82 +++++++++++++-----
openbsc/src/libbsc/Makefile.am | 75 +++++++++++------
openbsc/src/libcommon/Makefile.am | 34 ++++++--
openbsc/src/libfilter/Makefile.am | 25 ++++--
openbsc/src/libiu/Makefile.am | 30 +++++--
openbsc/src/libmgcp/Makefile.am | 47 ++++++++---
openbsc/src/libmsc/Makefile.am | 74 ++++++++++++-----
openbsc/src/libtrau/Makefile.am | 34 ++++++--
openbsc/src/osmo-bsc/Makefile.am | 66 +++++++++++----
openbsc/src/osmo-bsc_mgcp/Makefile.am | 43 +++++++---
openbsc/src/osmo-bsc_nat/Makefile.am | 68 +++++++++++----
openbsc/src/osmo-nitb/Makefile.am | 54 ++++++++----
openbsc/src/utils/Makefile.am | 135 ++++++++++++++++++++++++------
openbsc/tests/Makefile.am | 57 ++++++++++---
openbsc/tests/abis/Makefile.am | 42 +++++++---
openbsc/tests/bsc-nat/Makefile.am | 76 ++++++++++++-----
openbsc/tests/bsc/Makefile.am | 57 +++++++++----
openbsc/tests/channel/Makefile.am | 32 +++++--
openbsc/tests/db/Makefile.am | 57 ++++++++++---
openbsc/tests/gbproxy/Makefile.am | 71 +++++++++++-----
openbsc/tests/gsm0408/Makefile.am | 46 +++++++---
openbsc/tests/gtphub/Makefile.am | 34 ++++++--
openbsc/tests/mgcp/Makefile.am | 82 +++++++++++++-----
openbsc/tests/mm_auth/Makefile.am | 42 +++++++---
openbsc/tests/oap/Makefile.am | 25 ++++--
openbsc/tests/sgsn/Makefile.am | 47 ++++++++---
openbsc/tests/smpp/Makefile.am | 43 ++++++++--
openbsc/tests/subscr/Makefile.am | 53 ++++++++----
openbsc/tests/trau/Makefile.am | 55 +++++++++---
openbsc/tests/xid/Makefile.am | 32 +++++--
37 files changed, 1488 insertions(+), 472 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)