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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 2d1f53439b648d1b52544be30380bde564a95f0d (commit)
via 71506d70d7ac42484c1fe68a77bc7bac145e8566 (commit)
via d11e8cf3417da1c70f219047ce65eac9ea3776db (commit)
via f5a810d6f789b88504f9ef972e96c45cce459d62 (commit)
from e95ad79d6c236489069f769c6b9c3cfc1aca595a (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/osmo-bts/commit/?id=2d1f53439b648d1b52544be30380bde564a95f0d
commit 2d1f53439b648d1b52544be30380bde564a95f0d
Author: Max <msuraev at sysmocom.de>
Date: Sun Jan 21 23:34:34 2018 +0100
sysmobts: remove weird default header location
The sysmoBTS-specific headers were never looked for in the current
directory. None of the CI tests use it as well. None of the other BTS
models use such defaults. Let's just drop this to restore expected
header location semantics.
Change-Id: I0b2906e284e1e22a960c4f0f1f38724de009eda5
http://cgit.osmocom.org/osmo-bts/commit/?id=71506d70d7ac42484c1fe68a77bc7bac145e8566
commit 71506d70d7ac42484c1fe68a77bc7bac145e8566
Author: Max <msuraev at sysmocom.de>
Date: Sun Jan 21 23:03:45 2018 +0100
Move -I inside *INCDIR variable
Previouslywe could end-up passing empty '-I' to compilerif corresponding
_INCDIR variable was not defined during the ./configure step. This is
apparently tolerated by gcc but still seems like a wrong thingto
do. Let's fix this by moving -I inside of *_INCDIR.
Change-Id: I80915e5756d1bf64d789cfd5341fdd417ca8eed9
http://cgit.osmocom.org/osmo-bts/commit/?id=d11e8cf3417da1c70f219047ce65eac9ea3776db
commit d11e8cf3417da1c70f219047ce65eac9ea3776db
Author: Max <msuraev at sysmocom.de>
Date: Sun Jan 21 23:12:56 2018 +0100
sysmobts: use proper includes for sbts2050 test
When testing for sbts2050_header.h during ./configure stage, use proper
include path defined earlier.
Change-Id: I55e50f612ab2a082b34096d71359dd08da150cf1
http://cgit.osmocom.org/osmo-bts/commit/?id=f5a810d6f789b88504f9ef972e96c45cce459d62
commit f5a810d6f789b88504f9ef972e96c45cce459d62
Author: Max <msuraev at sysmocom.de>
Date: Sun Jan 21 22:50:10 2018 +0100
Remove unneeded LIBOSMOCORE_CFLAGS from tests
When testing for the presence of particular BTS model-specific header
during ./configure step, we don't need to add LIBOSMOCORE_CFLAGS because
none of those headers use it for compilation. Moreover, adding it might
hide the problem if the headers under check are available in the same
location where libosmocore headers were checked out.
Change-Id: I64bf1acb9db999567e8a2a6690cfc96d6e4b7ee1
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 18 +++++++-----------
src/osmo-bts-litecell15/Makefile.am | 2 +-
src/osmo-bts-octphy/Makefile.am | 2 +-
src/osmo-bts-sysmo/Makefile.am | 2 +-
tests/sysmobts/Makefile.am | 2 +-
5 files changed, 11 insertions(+), 15 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)