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 5675afa6b9518f247d6f014a57299d746b801ca4 (commit)
via cedad415fcc8687c37fdbb759ce6bd84ee1b5f5a (commit)
from e5b613d29bc9c78d186a87f3627c3333c44ca9f0 (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=5675afa6b9518f247d6f014a57299d7…
commit 5675afa6b9518f247d6f014a57299d746b801ca4
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 24 13:24:34 2018 +0100
Enable sanitize for CI tests
Change-Id: I3e2e1fb777a7cbf74e2f7c4288ed5f3277c7faed
http://cgit.osmocom.org/osmo-bts/commit/?id=cedad415fcc8687c37fdbb759ce6bd8…
commit cedad415fcc8687c37fdbb759ce6bd84ee1b5f5a
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Jan 24 13:27:24 2018 +0100
CI: drop unused OsmoPCU dependency
The independent copy of pcuif_proto.h file is used by OsmoBTS so we
don't have to checkout OsmoPCU to obtain it.
Change-Id: If8d7330adf3edc44c3b49b1f6e854cce0eca2d8e
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins_bts_trx.sh | 4 +---
contrib/jenkins_lc15.sh | 2 +-
contrib/jenkins_oct.sh | 2 +-
contrib/jenkins_oct_and_bts_trx.sh | 3 ---
contrib/jenkins_sysmobts.sh | 2 +-
5 files changed, 4 insertions(+), 9 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via e41ad4d0084eca4a463970c0cc58867d92779cbc (commit)
via 8e8378a84d25576ae03fc44b40b5197a511322fd (commit)
from 2a06a491b17b2eaa39d0a10ca43cc946b679f837 (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=e41ad4d0084eca4a463970c0cc58…
commit e41ad4d0084eca4a463970c0cc58867d92779cbc
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 18 17:37:18 2018 +0100
jenkins: move make invocation into shared function
Change-Id: Ied8c1085b8bee2cc4fa65592e805838b8cdae287
http://cgit.osmocom.org/libosmocore/commit/?id=8e8378a84d25576ae03fc44b40b5…
commit 8e8378a84d25576ae03fc44b40b5197a511322fd
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jan 18 19:25:24 2018 +0100
jenkins: remove obsolete scripts
* jenkins.sh is superseded by jenkins_amd64.sh
* jenkins-arm.sh is superseded by jenkins_arm.sh
N. B: this requires I76dfc11a05007ae5c6e0554fe8132695b67cccaa in
osmo-ci.
Change-Id: Ifbd253cff88c3ac18e469c34e79f1501501e1657
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins-arm.sh | 28 ----------------------------
contrib/jenkins.sh | 33 ---------------------------------
contrib/jenkins_amd64.sh | 6 +++---
contrib/jenkins_arm.sh | 3 +--
contrib/jenkins_common.sh | 4 ++++
5 files changed, 8 insertions(+), 66 deletions(-)
delete mode 100755 contrib/jenkins-arm.sh
delete mode 100755 contrib/jenkins.sh
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 2a06a491b17b2eaa39d0a10ca43cc946b679f837 (commit)
from a55fe9f322cd2856ce2e26cd0fbe0b530cf8dcb6 (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=2a06a491b17b2eaa39d0a10ca43c…
commit 2a06a491b17b2eaa39d0a10ca43cc946b679f837
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Jan 16 18:45:56 2018 +0100
fsm: add functions for unlinking and changing parents
At the moment it is not possible to unlink a child from from
its parent, nor is it possible to assign a new parent to a
child FSM.
- osmo_fsm_inst_unlink_parent():
Make it possible to unlink childs from a parent.
- osmo_fsm_inst_change_parent():
Make it possible to change the parent of a child.
Change-Id: I6d18cbd4ada903cf3720b3ad2a89fc643085beef
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/core/fsm.h | 4 ++++
src/fsm.c | 37 ++++++++++++++++++++++++++++++++++---
2 files changed, 38 insertions(+), 3 deletions(-)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via a55fe9f322cd2856ce2e26cd0fbe0b530cf8dcb6 (commit)
from 9a232fd91b658e769d093c9907c019814f5eb30d (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=a55fe9f322cd2856ce2e26cd0fbe…
commit a55fe9f322cd2856ce2e26cd0fbe0b530cf8dcb6
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jan 19 02:57:48 2018 +0600
libosmocoding: use frame length definitions from codec.h
Since commit e094157e125a70b9a384ba3cec01261624f4eb59, TCH frame
length definitions were added to libosmocodec.
No need to define them again.
Change-Id: Id8c6132534e36ea1e368432bb259fd4f3a531f90
-----------------------------------------------------------------------
Summary of changes:
src/coding/gsm0503_coding.c | 7 -------
1 file changed, 7 deletions(-)
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 9a232fd91b658e769d093c9907c019814f5eb30d (commit)
from 91cfda81b57ae62ddaf465093e847875c8b1d932 (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=9a232fd91b658e769d093c9907c0…
commit 9a232fd91b658e769d093c9907c019814f5eb30d
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Fri Jan 19 03:05:32 2018 +0600
libosmocoding: fix typo in library documentation
Change-Id: I535d4eba5bad9094a1e9e662f32cd2bfac5b0cef
-----------------------------------------------------------------------
Summary of changes:
src/coding/gsm0503_coding.c | 2 +-
1 file changed, 1 insertion(+), 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 "Software-defined analyzer for APCO P25".
The branch, max has been updated
via b28a976768af0440429e0fb41a5538efa2c28c05 (commit)
from dc5b77ff9bb7df59cb94ffbe3887ebb17832f934 (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/op25/commit/?id=b28a976768af0440429e0fb41a5538efa2c…
commit b28a976768af0440429e0fb41a5538efa2c28c05
Author: Max <ikj1234i(a)yahoo.com>
Date: Tue Jan 23 22:23:45 2018 -0500
additional trunking data collection
-----------------------------------------------------------------------
Summary of changes:
op25/gr-op25_repeater/apps/trunking.py | 6 ++++++
1 file changed, 6 insertions(+)
hooks/post-receive
--
Software-defined analyzer for APCO P25
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 89be118a3ba7ed983d9174130883534b66052b1a (commit)
from 6fafd33b13e82a75fc4eb04ac5aefcf3e5fbbd3e (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=89be118a3ba7ed983d9174130883534…
commit 89be118a3ba7ed983d9174130883534b66052b1a
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Tue Jan 16 12:43:46 2018 +0100
Remove unneeded libdl dependency
Closes: OS#1929
Change-Id: I0caea2a2a8e6bd07432fd73bae72b42b1ce022cd
-----------------------------------------------------------------------
Summary of changes:
CommonLibs/Makefile.am | 2 +-
Makefile.am | 6 +++---
Transceiver52M/Makefile.am | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit
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 "SCCP Library".
The branch, master has been updated
via b956b606d85a72dd19cb3ad632c2b4a965da37ef (commit)
from 8254cf4f2a66fab40a31c1bdccfff13947ff6592 (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/libosmo-sccp/commit/?id=b956b606d85a72dd19cb3ad632c…
commit b956b606d85a72dd19cb3ad632c2b4a965da37ef
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Jan 17 19:17:34 2018 +0100
sccp_types.h: Fix value for SCCP_REFUSAL_UNEQUIPPED_USER
It seems we have been sending the wrong numeric value in SCCP connection
refusal due to an unqeuipped user. It turns out our list of refusal
causes was missing one entry, causing an off-by-one for this refusal
cause. While at it, add a comment which section of which spec is
relevant for this enum.
Change-Id: I113645bd6df1ec9ae5137977028df38560fc4789
-----------------------------------------------------------------------
Summary of changes:
include/sccp/sccp_types.h | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive
--
SCCP Library
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 9294d2124fb99f0d4c1f9308bfb22e9a050f7391 (commit)
from 1239cabeea55f30c516d1ddd496d6893a9a78695 (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=9294d2124fb99f0d4c1f9308bfb22e9a…
commit 9294d2124fb99f0d4c1f9308bfb22e9a050f7391
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jan 22 16:27:38 2018 +0100
jenkins: fix jobs template
The sequential parameter was silently skipped because it was absent from
the project template. Fix this for both master- and gerrit- jobs.
Change-Id: I0bc28695f4f270bc7b1cc4bcd5d4d43ede6172f3
-----------------------------------------------------------------------
Summary of changes:
jobs/gerrit-verifications.yml | 2 ++
jobs/master-builds.yml | 2 ++
2 files changed, 4 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 "UNNAMED PROJECT".
The branch, master has been updated
via 0524e38d9ea519898a61256389c3a7277410ccb8 (commit)
from d81b3bf36094320b90dba3d93c3e76bc9bb92959 (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-pcu/commit/?id=0524e38d9ea519898a61256389c3a72…
commit 0524e38d9ea519898a61256389c3a7277410ccb8
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jan 19 18:22:25 2018 +0100
TBF: add dedicated log categories
Previously all TBF-related events were logged as part of DRLCMAC which
is too broad to make it practically useful due to excessive amount of
log messages generated. Introduce dedicated log categories for
TBF-related events. Adjust test output as necessary.
Change-Id: I64d660e5971263d5c63d2ba95d50625c16a594aa
-----------------------------------------------------------------------
Summary of changes:
src/gprs_debug.cpp | 3 +
src/gprs_debug.h | 3 +
src/tbf.cpp | 176 +-
src/tbf.h | 8 +-
src/tbf_dl.cpp | 191 +-
src/tbf_ul.cpp | 161 +-
tests/alloc/AllocTest.err | 137843 ++++++++++++++++++++++++++++++++++++++++++-
tests/tbf/TbfTest.err | 4672 +-
8 files changed, 137351 insertions(+), 5706 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT