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, pmaier/cpudetect has been updated
via 13a6a03cb860eafff086b039d450caf8d5b996f2 (commit)
from 1838cc3b4ac8ab1e29beea977d55014ee1fa982f (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=13a6a03cb860eafff086b039d450caf…
commit 13a6a03cb860eafff086b039d450caf8d5b996f2
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 | 24 +-
Transceiver52M/x86/convert.c | 142 +-----
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 | 4 +
configure.ac | 3 +
utils/convolvetest/Makefile | 5 +-
12 files changed, 368 insertions(+), 896 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
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 ca06e040cc115689fb10394cc566052576a638fc (commit)
from ac27a99021d404f9a15b952fbbc03789926b7ecc (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=ca06e040cc115689fb10394cc5660525…
commit ca06e040cc115689fb10394cc566052576a638fc
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Mar 8 18:30:22 2017 +0100
bsc_/gprs_subscriber: fix: use osmo_strlcpy() to safely copy IMSI
Fixes: coverity scan CID 163918
Change-Id: I4b2760b006a0707928530b4390c6997b79b02981
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_subscriber.c | 2 +-
openbsc/src/libbsc/bsc_subscriber.c | 2 +-
2 files changed, 2 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 9e4c17075c0c881a61190f54bc5aec4e2654d015 (commit)
via 9b22686134d804500f48a2c882bb6c04fa1cc1a6 (commit)
from 14477997c1539878b877396ef5b4251001f4e70f (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=9e4c17075c0c881a61190f54bc5a…
commit 9e4c17075c0c881a61190f54bc5aec4e2654d015
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Mar 7 21:56:55 2017 +0100
build: generate gsm0503.h to builddir, not srcdir
To ensure that a separate build dir keeps the source dir clean of state,
generate the gsm0503.h to the builddir instead of the srcdir. Adjustments for
everyone to access the right paths were added in previous patches.
Change-Id: Ia773ef5893a2018feb416061aefcf51835df18d2
http://cgit.osmocom.org/libosmocore/commit/?id=9b22686134d804500f48a2c882bb…
commit 9b22686134d804500f48a2c882bb6c04fa1cc1a6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Mar 8 00:28:39 2017 +0100
build: coding/gsm0503: fix build in sep. dir: -I builddir
To allow building coding/gsm0503_interleaving.c which includes the generated
bit*gen.h (via bits.h), add -I to the builddir include path in order to find
the generated bit*gen.h headers there.
Change-Id: I0d465bc109765b1315d615243bea6af027afa368
-----------------------------------------------------------------------
Summary of changes:
include/Makefile.am | 2 +-
src/coding/Makefile.am | 1 +
2 files changed, 2 insertions(+), 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via b609ee879eb798f8f3836223b4702745f3f6491e (commit)
from f9eef0ce3eaa24e9e448d2a81d9a3958a05e077b (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=b609ee879eb798f8f3836223b470274…
commit b609ee879eb798f8f3836223b4702745f3f6491e
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Mon Mar 6 14:44:57 2017 +0100
l1sap: fix PTCCH detection
The macro L1SAP_IS_PTCCH(fn) only detects a PTCCH channel at fn%52 = 12,
the detection logic has been extended in order to detect PTCCH at fn%52 = 38.
See also 3GPP TS 05.02, Clause 7, Table 6 of 9
Change-Id: Ia6f3333121e5e920c5e1d562a081d0a1b58a1153
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/l1sap.h | 5 ++++-
1 file changed, 4 insertions(+), 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 14477997c1539878b877396ef5b4251001f4e70f (commit)
from 1c260c0a09810c76188e3d39454c309ffbc72f6b (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=14477997c1539878b877396ef5b4…
commit 14477997c1539878b877396ef5b4251001f4e70f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Mar 16 00:50:06 2017 +0100
osmo-auc-gen: fix --sqn limit on 32bit systems, fixing build
osmo-auc-gen on 32bit systems allowed only --sqn up to 32bits width. However,
the recently added regression test for osmo-auc-gen includes an ivocation with
a 48bit wide --sqn, which now causes the builds to fail on 32bit systems.
Fix the --sqn argument parsing for larger integers by using strtoull(). Do away
with the intermediate variable 'ul' and place the value directly in the auth
data struct.
Change-Id: Ifb73b3b3de06576e36076ca573d52327f90a1f77
-----------------------------------------------------------------------
Summary of changes:
utils/osmo-auc-gen.c | 4 +---
1 file changed, 1 insertion(+), 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 "Software-defined analyzer for APCO P25".
The branch, max has been updated
via 5972402ff553907d11cafde2d785930dee47a28d (commit)
via 8b964130934f82594ea225c0c721f54f36df53f7 (commit)
from f9d7b65cc342fa3cd39617094f4af72cf0e4828b (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=5972402ff553907d11cafde2d785930dee4…
commit 5972402ff553907d11cafde2d785930dee47a28d
Author: Max <ikj1234i(a)yahoo.com>
Date: Sun Mar 19 17:29:24 2017 -0400
doc.html update
http://cgit.osmocom.org/op25/commit/?id=8b964130934f82594ea225c0c721f54f36d…
commit 8b964130934f82594ea225c0c721f54f36df53f7
Author: Max <ikj1234i(a)yahoo.com>
Date: Sun Mar 19 17:09:05 2017 -0400
audio input attenuator hack
-----------------------------------------------------------------------
Summary of changes:
op25/gr-op25_repeater/apps/tx/doc.html | 35 +++++++++++++++++++--
op25/gr-op25_repeater/apps/tx/dv_tx.py | 36 +++++++++++++++++-----
op25/gr-op25_repeater/lib/ambe_encoder.cc | 27 ++++++++++------
op25/gr-op25_repeater/lib/ambe_encoder.h | 1 +
.../lib/imbe_vocoder/imbe_vocoder.cc | 14 ++++++++-
.../lib/imbe_vocoder/imbe_vocoder.h | 1 +
.../gr-op25_repeater/lib/imbe_vocoder/sa_encode.cc | 6 ++--
7 files changed, 99 insertions(+), 21 deletions(-)
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 "Osmocom A-bis protcol interface library".
The branch, master has been updated
via 1e04d4b7a2c845589da20d891cc5e3c471cfe983 (commit)
from 3fdb287d6564c7bf52c8d86137c699be894ea1d3 (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-abis/commit/?id=1e04d4b7a2c845589da20d891cc…
commit 1e04d4b7a2c845589da20d891cc5e3c471cfe983
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sat Mar 18 17:56:03 2017 +0100
README.md: Use <> around all hyperlinks to render them as links in cgit
Change-Id: I4b1004d5275972249d463083e0c2af41dc46dad2
-----------------------------------------------------------------------
Summary of changes:
README.md | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
hooks/post-receive
--
Osmocom A-bis protcol 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 "Osmocom fork of the Open SMPP 3.4 library".
The branch, master has been updated
via cc0bcd6bc051d5ccaf32cdbbc28f073369900857 (commit)
from 78b51894fa42f6add9252af14a61ad9068d2192b (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/libsmpp34/commit/?id=cc0bcd6bc051d5ccaf32cdbbc28f07…
commit cc0bcd6bc051d5ccaf32cdbbc28f073369900857
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Fri Mar 17 21:44:28 2017 +0100
README.md: Make sure all hyperlinks use <>
Change-Id: Iebc3f9b60004b4c17f0a35b90c2b226a8f357a10
-----------------------------------------------------------------------
Summary of changes:
README.md | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
hooks/post-receive
--
Osmocom fork of the Open SMPP 3.4 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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via 826c6eb08600b02ffa7a3af2e813929c578a3293 (commit)
from dd412cb33c66e2538c4c0e1d29a09a2c9b596537 (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-gsm-manuals/commit/?id=826c6eb08600b02ffa7a3af…
commit 826c6eb08600b02ffa7a3af2e813929c578a3293
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Thu Mar 9 12:28:44 2017 +0100
osmo-sgsn: Explain TCP/IP header compression
The does not mention TCP/IP header compression yet. This
commit adds some info about it
Change-Id: I98408e72020a474d378e39263a933eb7567de146
-----------------------------------------------------------------------
Summary of changes:
OsmoSGSN/chapters/configuration.adoc | 80 ++++++++++++++++++++++++++++++++++++
1 file changed, 80 insertions(+)
hooks/post-receive
--
Manuals for Osmocom GSM components
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, neels/libcommon-cs has been created
at c3533aaebfe3fcbcc2b506fa2f0d93104bab146a (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=c3533aaebfe3fcbcc2b506fa2f0d9310…
commit c3533aaebfe3fcbcc2b506fa2f0d93104bab146a
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Mar 18 15:17:25 2017 +0100
cosmetic: move gsm_subscriber_base.c to libcommon-cs
Change-Id: I5c5c29baa56c6a294ea7091b51d6444fd967021e
http://cgit.osmocom.org/openbsc/commit/?id=01ddd10c5a59aedd8fbc9930e8603319…
commit 01ddd10c5a59aedd8fbc9930e860331981862c90
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Mar 18 13:21:26 2017 +0100
cosmetic: move gsm_data_shared.c to libcommon-cs
Since other projects also include gsm_data_shared.c and expect it to live in
libcommon, this commit may cause failing builds elsewhere. Same goes for the
debian/openbsc-dev package.
I considered having gsm_data_shared.c in both locations, but it doesn't really
make sense unless we want to keep duplicates for all eternity. At some point
users of this should be adjusted anyway.
Change-Id: Ie2cacc869a1991a40ea36dbce1ad5a0123f51852
http://cgit.osmocom.org/openbsc/commit/?id=6f05e0d95f6f1c7f97ed596adcb2522b…
commit 6f05e0d95f6f1c7f97ed596adcb2522bbb3dad9f
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Mar 18 13:18:47 2017 +0100
cosmetic: move gsm_data.c to libcommon-cs
Change-Id: I7f3a1df1d35bf6dd91c4da7b78af7ad3e7da301a
-----------------------------------------------------------------------
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)