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 67d8c72c2eab1d13bed3e8ac98338c996bf08df8 (commit)
from b16eed22c70602178a4a2d26aed112064c95a6d3 (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=67d8c72c2eab1d13bed3e8ac98338c9…
commit 67d8c72c2eab1d13bed3e8ac98338c996bf08df8
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 19 15:20:25 2017 +0200
measurement: fix measurement reporting period
The measurement reporting for the MS on a SDCCH lacks some of
the periods, defined in 3GPP TS 45.008, section 8.4.2. This
adds the missing conditions by adding complete lookup tables.
Change-Id: I23fba50f48415314da40cf5bf86fce2ed3e66af6
-----------------------------------------------------------------------
Summary of changes:
src/common/measurement.c | 38 +++++++++++++++++++++++++++++++++++---
1 file changed, 35 insertions(+), 3 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 320960cf9d28474098dad11bd1042f2a58d87fac (commit)
from 9f77d7bd0e39cfd0f3e952c5b375abba5a415d37 (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=320960cf9d28474098dad11bd1042f2a…
commit 320960cf9d28474098dad11bd1042f2a58d87fac
Author: Keith <keith(a)rhizomatica.org>
Date: Sat May 13 23:38:52 2017 +0200
libmsc: Map SMPP command status to GSM 04.11 cause
Send SMS RP ERROR with a failure cause that relates to
the status returned by the ESME in the deliver_sm_resp.
Actual mapping array is limited as most phones I tested
don't seem to care about the failure cause anyway,
although some will display a different notification for
GSM411_RP_CAUSE_MO_NUM_UNASSIGNED
Change-Id: I61fb2d9ef4f2d2eabdc49b53d9966ad328d15e51
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmsc/smpp_openbsc.c | 43 +++++++++++++++++++++++++++++++++++----
openbsc/src/libmsc/smpp_smsc.c | 3 +--
openbsc/src/libmsc/smpp_smsc.h | 2 +-
3 files changed, 41 insertions(+), 7 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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via b992d0a51511598e37ed89aaf286e985f88ff5ec (commit)
via d6ae8648fff2b0fa6e20ec474a22fd7b33be7704 (commit)
from e51a8f029e1f691ee3c33d893e8b45a94e5d7bae (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=b992d0a51511598e37ed89aaf286e98…
commit b992d0a51511598e37ed89aaf286e985f88ff5ec
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Apr 25 12:47:29 2017 +0200
debian: remove obsolete dependency
This should fix package build for Ubuntu 17.04: obsolete package
hardening-wrapper was removed which cause .deb build failure.
The dependency on it is incorrect to begin with because we use
DEB_BUILD_MAINT_OPTIONS instead.
Change-Id: I3ea72b4123a280a846086d083c4f3189d611f8cf
http://cgit.osmocom.org/osmo-trx/commit/?id=d6ae8648fff2b0fa6e20ec474a22fd7…
commit d6ae8648fff2b0fa6e20ec474a22fd7b33be7704
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Thu Mar 30 17:22:58 2017 -0700
radioInterface: Remove UmTRX 'diversity' option
The 'diversity' option was an experimental 2 antenna receiver
implementation for UmTRX. The implementation has not been
maintained and current working status is unknown.
In addition to code rot, Coverity is triggering errors in the
associated code sections.
Removal of code cleans up many cases of special handling that
were necessary to accommodate the implementation.
Change-Id: I46752ccf5dbcffbec806081dec03e69a0fbdcdb7
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/Makefile.am | 3 +-
Transceiver52M/UHDDevice.cpp | 56 +------
Transceiver52M/USRPDevice.cpp | 2 +-
Transceiver52M/osmo-trx.cpp | 32 ----
Transceiver52M/radioDevice.h | 1 -
Transceiver52M/radioInterface.cpp | 13 +-
Transceiver52M/radioInterface.h | 27 +---
Transceiver52M/radioInterfaceDiversity.cpp | 243 -----------------------------
Transceiver52M/sigProcLib.cpp | 45 ------
debian/control | 1 -
10 files changed, 16 insertions(+), 407 deletions(-)
delete mode 100644 Transceiver52M/radioInterfaceDiversity.cpp
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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via e51a8f029e1f691ee3c33d893e8b45a94e5d7bae (commit)
from e8ae9fcf387540f1b210f5ece372d0fd070b6249 (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=e51a8f029e1f691ee3c33d893e8b45a…
commit e51a8f029e1f691ee3c33d893e8b45a94e5d7bae
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Mar 16 12:09:34 2017 +0100
cosmetic: Add info about SSE support
The osmo-trx binary outputs no info about its SSE support status.
This commits adds some putput that informs about the SSE of the
binary and also tells which of the SSE levels the CPU supports.
Change-Id: Iacc83fd668c31644e0efb3e18962cf2870ed1daf
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/osmo-trx.cpp | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via e8ae9fcf387540f1b210f5ece372d0fd070b6249 (commit)
from f5bf33b287d5c4ce13c0ecac91c8d7f128a24eb5 (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=e8ae9fcf387540f1b210f5ece372d0f…
commit e8ae9fcf387540f1b210f5ece372d0fd070b6249
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Mar 20 12:08:42 2017 +0100
buildenv: Split up SSE3 and SSE4.1 code
Currently we find SSE3 and SSE4.1 code mixed togehter along with
generic code in one file. This introduces the risk that the
compiler exidantly mixes SSE4.1 instructions into an SSE3, or
even worse into a generic code path.
This commit splits the SSE3 and SSE4.1 code into separate files
and compiles them with the matching target options.
Change-Id: I846e190e92f1258cd412d1b2d79b539e204e04b3
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/x86/Makefile.am | 23 +-
Transceiver52M/x86/convert.c | 136 +-----
Transceiver52M/x86/convert_sse_3.c | 107 +++++
.../{common/convert_base.c => x86/convert_sse_3.h} | 28 +-
Transceiver52M/x86/convert_sse_4_1.c | 77 +++
.../convert_base.c => x86/convert_sse_4_1.h} | 24 +-
Transceiver52M/x86/convolve.c | 524 +--------------------
.../x86/{convolve.c => convolve_sse_3.c} | 258 +++-------
Transceiver52M/x86/convolve_sse_3.h | 68 +++
config/{ax_ext.m4 => ax_sse.m4} | 6 +-
configure.ac | 5 +-
utils/convolvetest/Makefile | 4 +-
12 files changed, 365 insertions(+), 895 deletions(-)
create mode 100644 Transceiver52M/x86/convert_sse_3.c
copy Transceiver52M/{common/convert_base.c => x86/convert_sse_3.h} (53%)
create mode 100644 Transceiver52M/x86/convert_sse_4_1.c
copy Transceiver52M/{common/convert_base.c => x86/convert_sse_4_1.h} (65%)
copy Transceiver52M/x86/{convolve.c => convolve_sse_3.c} (67%)
create mode 100644 Transceiver52M/x86/convolve_sse_3.h
rename config/{ax_ext.m4 => ax_sse.m4} (93%)
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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via f5bf33b287d5c4ce13c0ecac91c8d7f128a24eb5 (commit)
from fe9769833fa74ea841f78c0e931130a70fc3aca9 (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=f5bf33b287d5c4ce13c0ecac91c8d7f…
commit f5bf33b287d5c4ce13c0ecac91c8d7f128a24eb5
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Mar 16 13:12:07 2017 +0100
buildenv: Make build CPU invariant
Currently the build environment checks which extension the current
CPU supports and picks the compiler flags accordingly.
If the build is happening on a machine that does not support the
extensions we need (SSE3, SSE4.1), the binary will lack those
extensions, even if its intended to be used on a more powerful
machine that would support the extensions.
This commit removes the CPU tests from the build process.
Change-Id: Ic913aa13c23c348ae62e78c9dfd6ed8b0a62798c
-----------------------------------------------------------------------
Summary of changes:
config/ax_ext.m4 | 182 +++++--------------------------------------------------
1 file changed, 16 insertions(+), 166 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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via fe9769833fa74ea841f78c0e931130a70fc3aca9 (commit)
from 7e07cf23464532ca156fe4ea4430928da2cbbff1 (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=fe9769833fa74ea841f78c0e931130a…
commit fe9769833fa74ea841f78c0e931130a70fc3aca9
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Mar 16 14:50:25 2017 +0100
cosmetic: remove code duplication
The ARM and the X86 implementation of the conversion functions share
the same, non cpu specific implementation in separate files.
This commit removes the code duplication by putting the generic
implementation into a convert_base.c, similar to to convolve_base.c
Change-Id: Ic8d8534a343e27cde79ddc85be4998ebd0cb6e5c
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/arm/convert.c | 17 ++-------
Transceiver52M/common/convert.h | 7 ++++
.../{arm/mult_neon.S => common/convert_base.c} | 42 +++++++++-------------
Transceiver52M/x86/Makefile.am | 1 +
Transceiver52M/x86/convert.c | 25 +++----------
5 files changed, 32 insertions(+), 60 deletions(-)
copy Transceiver52M/{arm/mult_neon.S => common/convert_base.c} (53%)
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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via 7e07cf23464532ca156fe4ea4430928da2cbbff1 (commit)
from dfe0aef184e5c98136a38f6c604a9f6171574671 (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=7e07cf23464532ca156fe4ea4430928…
commit 7e07cf23464532ca156fe4ea4430928da2cbbff1
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Mar 15 18:09:35 2017 +0100
ssedetect: Add runtime CPU detection
The current implementation can select the SSE support level during
compiletime only.
This commit adds functionality to automatically detect and switch
the SSE support level and automatically switch the Implementation
if the CPU does not support the required SSE level.
Change-Id: Iba74f8a6e4e921ff31e4bd9f0c7c881fe547423a
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/arm/convolve.c | 7 +++
Transceiver52M/common/convert.h | 1 +
Transceiver52M/common/convolve.h | 2 +
Transceiver52M/osmo-trx.cpp | 8 +++
Transceiver52M/x86/convert.c | 67 ++++++++++++++++---------
Transceiver52M/x86/convolve.c | 106 ++++++++++++++++++++++++++++++---------
6 files changed, 142 insertions(+), 49 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 "OpenBTS' transceiver retro-fit".
The branch, master has been updated
via dfe0aef184e5c98136a38f6c604a9f6171574671 (commit)
from 131f82bfacc1b677a87e66746208e53fba40ff41 (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=dfe0aef184e5c98136a38f6c604a9f6…
commit dfe0aef184e5c98136a38f6c604a9f6171574671
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Mar 16 18:43:33 2017 +0100
Add test program to verify convolution implementation
Convolution is a complex process and we should be able to verify
if computing results change when the implementation is touched.
This commit adds a test program that executes some testcases.
The testcases are crafted in a way that every implmentation
(several different ones for SSE) is executed once. The output
can be compared against the included .ok file.
Change-Id: Ic702ecb356c652fbcd76bee689717fb5d3526fe9
-----------------------------------------------------------------------
Summary of changes:
utils/convolvetest/Makefile | 16 +++++
utils/convolvetest/convtest.ok | 72 ++++++++++++++++++++
utils/convolvetest/main.c | 150 +++++++++++++++++++++++++++++++++++++++++
3 files changed, 238 insertions(+)
create mode 100644 utils/convolvetest/Makefile
create mode 100644 utils/convolvetest/convtest.ok
create mode 100644 utils/convolvetest/main.c
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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 9f77d7bd0e39cfd0f3e952c5b375abba5a415d37 (commit)
from 71124de33c86ea5740eeabea381bff80b23ffd30 (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=9f77d7bd0e39cfd0f3e952c5b375abba…
commit 9f77d7bd0e39cfd0f3e952c5b375abba5a415d37
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 15 21:26:51 2017 +0200
fix '/include/openbsc ' to have no trailing space
The newline and $NULL manage to append a trailing space to the 'openbsc' dir.
This was broken in commit 7b6673fa06dada3ec4586b1c0d735e9df4177a48
"Consistenly format variables in */Makefile.am files"
by Change-Id Ifa21513c007072314097b7bec188579972dc1694
Add a comment to prevent this in the future.
Reported-by: Andreas Mueller <andreas.mueller(a)criticallabs.org>
Change-Id: I218027459e3b2aaa817d91eb3f69d9c0b10dcd4e
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/Makefile.am | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)