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 c2afe81d854ba4e8a1d68d588ffdfc83d14e3323 (commit)
via 556f03685e1222a7db89c4e50373811be3dc2da3 (commit)
via 49a0dec1fe889ca444984af25129874f0fa4e52d (commit)
via 6e6978ad1224eb0f1c9e5472a7ee6e923b1ab872 (commit)
via f17869546651601b24a2ac333cff05f7526f63a3 (commit)
via d1c7323f3c48f7983e87a2e1230623aa29fa83f4 (commit)
via cfb1eaacf4107bcf2a368f70cf9bd9d5e8677fa0 (commit)
from 96e2a00d7a9044d0b1a83909c11d8f24955bc7c8 (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=c2afe81d854ba4e8a1d68d588ffd…
commit c2afe81d854ba4e8a1d68d588ffdfc83d14e3323
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Tue Jun 13 01:43:23 2017 +0700
ctrl_test.c: fix build with GCC 7.1.1
According to GCC's online docs:
When an inline function is not static, then the compiler must
assume that there may be calls from other source files; since
a global symbol can be defined only once in any program, the
function must not be defined in the other source files, so the
calls therein cannot be integrated. Therefore, a non-static
inline function is always compiled on its own in the usual fashion.
There is no any (performance or size) benefit from 'inline' keyword
in this particular file, so let's replace one by 'static'.
Change-Id: I11e1f1cfea09c6f0cf8225239e782b551d3eb52f
http://cgit.osmocom.org/libosmocore/commit/?id=556f03685e1222a7db89c4e50373…
commit 556f03685e1222a7db89c4e50373811be3dc2da3
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Jun 12 03:51:41 2017 +0700
gsm/gsm48.c: drop useless assignment
Change-Id: I96c1ba70e332199a4ca95e827a7562f953975af4
http://cgit.osmocom.org/libosmocore/commit/?id=49a0dec1fe889ca444984af25129…
commit 49a0dec1fe889ca444984af25129874f0fa4e52d
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Jun 12 03:49:38 2017 +0700
vty/command.c: drop useless assignment
Change-Id: Ia30b6481ee570c6cf3e3b38e7a78028c66c036b7
http://cgit.osmocom.org/libosmocore/commit/?id=6e6978ad1224eb0f1c9e5472a7ee…
commit 6e6978ad1224eb0f1c9e5472a7ee6e923b1ab872
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Jun 12 03:47:34 2017 +0700
core/conv/conv.c: drop useless assignment
Change-Id: I8c3aa5ec100abacf93da1493aa134e42bf612206
http://cgit.osmocom.org/libosmocore/commit/?id=f17869546651601b24a2ac333cff…
commit f17869546651601b24a2ac333cff05f7526f63a3
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Jun 12 03:41:35 2017 +0700
gb/gprs_bssgp.c: avoid valueless goto usage
Change-Id: I0c2aaf1ab462c923d62232f1a63fae1e4eb18b4d
http://cgit.osmocom.org/libosmocore/commit/?id=d1c7323f3c48f7983e87a2e12306…
commit d1c7323f3c48f7983e87a2e1230623aa29fa83f4
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Jun 12 03:33:07 2017 +0700
sim/core.c: drop useless double assignment
Change-Id: I3bfcabd80b57aeb7f110b306350802e6e82c847a
http://cgit.osmocom.org/libosmocore/commit/?id=cfb1eaacf4107bcf2a368f70cf9b…
commit cfb1eaacf4107bcf2a368f70cf9bd9d5e8677fa0
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Mon Jun 12 03:13:12 2017 +0700
core/conv/viterbi.c: fix possible NULL-pointer reference
Change-Id: I36012d4443d97470050cdf9638a9d4cf67ea3b40
-----------------------------------------------------------------------
Summary of changes:
src/conv.c | 2 +-
src/gb/gprs_bssgp.c | 13 +++----------
src/gsm/gsm48.c | 1 -
src/sim/core.c | 2 +-
src/viterbi.c | 19 ++++++++++++++++---
src/vty/command.c | 2 +-
tests/ctrl/ctrl_test.c | 2 +-
7 files changed, 23 insertions(+), 18 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 61d36212b15aca972443a169c6a893590c9709d0 (commit)
from de9357251c53af4e5abee5724c098d1db6271bf9 (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=61d36212b15aca972443a169c6a8935…
commit 61d36212b15aca972443a169c6a893590c9709d0
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jun 2 11:40:02 2017 +0200
Cleanup SI scheduling
* use GSM_BTS_HAS_SI() from OpenBSC instead of local copy
* arrange GSM_BTS_HAS_SI() checks to improve readability
* constify SI scheduler parameters
Change-Id: If74bc536fe7d2bfbc976c07d882151873ecda4f2
Related: OS#1660
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/bts.h | 2 +-
src/common/sysinfo.c | 32 ++++++++++++--------------------
2 files changed, 13 insertions(+), 21 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via de9357251c53af4e5abee5724c098d1db6271bf9 (commit)
via b7793ed8fd29fb2c4092ed08abcf8c859cd18108 (commit)
from 1dcbee3420fc89306da4e5ff28d39e64a55cfc02 (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=de9357251c53af4e5abee5724c098d1…
commit de9357251c53af4e5abee5724c098d1db6271bf9
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jun 9 18:37:33 2017 +0200
Set and report BTS features
Set (possibly incomplete) list of BTS model-specific features and report
them in response to attribute request via OML.
Change-Id: I5f8a6681c3562ec261441e84dde6e085b516d92f
Related: OS#1614
http://cgit.osmocom.org/osmo-bts/commit/?id=b7793ed8fd29fb2c4092ed08abcf8c8…
commit b7793ed8fd29fb2c4092ed08abcf8c859cd18108
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jun 9 16:46:50 2017 +0200
Extend Get Attribute responder
* detect if attributes are requested for BTS or TRX and act accordingly
* report TRX phy version
Change-Id: I9f72305bbf1ab74745bffac1bee9f539f5a6de32
Related: OS#1614
-----------------------------------------------------------------------
Summary of changes:
src/common/oml.c | 137 ++++++++++++++++++++++++++++-------------
src/osmo-bts-litecell15/main.c | 4 ++
src/osmo-bts-octphy/l1_if.c | 3 +
src/osmo-bts-sysmo/main.c | 5 ++
src/osmo-bts-trx/main.c | 3 +
5 files changed, 109 insertions(+), 43 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 9b97b007dfe96b8a74932ab101d5e341b5796f75 (commit)
from a60bb3dd28ce9e3720f8ee1b262893f3e233e2e6 (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=9b97b007dfe96b8a74932ab101d5e341…
commit 9b97b007dfe96b8a74932ab101d5e341b5796f75
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Jun 2 10:58:26 2017 +0200
Move SI-related defines
* move SI2quater related defines to shared header
* add define from OsmoBTS which checks for presence of a given SI
message in gsm_bts struct. Rename it to avoid conflicts with OsmoBTS
code and to match naming conventions of similar macros.
Change-Id: I11432c93c772d1ead6d45a7bb0f1d13d492c82f1
Related: OS#1660
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data_shared.h | 7 +++++++
openbsc/include/openbsc/rest_octets.h | 6 ------
openbsc/src/libbsc/bsc_init.c | 2 +-
openbsc/src/libbsc/system_information.c | 4 ++--
openbsc/tests/gsm0408/gsm0408_test.c | 2 +-
5 files changed, 11 insertions(+), 10 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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via ae2f278fac564be5489d95d02842473d60c40cd5 (commit)
via 4ca4ca90d5a28fcaa2a2287c18e7548e2513bc4b (commit)
from 4c5e2863f37ffddd6feb95f582c0ac1cbac1794a (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=ae2f278fac564be5489d95d…
commit ae2f278fac564be5489d95d02842473d60c40cd5
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jun 14 16:03:05 2017 +0200
OsmoGsmTester: install.adoc: Remove trailing whitespace
My editor is removing it automatically.
Change-Id: I25c8d179a21c66ab3424204e12215f8e1ddd8e54
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=4ca4ca90d5a28fcaa2a2287…
commit 4ca4ca90d5a28fcaa2a2287c18e7548e2513bc4b
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jun 14 16:02:34 2017 +0200
OsmoGsmTester: Add missing dependency python-smpplib
Change-Id: I9a6ad33d41c8a90317d079ff0d1f9640c48a2353
-----------------------------------------------------------------------
Summary of changes:
OsmoGSMTester/chapters/install.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via 4c5e2863f37ffddd6feb95f582c0ac1cbac1794a (commit)
from 3e646810f0bc1c6952a42a60499f33e32afa6081 (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=4c5e2863f37ffddd6feb95f…
commit 4c5e2863f37ffddd6feb95f582c0ac1cbac1794a
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Wed Jun 14 15:57:12 2017 +0200
OsmoGsmTester: Update sample test script
Copied from newest mo_mt_sms.py test.
Change-Id: I49644f6f8223d45bccbcbb3aa8325c20c06dcdbe
-----------------------------------------------------------------------
Summary of changes:
OsmoGSMTester/chapters/intro.adoc | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
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 "OpenBTS' transceiver retro-fit".
The branch, ttsou/siggen has been updated
discards db259aa6ae97c174a297ef15f015f8f53cfdfa58 (commit)
via b79895c9990c77f7aa5c72ca3795e9d0d8443dfb (commit)
via 980525c8a9cc620314aa36e566d30e0592f280d5 (commit)
via 70134a01eb5b70c69a4a3b86467d99b5286b4ec6 (commit)
via 1fb0ce67d86067d81bd0f8d18b8c11890e36e755 (commit)
via 8ca237b5c2291f2ff18bf993ae4a7e092fd3c131 (commit)
via 082bbbf8feec0a9a86d7484476e768971fe3b646 (commit)
via 3bd763d2a10e19980505c90242a2eae9e2f6b4cb (commit)
via ee5735768213f8724b978cd9180f088721e0cde0 (commit)
via 8537b90dbefd98eb91915aaa32e7b623bf3cd581 (commit)
via 038fd7fd70cc4523ed9872bbdfd848cbf4103f42 (commit)
via 0cd246c27ad8cdfc39671ed217b31635d57ef937 (commit)
via 61fbf2ec95430d1f76f301de80e765114face5a2 (commit)
This update added new revisions after undoing existing revisions. That is
to say, the old revision is not a strict subset of the new revision. This
situation occurs when you --force push a change and generate a repository
containing something like this:
* -- * -- B -- O -- O -- O (db259aa6ae97c174a297ef15f015f8f53cfdfa58)
\
N -- N -- N (b79895c9990c77f7aa5c72ca3795e9d0d8443dfb)
When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.
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=b79895c9990c77f7aa5c72ca3795e9d…
commit b79895c9990c77f7aa5c72ca3795e9d0d8443dfb
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Sat Jun 3 18:31:48 2017 -0700
siggen: Add osmo-siggen for GSM/EDGE test signal generation
* Adds 4 and 1 pulse Laurent GMSK modulators
* Adds NCO based modulator
* Adds synchronization and frequency burst generators
* Adds GPIO frame trigger on GPIO-0
* Tested on USRP B210 only
* Requires C++14 support
B210 GPIO Pin Map
J504
---------
fp_gpio<0> | 1 | 2 | fp_gpio<1>
---------
fp_gpio<2> | 3 | 4 | fp_gpio<3>
---------
fp_gpio<4> | 5 | 6 | fp_gpio<5>
---------
fp_gpio<6> | 7 | 8 | fp_gpio<7>
---------
gnd | 9 | 10| gnd
---------
Change-Id: I891725d7f0cfa97c79e64f978a60dc11a206195c
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
CommonLibs/Makefile.am | 4 +
CommonLibs/PRBS.h | 110 ++++++
.../convert_base.c => CommonLibs/PRBSTest.cpp | 30 +-
Transceiver52M/UHDDevice.cpp | 423 +++++++--------------
Transceiver52M/osmo-siggen.cpp | 78 ++--
Transceiver52M/osmo-trx.cpp | 8 +
Transceiver52M/sigProcLib.cpp | 357 ++++-------------
Transceiver52M/sigProcLib.h | 203 ----------
Transceiver52M/x86/convert.c | 2 +
Transceiver52M/x86/convolve.c | 2 +-
...le_stdcxx_14.m4 => ax_cxx_compile_stdcxx_11.m4} | 17 +-
config/ax_gcc_x86_avx_xgetbv.m4 | 79 ----
config/ax_gcc_x86_cpuid.m4 | 79 ----
config/ax_sse.m4 | 36 +-
configure.ac | 30 +-
16 files changed, 439 insertions(+), 1020 deletions(-)
create mode 100644 CommonLibs/PRBS.h
copy Transceiver52M/common/convert_base.c => CommonLibs/PRBSTest.cpp (57%)
rename config/{ax_cxx_compile_stdcxx_14.m4 => ax_cxx_compile_stdcxx_11.m4} (67%)
delete mode 100644 config/ax_gcc_x86_avx_xgetbv.m4
delete mode 100644 config/ax_gcc_x86_cpuid.m4
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 980525c8a9cc620314aa36e566d30e0592f280d5 (commit)
from 70134a01eb5b70c69a4a3b86467d99b5286b4ec6 (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=980525c8a9cc620314aa36e566d30e0…
commit 980525c8a9cc620314aa36e566d30e0592f280d5
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Fri Jun 9 15:37:19 2017 -0700
uhd: Add non-UmTRX channel swap support
Previously an UmTRX-only feature.
Change-Id: I4a0e0c1d69e89993158e948535ad33f54e568d2d
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/UHDDevice.cpp | 65 ++++++++++++++++++++++++++++++--------------
1 file changed, 44 insertions(+), 21 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 70134a01eb5b70c69a4a3b86467d99b5286b4ec6 (commit)
from 1fb0ce67d86067d81bd0f8d18b8c11890e36e755 (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=70134a01eb5b70c69a4a3b86467d99b…
commit 70134a01eb5b70c69a4a3b86467d99b5286b4ec6
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Mon Jun 12 14:23:53 2017 -0700
sigProcLib: Remove unused functions from public interface
Also remove entirely completely unused calls. Most of these
calls have been around since OpenBTS conception. Nearly a
decade is long enough time for deprecation.
Change-Id: Ifc122aaff23414c363b4b00f99061eed8a6902d0
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/sigProcLib.cpp | 316 +++++++-----------------------------------
Transceiver52M/sigProcLib.h | 203 ---------------------------
2 files changed, 52 insertions(+), 467 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 1fb0ce67d86067d81bd0f8d18b8c11890e36e755 (commit)
from 8ca237b5c2291f2ff18bf993ae4a7e092fd3c131 (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=1fb0ce67d86067d81bd0f8d18b8c118…
commit 1fb0ce67d86067d81bd0f8d18b8c11890e36e755
Author: Tom Tsou <tom.tsou(a)ettus.com>
Date: Thu Jun 8 19:41:48 2017 -0700
uhd: Use map container for for device parameter access
OsmoTRX is written in C++ so we might as well use built-in
container types when applicable. Map access allows removal
of significant amounts of special device handling code.
Aggregate device rates and timing offsets into a single
table with access keyed by device/tx-sps/rx-sps tuples.
Change-Id: I8660f75a2b2a13488b913c07637bdd0f5f0f4cf9
Signed-off-by: Tom Tsou <tom.tsou(a)ettus.com>
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/UHDDevice.cpp | 358 ++++++++++---------------------------------
1 file changed, 84 insertions(+), 274 deletions(-)
hooks/post-receive
--
OpenBTS' transceiver retro-fit