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 354741326cc7b3de9daf7066ecb7793573e5bf15 (commit)
from d2e5c5694e6dae078a104e7f5d05c87ed8286ea4 (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=354741326cc7b3de9daf7066ecb7793…
commit 354741326cc7b3de9daf7066ecb7793573e5bf15
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Mon Jun 19 16:00:34 2017 -0700
sigProcLib: Specify standard namespace for isnan()
In commit a3dce85f
"sigProcLib: Use explicit NaN check in sinc table generation"
Use of std::isnan(double) was added without namespace specifier,
which may cause build issues depending on whether the C version
isnan() call is available. Add standard namespace to force C++
call usage and potential build issues.
Change-Id: I49328c43fdd690a4e6a2b2e949411aaf5674ead1
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/sigProcLib.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 d2e5c5694e6dae078a104e7f5d05c87ed8286ea4 (commit)
from a3dce85ffca6b3eceb0bcd84719797a6443a217c (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=d2e5c5694e6dae078a104e7f5d05c87…
commit d2e5c5694e6dae078a104e7f5d05c87ed8286ea4
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Mon Jun 19 15:23:59 2017 -0700
sigProcLib: Replace dynamically allocated resampling buffers
Instead use object allocated STL vectors. This simplifies code,
removes the need to explicitly release buffers, and fixes a
memory leak in destructor deallocation. Also, remove simplified
init and release sub-calls.
Maintain partition filter allocation using memalign() for SIMD
alignment requirements.
Change-Id: Ie836982794c10fb1b6334e40592d44b200454846
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/Resampler.cpp | 101 ++++++++++++++-----------------------------
Transceiver52M/Resampler.h | 14 +++---
2 files changed, 39 insertions(+), 76 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 4703fd215f3684a2e7cba46e423512960218ea54 (commit)
via 884ba0f2bcaf385cabee0b4228a2598d61fa406b (commit)
via 3149b0d076477303a38df735fe579b1b06ee17b2 (commit)
via a9b92769482585b17467008fa0d78085d7b10820 (commit)
via bb8396690ec36a912c2134087be8ec61166e4ad2 (commit)
from 039171a5f8fb02b1a0d94a464c6eaf02f04d0ae8 (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=4703fd215f3684a2e7cba46e4235…
commit 4703fd215f3684a2e7cba46e423512960218ea54
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 16 16:17:19 2017 +0200
cosmetic: remove API documentation strings in header file
Typically we don't place comments with the function declarations
in .h files. Not sure why this file has comments for each. The
API doc belongs in the .c file as proper doxygen comments,
and shouldn't be duplicated in the .h file.
In this particular case, doxygen comments are added in the
corresponding c file recently.
Change-Id: I5c4cb55be5ec59a6945b1720b875c5987f1cfaad
http://cgit.osmocom.org/libosmocore/commit/?id=884ba0f2bcaf385cabee0b4228a2…
commit 884ba0f2bcaf385cabee0b4228a2598d61fa406b
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 2 13:49:16 2017 +0200
gsm0808: add function gsm0808_speech_codec_from_chan_type()
The contents of the speech codec element (struct gsm0808_speech_codec),
that is also used in the speech codec list element (struct
gsm0808_speech_codec_list) can be generated directly from the
permitted speech parameter in the channel type field (struct
gsm0808_channel_type) when full AoIP with compressed speech via
RTP/UDP/IP is assumed and when the codec configuration on the air
interface exactly matches the codec configuration on the IP backhaul.
This patch adds a function that can be used as a helper to fill
out spech codec fields by only giving a permitted speech parameter
as input.
Change-Id: I257c972e9fdf0dfe940a8d483447085bd62e50a2
http://cgit.osmocom.org/libosmocore/commit/?id=3149b0d076477303a38df735fe57…
commit 3149b0d076477303a38df735fe579b1b06ee17b2
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 2 13:22:34 2017 +0200
gsm0808: add function gsm0808_chan_type_to_speech_code()
The permitted speech field used in channel type element (struct
gsm0808_channel_type) uses a different representation as
the type field in the speech codec element (struct
gsm0808_speech_codec)
This patch adds a function to convert from permitted speech to
speech codec type.
Change-Id: Ib26a9c20864459b2baaa04f49b6e7902ba44b7cb
http://cgit.osmocom.org/libosmocore/commit/?id=a9b92769482585b17467008fa0d7…
commit a9b92769482585b17467008fa0d78085d7b10820
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jun 2 11:25:28 2017 +0200
gsm0808: add default speech codec configuration
In an AoIP scenario, the speech codec list field specifies the
codecs used in the RTP interface. This patch adds a table
with default codec configurations that match the codec
configurations that are also used on the air interface.
Change-Id: I9dc0165d76a022b2c1b7418bc3133407e61b7261
http://cgit.osmocom.org/libosmocore/commit/?id=bb8396690ec36a912c2134087be8…
commit bb8396690ec36a912c2134087be8ec61166e4ad2
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Jun 1 17:11:19 2017 +0200
gsm0808: fix AoIP speech codec element parser/generator
The implementation of the parser/generator for the speech codec
information element slightly wrong, making it impossible to use
it properly.
(See also: 3GPP TS 48.008, 3.2.2.103)
Change-Id: Idabb0f9620659557672e1c6b90c75481192e5c89
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/gsm0808_utils.h | 26 +----
include/osmocom/gsm/protocol/gsm_08_08.h | 23 +++-
src/gsm/gsm0808_utils.c | 191 ++++++++++++++++++++++++++++---
src/gsm/libosmogsm.map | 2 +
tests/gsm0808/gsm0808_test.c | 77 ++++++-------
5 files changed, 235 insertions(+), 84 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 039171a5f8fb02b1a0d94a464c6eaf02f04d0ae8 (commit)
from da38203418d80b85ddd793bdfc829b2ee2d3266a (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=039171a5f8fb02b1a0d94a464c6e…
commit 039171a5f8fb02b1a0d94a464c6eaf02f04d0ae8
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Sun Jun 18 11:21:25 2017 +0200
abis_test.c: Fix warning appearing on some buggy gcc versions
Change-Id: I31d5ffc0cf461d207d6c3d43aa0a25a5448d7000
-----------------------------------------------------------------------
Summary of changes:
tests/abis/abis_test.c | 6 ++++--
1 file changed, 4 insertions(+), 2 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 5466ff9c1b548fc77fca4c727c276b29d33225d7 (commit)
from 94bdcfd803038099aaac739b5bca62bc8965a08c (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=5466ff9c1b548fc77fca4c727c276b2…
commit 5466ff9c1b548fc77fca4c727c276b29d33225d7
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jun 22 13:22:43 2017 +0200
lc15: make jenkins helper executable
Change-Id: Icf06040d77180fb9d877ca52e00171b21b634ef8
Related: SYS#3682
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins_lc15.sh | 0
1 file changed, 0 insertions(+), 0 deletions(-)
mode change 100644 => 100755 contrib/jenkins_lc15.sh
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 "UNNAMED PROJECT".
The branch, master has been updated
via 865436dee0d28feeaab96849cba398003455ea2c (commit)
from a468cfaf2e2531cc4e569c8321699067369931a4 (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=865436dee0d28feeaab96849cba3980…
commit 865436dee0d28feeaab96849cba398003455ea2c
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jun 22 18:23:09 2017 +0200
lc15: use environment for firmware version
This allows to specify firmware version to use by jenkins builder via
environment variable. If environment variable does not exist than
default master branch is used.
Change-Id: If8b249aa00270e60a0449f089a16823976e54d54
Related: SYS#3683
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 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 "UNNAMED PROJECT".
The branch, master has been updated
via a468cfaf2e2531cc4e569c8321699067369931a4 (commit)
from 062dfa1d0c7dc347401bad92310194740c81973b (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=a468cfaf2e2531cc4e569c832169906…
commit a468cfaf2e2531cc4e569c8321699067369931a4
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Jun 22 13:28:39 2017 +0200
tests: remove unused definition
Fix compilation warning.
Change-Id: I1c95c6ec8bee68773643f9646b0319a83fbc6cfa
-----------------------------------------------------------------------
Summary of changes:
tests/emu/openbsc_clone.c | 16 ----------------
1 file changed, 16 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via eab5f594b0a7cf50ad97b039f73beff42cc8312a (commit)
from 5a44d25ad343d6426295480f6a0a5d6dc21350cf (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=eab5f594b0a7cf50ad97b039f73beff4…
commit eab5f594b0a7cf50ad97b039f73beff42cc8312a
Author: Max <msuraev(a)sysmocom.de>
Date: Fri May 26 12:31:00 2017 +0200
Enable optional static builds
* use LT_INIT instead of AC_PROG_RANLIB
* remove redundant libbsc entries
The default (for both manual and .deb builds) is to use shared build (as
before) - the static build is entirely optional.
Based on work by Sergey Kostanbaev <sergey.kostanbaev(a)gmail.com> and
Alexander Chemeris <Alexander.Chemeris(a)gmail.com>.
Change-Id: Ibcd1da98302413182c85e25c4cb7d69d9e38c35a
-----------------------------------------------------------------------
Summary of changes:
openbsc/configure.ac | 2 +-
openbsc/src/osmo-bsc/Makefile.am | 1 -
openbsc/tests/abis/Makefile.am | 1 -
3 files changed, 1 insertion(+), 3 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 94bdcfd803038099aaac739b5bca62bc8965a08c (commit)
from 114293a414bd5b7c86622ec8c293c4034c80d243 (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=94bdcfd803038099aaac739b5bca62b…
commit 94bdcfd803038099aaac739b5bca62bc8965a08c
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jun 9 16:19:15 2017 +0200
OML: move BTS number check into separate function
* move code which checks for BTS number (obtained via OML) validity into
separate function
* adjust log messages to match the check
* add spec reference and comments
Change-Id: Id5714fbed910696d30e18d1f20f4c9fced4b9230
Related: OS#2317
-----------------------------------------------------------------------
Summary of changes:
src/common/oml.c | 50 ++++++++++++++++++++++++++++++++++----------------
1 file changed, 34 insertions(+), 16 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 5a44d25ad343d6426295480f6a0a5d6dc21350cf (commit)
from 2f8b9d25f8428980e35ed8f8b2dc44324bc4566a (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=5a44d25ad343d6426295480f6a0a5d6d…
commit 5a44d25ad343d6426295480f6a0a5d6dc21350cf
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Jun 13 10:15:58 2017 +0200
Fix BTS features length check
While fixing potentially incorrect memory access, the check for maximum
number of supported BTS features was incorrectly adjusted instead of
feature vectore length check next to it. Fix this by adjusting checks
properly and adding comments to avoid future confusion.
The error was introduced in a60bb3dd28ce9e3720f8ee1b262893f3e233e2e6.
Change-Id: I06d2498d730624d5da535f6add6fa98d004714ae
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/abis_nm.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)