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
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 "Small Hardware Projects".
The branch, master has been updated
via 251847b5612a1d18c13451a7b7e5854ad550ad9f (commit)
from 5d7d725c130ff5a5878fc5e539df0b2d610aa0fc (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-small-hardware/commit/?id=251847b5612a1d18c134…
commit 251847b5612a1d18c13451a7b7e5854ad550ad9f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed May 24 02:45:20 2017 +0200
mpcie-breakout: add v3 pictures
-----------------------------------------------------------------------
Summary of changes:
mpcie-breakout/{ => photos}/mpcie-breakout-back.jpg | Bin
mpcie-breakout/{ => photos}/mpcie-breakout-front.jpg | Bin
mpcie-breakout/photos/mpcie-breakout-v3-kit.jpg | Bin 0 -> 4418004 bytes
.../photos/mpcie-breakout-v3-perspective.jpg | Bin 0 -> 1875441 bytes
mpcie-breakout/photos/mpcie-breakout-v3-top.jpg | Bin 0 -> 2052191 bytes
5 files changed, 0 insertions(+), 0 deletions(-)
rename mpcie-breakout/{ => photos}/mpcie-breakout-back.jpg (100%)
rename mpcie-breakout/{ => photos}/mpcie-breakout-front.jpg (100%)
create mode 100644 mpcie-breakout/photos/mpcie-breakout-v3-kit.jpg
create mode 100644 mpcie-breakout/photos/mpcie-breakout-v3-perspective.jpg
create mode 100644 mpcie-breakout/photos/mpcie-breakout-v3-top.jpg
hooks/post-receive
--
Small Hardware Projects
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 OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, aoip has been updated
via a864742a9d821e0a359c632cddcf25eba0b9d037 (commit)
via d92e7b433b2cafe78510fa0001bed155c25084a2 (commit)
from d52abbd0992300bff3fc7d5507f1eb3c1f973919 (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=a864742a9d821e0a359c632cddcf25eb…
commit a864742a9d821e0a359c632cddcf25eba0b9d037
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 22 21:27:19 2017 +0200
comment: fixme to cleanup MGCP ports
Related: OS#2279
Change-Id: Iaf4877ad1c6446609715094d785e9be93c9e0429
http://cgit.osmocom.org/openbsc/commit/?id=d92e7b433b2cafe78510fa0001bed155…
commit d92e7b433b2cafe78510fa0001bed155c25084a2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 22 21:28:09 2017 +0200
msc: enable basic CTRL commands
So far CTRL was not used by anyone, and was still disabled from the initial
implementation of the OsmoMSC. Now we need it in osmo-gsm-tester.
Only add the MSC specific CTRL commands, the bsc_base_ctrl_cmds_install() still
needs to be split up.
Change-Id: Id8f72000e0f4dea081bfce94fde8cd54290dfa7d
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmgcp/mgcpgw_client.c | 1 +
openbsc/src/osmo-msc/msc_main.c | 11 ++---------
2 files changed, 3 insertions(+), 9 deletions(-)
hooks/post-receive
--
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via b6c8dda5e34df6b74183ad24cf66c98601065e56 (commit)
from 1d604d8be409b7678452c41936d3b78d05712595 (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=b6c8dda5e34df6b74183ad24cf66…
commit b6c8dda5e34df6b74183ad24cf66c98601065e56
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu May 18 23:59:02 2017 +0300
tests/Makefile.am: do not test disabled features
Compiling tests for disabled features breaks build.
Change-Id: Iebcc24b493092a5a8e3561d7642a0b4608a8beae
-----------------------------------------------------------------------
Summary of changes:
tests/Makefile.am | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 1fe2647c5de6c460dd776787f039bbc51ed779a0 (commit)
from 5265bea76c90427d70257b7fac0f0b7d40a015cb (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=1fe2647c5de6c460dd776787f039bbc5…
commit 1fe2647c5de6c460dd776787f039bbc51ed779a0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Mar 8 18:30:45 2017 +0100
ipaccess-config: properly create swload
Instead of 20, use the actual buffer sizes of struct sw_load, which are 255.
Previous code would truncate a longer string at 20 without(!) NUL termination.
In the _len members, store the actual length copied. In previous code, if the
source string were longer than 20, we would store only 20 (without NUL term)
but still reflect the longer length of the source string.
Fix both of these issues for sw_load.file_id / file_id_len and
sw_load.file_version / file_version_len.
Change-Id: I2e34a1348a290d3f58dd830d08da65b94b3270db
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/ipaccess/ipaccess-config.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
hooks/post-receive
--
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 5265bea76c90427d70257b7fac0f0b7d40a015cb (commit)
from 320960cf9d28474098dad11bd1042f2a58d87fac (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=5265bea76c90427d70257b7fac0f0b7d…
commit 5265bea76c90427d70257b7fac0f0b7d40a015cb
Author: Alexander Huemer <alexander.huemer(a)xx.vu>
Date: Mon May 15 20:42:47 2017 +0200
Add missing _CFLAGS and _LIBS
These missing pieces go unnoticed if dependencies are not installed in
distinct directories.
Change-Id: If8d57b72f63d79cc0d8efba7466c6ec177207cbb
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/Makefile.am | 2 +-
openbsc/src/utils/Makefile.am | 3 +++
openbsc/tests/sndcp_xid/Makefile.am | 3 ++-
3 files changed, 6 insertions(+), 2 deletions(-)
hooks/post-receive
--
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 9c1d3f9606bee1f8549b95037fba04a9fab534cf (commit)
via 2f028c4e2c29f63df9926435466aa35377947767 (commit)
from 67d8c72c2eab1d13bed3e8ac98338c996bf08df8 (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=9c1d3f9606bee1f8549b95037fba04a…
commit 9c1d3f9606bee1f8549b95037fba04a9fab534cf
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 19 17:09:50 2017 +0200
measurement: Compute measurement results on measurement idication
Computing the measurement results on in l1sap_info_time_ind() all
at once may peak the host CPU. On smaller systems (arm based
sysmobts) this might cause a noticable delay of other important
tasks (e.g. passing l2 messages back and forth) It makes more
sense to compute the measurement results continously when
l1sap_info_meas_ind() is executed.
Change-Id: Iecb9a30c0d716bfc88221cd752b1ffdc74269e30
http://cgit.osmocom.org/osmo-bts/commit/?id=2f028c4e2c29f63df9926435466aa35…
commit 2f028c4e2c29f63df9926435466aa35377947767
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 19 16:04:37 2017 +0200
measurement: make lchan_meas_check_compute() available to l1sap.c
lchan_meas_check_compute() is a static function measurement.c.
In order to distribute the measurement result calculation events,
we need to be able to call lchan_meas_check_compute() from l1sap.c
Change-Id: Ideffe896613e0feda443bc13dac59dcdbbc605aa
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/measurement.h | 2 ++
src/common/l1sap.c | 9 ++++-----
src/common/measurement.c | 2 +-
3 files changed, 7 insertions(+), 6 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)