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 network interface library".
The branch, master has been updated
via 31b1dbd894d6c4b1f1abf38b2816cca920e894f9 (commit)
from 56add1e78064698fdf909cf000d413357303af8a (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-netif/commit/?id=31b1dbd894d6c4b1f1abf38b28…
commit 31b1dbd894d6c4b1f1abf38b2816cca920e894f9
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Apr 27 10:59:31 2017 +0200
somo_stream_srv_fd_cb(): close socket if NODELAY fails
We didn't check for cases where setsockopt_nodelay() fails. Let's check
for that and bail out + close the socket.
Change-Id: I0adbc4cec35be7c36bdf01d4d8fefd6097e9be5d
Fixes: coverity CID#166970
-----------------------------------------------------------------------
Summary of changes:
src/stream.c | 22 ++++++++++++++--------
1 file changed, 14 insertions(+), 8 deletions(-)
hooks/post-receive
--
Osmocom network interface 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 "UNNAMED PROJECT".
The branch, master has been updated
via e8284a7f92f9a150cb563555cf62f4aeb9826632 (commit)
from a49475b5a822773ce10e28bf5a02e91de78bd063 (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=e8284a7f92f9a150cb563555cf62f4a…
commit e8284a7f92f9a150cb563555cf62f4aeb9826632
Author: Max <msuraev(a)sysmocom.de>
Date: Thu May 18 12:38:41 2017 +0200
Fix typo in logging
DL-TBD was errorneously printed as UL-TBF.
Change-Id: I94a224c0339a062e4c8d5aa6c4c858f3f0298a0d
-----------------------------------------------------------------------
Summary of changes:
src/bts.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
UNNAMED PROJECT
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 e0fb3ae52d747b26b6487ec67c79eceaf37a125c (commit)
from 27b022e0c461465995a8f834fadc7a58b37ddf26 (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=e0fb3ae52d747b26b6487ec67c79ece…
commit e0fb3ae52d747b26b6487ec67c79eceaf37a125c
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 19 17:31:28 2017 +0200
measurement: exclude idle channels from uplink measurement
The DATA-IND, received from the physical layer does not only include the actual
uplink data. It also includes the frames which are received when the channel
is idle (which is just noise). This would falsify the measurement results.
Depending on the BTS model, the phy may also filter the idle frames and not
send a DATA-IND at all, when the channel is idle. If this is the case, the
measurement period end can not be detected properly.
The idle frames are located at the very end of each measurement period. In
order to fix the issue, the measurement perioud has to end early. For TCH/F and
TCH/H 1, one frame has to be skipped. For TCH/H 0 two frames are skipped.
Example: For a TCH/F in TS0, the Measurement perioud would end at frame number
103. However, 103 is reserverd as idle frame. So we need to detect the end of
the measurement period at frame number 103 (-1).
Change-Id: I471a767c7974bdacadc3233d0c3e7b7965f6eafa
-----------------------------------------------------------------------
Summary of changes:
src/common/measurement.c | 53 ++++++++++++++++++++++++++----------------------
1 file changed, 29 insertions(+), 24 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 54ca30c8d3b26285bcf2f960265b2a50469f3af3 (commit)
from c8cf82059518855298b87da4757e8e1face74359 (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=54ca30c8d3b26285bcf2f960265b…
commit 54ca30c8d3b26285bcf2f960265b2a50469f3af3
Author: Max <msuraev(a)sysmocom.de>
Date: Mon May 22 14:48:27 2017 +0200
Add human-readable names for signal_ns
Change-Id: Id664355eb8305fb287e4dae0800fb20dc2f9b8cd
Related: SYS#3610
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gprs/gprs_ns.h | 2 ++
src/gb/gprs_ns.c | 10 ++++++++++
src/gb/libosmogb.map | 1 +
3 files changed, 13 insertions(+)
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 c8cf82059518855298b87da4757e8e1face74359 (commit)
from 34e228a9bcf3ac37287bb5e684ace46818740f3b (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=c8cf82059518855298b87da4757e…
commit c8cf82059518855298b87da4757e8e1face74359
Author: Max <msuraev(a)sysmocom.de>
Date: Mon May 22 16:07:04 2017 +0200
Distinguish between unsupported and invalid MCS
Previously MCS0 was incorrectly set for some of type1 header values
while according to 3GPP TS 44.060 it can only be set for type3. Fix
this:
* use EGPRS_MCS* constants instead of magic values
* do not set MCS0 for reserved bits values in EGPRS header type1
* return different error codes for invalid and unsupported MCS as well
as for other decoding errors
Note: there's no need to adjust tests because MCS0 decoding is not
supported but it's better to explicitly distinguish between unsupported
and invalid values nevertheless.
Change-Id: Id665d5c0cf50efa18b1bcbf4f17359418a380f9e
Related: OS#1524
-----------------------------------------------------------------------
Summary of changes:
src/coding/gsm0503_coding.c | 15 ++++---
src/gsm/gprs_rlc.c | 107 ++++++++++++++++++++++----------------------
2 files changed, 63 insertions(+), 59 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 "UNNAMED PROJECT".
The branch, master has been updated
via 1790c8246abe74116129f56d1447bbb105fca398 (commit)
from 63b7e86dcf552fb04eab8337c930ced6c970b3c8 (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-hlr/commit/?id=1790c8246abe74116129f56d1447bbb…
commit 1790c8246abe74116129f56d1447bbb105fca398
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 22 19:46:35 2017 +0200
install hlr.sql in prefix/doc/osmo-hlr/
In particular I need this to start a fresh osmo-hlr instance on the
osmo-gsm-tester. Might also come in handy during packaging?
Change-Id: I08e48375814ab93691892299d34909c6d0bf12a2
-----------------------------------------------------------------------
Summary of changes:
debian/osmo-hlr.install | 1 +
sql/Makefile.am | 3 +++
2 files changed, 4 insertions(+)
hooks/post-receive
--
UNNAMED PROJECT
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 a49475b5a822773ce10e28bf5a02e91de78bd063 (commit)
from ccde5c9557382f56a40e0c94fc29eca8bd886c1c (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=a49475b5a822773ce10e28bf5a02e91…
commit a49475b5a822773ce10e28bf5a02e91de78bd063
Author: Max <msuraev(a)sysmocom.de>
Date: Tue May 23 17:53:38 2017 +0200
Print human-readable BSSGP PDU type
Change-Id: Ief4b5ce4e4020edaf771eaa24f4382ec368dd18c
-----------------------------------------------------------------------
Summary of changes:
src/gprs_bssgp_pcu.cpp | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
hooks/post-receive
--
UNNAMED PROJECT
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 34e228a9bcf3ac37287bb5e684ace46818740f3b (commit)
from b6c8dda5e34df6b74183ad24cf66c98601065e56 (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=34e228a9bcf3ac37287bb5e684ac…
commit 34e228a9bcf3ac37287bb5e684ace46818740f3b
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Sat Apr 29 00:16:43 2017 +0700
core/conv: add x86 SSE support for Viterbi decoder
Fast convolutional decoding is provided through x86 intrinsic based
SSE operations. SSE3, found on virtually all modern x86 processors,
is the minimal requirement. SSE4.1 and AVX2 are used if available.
Also, the original code was extended with runtime SIMD detection,
so only supported extensions will be used by target CPU. It makes
the library more partable, what is very important for binary
packages distribution. Runtime SIMD detection is currently
implemented through the __builtin_cpu_supports call.
Change-Id: I1da6d71ed0564f1d684f3a836e998d09de5f0351
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 6 +
src/viterbi.c | 121 ++++++++++-
src/viterbi_gen.c | 14 ++
src/viterbi_sse.c | 617 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 748 insertions(+), 10 deletions(-)
create mode 100644 src/viterbi_sse.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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 27b022e0c461465995a8f834fadc7a58b37ddf26 (commit)
from 3aeb9301f4075f3211bdeca0140c5571f06219be (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=27b022e0c461465995a8f834fadc7a5…
commit 27b022e0c461465995a8f834fadc7a58b37ddf26
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed May 24 19:26:48 2017 +0200
phy_link: Fix typo in state being printed
Change-Id: I312eefa6738f8abdeedd2efb574f3e45cd2e8aa3
-----------------------------------------------------------------------
Summary of changes:
src/common/phy_link.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "The Open Source GSM Base Band stack".
The branch, master has been updated
via 73178cbb87de5c7b9278c5e8a76e831835e1405f (commit)
from 0cdf4b0a6821a0e970194ed5b122d3d6270c9814 (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=73178cbb87de5c7b9278c5e8a76e8…
commit 73178cbb87de5c7b9278c5e8a76e831835e1405f
Author: blobb <dr.blobb(a)gmail.com>
Date: Wed May 24 14:35:49 2017 +0200
Introduce contrib/jenkins.sh to enable gerrit verification[1]
First, jenkins.sh builds libosmocore dependency.
Then it compiles the "host" (PC) part of OsmocomBB.
After "libosmocore embedded"-build has been introduced this
script will use it instead of the x86 dep.
[1] http://jenkins.osmocom.org/jenkins/job/osmocomBB-gerrit/
Change-Id: Ife88be9022fc1fc1baee7f11872e5b8db4215682
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
create mode 100755 contrib/jenkins.sh
hooks/post-receive
--
The Open Source GSM Base Band stack