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 "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=2d1f53439b648d1b52544be30380bde…
commit 2d1f53439b648d1b52544be30380bde564a95f0d
Author: Max <msuraev(a)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=71506d70d7ac42484c1fe68a77bc7ba…
commit 71506d70d7ac42484c1fe68a77bc7bac145e8566
Author: Max <msuraev(a)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=d11e8cf3417da1c70f219047ce65eac…
commit d11e8cf3417da1c70f219047ce65eac9ea3776db
Author: Max <msuraev(a)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=f5a810d6f789b88504f9ef972e96c45…
commit f5a810d6f789b88504f9ef972e96c45cce459d62
Author: Max <msuraev(a)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, ...)
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 "CI scripts".
The branch, master has been updated
via ce1d21fec1c210395e508c0877ae9922caea3fac (commit)
from 9b23074eebd8708341df26f5e09901869e3d1413 (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-ci/commit/?id=ce1d21fec1c210395e508c0877ae9922…
commit ce1d21fec1c210395e508c0877ae9922caea3fac
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 18 19:21:23 2018 +0100
libosmocore: use dispatcher script
Get rid of job name comparison because it depends and exact build server
name and hence is highly fragile. Use dispatcher script the same way we
do in osmo-bts.
N. B: this requires I2955e866bce4f000a53369bd601a346c36c82468 in
libosmocore.
Change-Id: I76dfc11a05007ae5c6e0554fe8132695b67cccaa
-----------------------------------------------------------------------
Summary of changes:
jobs/gerrit-verifications.yml | 8 +-------
jobs/master-builds.yml | 8 +-------
2 files changed, 2 insertions(+), 14 deletions(-)
hooks/post-receive
--
CI scripts
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 3da793857d78142e3594c67f4405ad19b57e9cd1 (commit)
from 89c8c4027b54cb1d20448a7c624b373b40823403 (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/libosmocore/commit/?id=3da793857d78142e3594c67f4405…
commit 3da793857d78142e3594c67f4405ad19b57e9cd1
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 18 16:50:51 2018 +0100
Embedded: add sercomm stubs
The sercomm functions are unavailable in case of embedded build. Add
stub and link the tests against it.
Change-Id: I9bc5cb2f822b1a3ffdc6ec29f46b6bac8288314e
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
configure.ac | 2 ++
tests/Makefile.am | 13 +++++++++----
tests/libsercomstub.c | 3 +++
tests/sercomm/sercomm_test.c | 4 ----
5 files changed, 15 insertions(+), 8 deletions(-)
create mode 100644 tests/libsercomstub.c
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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 Open Source GSM Base Band stack".
The branch, master has been updated
via df1049f3808ebaeebe743c203082124d6447964b (commit)
from 96e5f8cbe57d55a274cfba1ac7f4961b29bab6fe (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/osmocom-bb/commit/?id=df1049f3808ebaeebe743c2030821…
commit df1049f3808ebaeebe743c203082124d6447964b
Author: Stefan Sperling <ssperling(a)sysmocom.de>
Date: Thu Jan 18 15:38:05 2018 +0100
mobile: Print an error message if the VTY cannot be initialized
If we fail to initialize the VTY, print an error mesage instead of
failing silently. For example:
"Cannot init VTY on 127.0.0.1 port 4247: Address already in use"
Change-Id: I24161f53fa621ae1c8b1916bd0c8055c494b531e
-----------------------------------------------------------------------
Summary of changes:
src/host/layer23/src/mobile/app_mobile.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
hooks/post-receive
--
The Open Source GSM Base Band stack
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 89c8c4027b54cb1d20448a7c624b373b40823403 (commit)
from 0bbf67dfd3d97c67a126e60de2c5648c88427981 (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/libosmocore/commit/?id=89c8c4027b54cb1d20448a7c624b…
commit 89c8c4027b54cb1d20448a7c624b373b40823403
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 18 16:05:27 2018 +0100
Embedded: disable stats test
As of 67bdd80a96bdfc49d1aadbd32cca2b53f123d180 the stats.c is
effectively disable so we should disable the corresponding tests as
well.
Change-Id: I42ff7a6619c0a5926fdc2ec779cf04689c567e15
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 4 ++++
tests/Makefile.am | 6 +++++-
2 files changed, 9 insertions(+), 1 deletion(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications
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 "CI scripts".
The branch, master has been updated
via 9b23074eebd8708341df26f5e09901869e3d1413 (commit)
from f98070d9d5aaffb5d20a8d7de30058725b656458 (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-ci/commit/?id=9b23074eebd8708341df26f5e0990186…
commit 9b23074eebd8708341df26f5e09901869e3d1413
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jan 21 18:34:13 2018 +0100
jobs: Add {master,gerrit}-libusrp
Change-Id: I2b208455b7bd008fb25322280894c100e51f2227
-----------------------------------------------------------------------
Summary of changes:
jobs/gerrit-verifications.yml | 1 +
jobs/master-builds.yml | 1 +
2 files changed, 2 insertions(+)
hooks/post-receive
--
CI scripts
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 "A/B/C Netz".
The branch, jolly/work has been updated
discards 80f2be7677487fb469f015ac876ff352e2a761ff (commit)
discards 20c80b0e0a58674576f97b6f690d3013510d54e1 (commit)
discards b72189127c90e74fe1e6d42a15acd58b90eda8e4 (commit)
discards fee258df0a300d9b2e3e242f1e7ef9ba6e3a597e (commit)
discards 2a53c88f696e5323ffc0832655faf30ce68cca60 (commit)
via d0e74bacf3a9129d0d2c6482d141d24528f5ca93 (commit)
via 8877729048f4de34229769c13c1e0e72f57bd0a0 (commit)
via 819859db1f6390172c8e45f0e1c244ccaac4d01f (commit)
via 147cf5593d3867d5954643dacef089b82a72903f (commit)
via 72bdd3376f7f0a6e49f0ea03825eb5d467cbc879 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (80f2be7677487fb469f015ac876ff352e2a761ff)
\
N -- N -- N (d0e74bacf3a9129d0d2c6482d141d24528f5ca93)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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/osmocom-analog/commit/?id=d0e74bacf3a9129d0d2c6482d…
commit d0e74bacf3a9129d0d2c6482d141d24528f5ca93
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Sun Jan 21 10:43:45 2018 +0100
Make sound card support (Alsa) optional
http://cgit.osmocom.org/osmocom-analog/commit/?id=8877729048f4de34229769c13…
commit 8877729048f4de34229769c13c1e0e72f57bd0a0
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Sun Jan 21 09:30:00 2018 +0100
libdisplay: Removing dependency from libmobile
http://cgit.osmocom.org/osmocom-analog/commit/?id=819859db1f6390172c8e45f0e…
commit 819859db1f6390172c8e45f0e1c244ccaac4d01f
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Tue Jan 2 11:51:32 2018 +0100
NMT: Fixes on channel coding/handling
http://cgit.osmocom.org/osmocom-analog/commit/?id=147cf5593d3867d5954643dac…
commit 147cf5593d3867d5954643dacef089b82a72903f
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Tue Dec 5 20:36:11 2017 +0100
work on docs
http://cgit.osmocom.org/osmocom-analog/commit/?id=72bdd3376f7f0a6e49f0ea038…
commit 72bdd3376f7f0a6e49f0ea03825eb5d467cbc879
Author: Andreas Eversberg <jolly(a)eversberg.eu>
Date: Sun Nov 12 15:59:48 2017 +0100
Add JollyCom, a simple and experimantal mobile network
This network that can be used with any radio and a DTMF transmitter.
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 6 ++++--
src/Makefile.am | 6 +++++-
src/amps/Makefile.am | 8 ++++++--
src/anetz/Makefile.am | 8 ++++++--
src/bnetz/Makefile.am | 8 ++++++--
src/cnetz/Makefile.am | 8 ++++++--
src/jolly/Makefile.am | 8 ++++++--
src/jtacs/Makefile.am | 8 ++++++--
src/libmncc/Makefile.am | 5 +++++
src/libmncc/mncc_console.c | 17 ++++++++++++++++-
src/libmobile/Makefile.am | 4 ++++
src/libmobile/sender.c | 8 ++++++++
src/libmobile/sender.h | 2 ++
src/libsdr/sdr.h | 2 ++
src/libsound/Makefile.am | 2 ++
src/nmt/Makefile.am | 8 ++++++--
src/r2000/Makefile.am | 8 ++++++--
src/tacs/Makefile.am | 8 ++++++--
src/test/Makefile.am | 16 ++++++++++++----
19 files changed, 114 insertions(+), 26 deletions(-)
hooks/post-receive
--
A/B/C Netz
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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 98a2ba4c57e95d2ce1e1e8147ea5a8d51788a191 (commit)
from abc075031b123a5b093575b37c84dfe95cc1e19e (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=98a2ba4c57e95d2ce1e1e8147ea5a8d5…
commit 98a2ba4c57e95d2ce1e1e8147ea5a8d51788a191
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jan 10 22:25:17 2018 +0600
src/libmsc/ussd.c: drop useless forward declaration
There is no any significant reason to define static function
'send_own_number' after the code that calls it.
Change-Id: I8d804398cfa460eaa5a5f84f0ed90909488d0bdd
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/ussd.c | 23 ++++++++++-------------
1 file changed, 10 insertions(+), 13 deletions(-)
hooks/post-receive
--
Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via abc075031b123a5b093575b37c84dfe95cc1e19e (commit)
via fc714cad6e5d9c5f36959c7a6a51fa7f4593f697 (commit)
from cc87156a3001d243dd110f667bb0643af2e1509b (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=abc075031b123a5b093575b37c84dfe9…
commit abc075031b123a5b093575b37c84dfe95cc1e19e
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jan 10 22:24:07 2018 +0600
gsm_04_80.h: cosmetic: whitespace fix
Change-Id: Ife129bc8b01122444511f6ee52e30cd6367f8593
http://cgit.osmocom.org/openbsc/commit/?id=fc714cad6e5d9c5f36959c7a6a51fa7f…
commit fc714cad6e5d9c5f36959c7a6a51fa7f4593f697
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Wed Jan 10 22:22:37 2018 +0600
gsm_04_80.h: use '#pragma once' instead of includes
This is a common include guard way for Osmocom projects.
Change-Id: I9b84e5d87068aba4926d6950b4c419be837bbcc3
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_04_80.h | 9 +++------
1 file changed, 3 insertions(+), 6 deletions(-)
hooks/post-receive
--
Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)
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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via 6fafd33b13e82a75fc4eb04ac5aefcf3e5fbbd3e (commit)
from 6e55d5174797465e8fd51ffad053f9200f0ce215 (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-trx/commit/?id=6fafd33b13e82a75fc4eb04ac5aefcf…
commit 6fafd33b13e82a75fc4eb04ac5aefcf3e5fbbd3e
Author: Alexander Huemer <alexander.huemer(a)xx.vu>
Date: Fri Jan 12 15:04:02 2018 +0100
Unbreak `./configure --with-usrp1` build
Change-Id: I49b385594271ae64a48d4d39ee9fe26d7c95bd30
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/Makefile.am | 5 +++--
Transceiver52M/USRPDevice.cpp | 3 ++-
configure.ac | 2 +-
3 files changed, 6 insertions(+), 4 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit