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
discards 680df2ee64a6cc118d4edbb7509de2aa36e2dcfd (commit)
discards 08a3944c85db28485668fc899eecf5010749e3da (commit)
discards fdd2e72f7f189f483c538003cc8613f975422415 (commit)
discards aa18693344d504f8d7e7b765ebeb3c24e66f4209 (commit)
discards 7a6ba4158c205f05a543f9a41ed1190ad35bd624 (commit)
discards b522b4ee49daa21db1250cb58b4173dbf86d9c49 (commit)
discards 2768e9ba406ae047080b5c6c8f01045d0aefdf62 (commit)
discards 23c98feb1a1eb153a2ca34b01b1ef0e723cea992 (commit)
via 09349e913cf640acef7444eae800732693ff30e9 (commit)
via 31a9a52d1e2fb24cb4566b0cc1963f170d24d821 (commit)
via 04d1d0cdb4ab576bdbf813c0d0b85094c99bf7d1 (commit)
via f62a99668de8d6fba551319e74cf9bab09d7982c (commit)
via 380728737dbea056699297c7608c5ea25122d920 (commit)
via 58ecaf764892e923df287d8f54c563f147467cd7 (commit)
via 499ad2601b16163941c4f80f72a650834051266d (commit)
via 81536e7d5cbd65934280e177cf5e560df1ec9e30 (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 (680df2ee64a6cc118d4edbb7509de2aa36e2dcfd)
\
N -- N -- N (09349e913cf640acef7444eae800732693ff30e9)
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=09349e913cf640acef7444eae800732…
commit 09349e913cf640acef7444eae800732693ff30e9
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
http://cgit.osmocom.org/osmo-trx/commit/?id=31a9a52d1e2fb24cb4566b0cc1963f1…
commit 31a9a52d1e2fb24cb4566b0cc1963f170d24d821
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
http://cgit.osmocom.org/osmo-trx/commit/?id=04d1d0cdb4ab576bdbf813c0d0b8509…
commit 04d1d0cdb4ab576bdbf813c0d0b85094c99bf7d1
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
http://cgit.osmocom.org/osmo-trx/commit/?id=f62a99668de8d6fba551319e74cf9ba…
commit f62a99668de8d6fba551319e74cf9bab09d7982c
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
http://cgit.osmocom.org/osmo-trx/commit/?id=380728737dbea056699297c7608c5ea…
commit 380728737dbea056699297c7608c5ea25122d920
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
http://cgit.osmocom.org/osmo-trx/commit/?id=58ecaf764892e923df287d8f54c563f…
commit 58ecaf764892e923df287d8f54c563f147467cd7
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
http://cgit.osmocom.org/osmo-trx/commit/?id=499ad2601b16163941c4f80f72a6508…
commit 499ad2601b16163941c4f80f72a650834051266d
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Mar 15 12:39:25 2017 +0100
cosmetic: Make parameter lists uniform
The non-sse implementation and the sse implementation of the convert
and convolve functions have different parameter lists. This makes it
difficult to use function pointers in order to select the right
function depending on the SSE-Level and CPU.
This commit uniformizes the parameter lists in preparation for
planned runtime cpu detection support
Change-Id: Ice063b89791537c4b591751f12f5ef5c413a2d27
http://cgit.osmocom.org/osmo-trx/commit/?id=81536e7d5cbd65934280e177cf5e560…
commit 81536e7d5cbd65934280e177cf5e560df1ec9e30
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Mar 14 15:29:38 2017 +0100
buildenv: Turn off native architecture builds
The compiler option -march=native instructs the compiler to auto-optimize
the code for the current build architecture. This is fine for building
and using locally, but contraproductive when generating binary packages.
This commit replaces -march=native with $(SIMD_FLAGS), which contains a
collection of supported SIMD options, so we won't loose the SSE support.
Change-Id: I3df4b8db9692016115edbe2247beeec090715687
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 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, pmaier/cpudetect has been updated
discards 13a6a03cb860eafff086b039d450caf8d5b996f2 (commit)
discards 1838cc3b4ac8ab1e29beea977d55014ee1fa982f (commit)
discards e786e66edbde09ba22accaa5b868f860f1826785 (commit)
discards cb71fbd3c6a84deb2497ccb6c7badb5958ffe57a (commit)
discards 7fe608ac2aeca7d88e4543e0895d4640a98c8e1f (commit)
discards 46681328f89a1f3e4545d31365583fccd92f4599 (commit)
discards f8dbdbbed73b2faf94152230af075ba7ed15ced3 (commit)
discards 6ec92b226772cfd11a3efd956a2a4ef1015894d1 (commit)
via 680df2ee64a6cc118d4edbb7509de2aa36e2dcfd (commit)
via 08a3944c85db28485668fc899eecf5010749e3da (commit)
via fdd2e72f7f189f483c538003cc8613f975422415 (commit)
via aa18693344d504f8d7e7b765ebeb3c24e66f4209 (commit)
via 7a6ba4158c205f05a543f9a41ed1190ad35bd624 (commit)
via b522b4ee49daa21db1250cb58b4173dbf86d9c49 (commit)
via 2768e9ba406ae047080b5c6c8f01045d0aefdf62 (commit)
via 23c98feb1a1eb153a2ca34b01b1ef0e723cea992 (commit)
via 38b69871ae87506c21a6b53ba418139d24305590 (commit)
via 7db522b6d951413d7d62f9c7e52a9b2100622399 (commit)
via ae09b04e26068182b870d7e136e25eeb3767396a (commit)
via b61c610cd964107aea2ccdf261575237d07ea994 (commit)
via 132fb247b101292818afaf72f7508b594625cc25 (commit)
via 1c0b8b355ccbb31048973e838933d0e29039ad32 (commit)
via 1dd05cf35a8c5e3c2acfbc4e23e26d41ea4a9aa9 (commit)
via 14d13b67dcd4fa35b03cbbef0c5ddd2622b89155 (commit)
via 89bca9b2de2b1336ca405df5e881b5c2d98c3a36 (commit)
via 9270a5aa2ea6f5d4766418dbf02255cb9bcb2cf7 (commit)
via 4793f4679ba8720c55165d74b317627e0d60308e (commit)
via 802b86502dbcffe260b0424477987695872e676f (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 (13a6a03cb860eafff086b039d450caf8d5b996f2)
\
N -- N -- N (680df2ee64a6cc118d4edbb7509de2aa36e2dcfd)
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=680df2ee64a6cc118d4edbb7509de2a…
commit 680df2ee64a6cc118d4edbb7509de2aa36e2dcfd
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
http://cgit.osmocom.org/osmo-trx/commit/?id=08a3944c85db28485668fc899eecf50…
commit 08a3944c85db28485668fc899eecf5010749e3da
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
http://cgit.osmocom.org/osmo-trx/commit/?id=fdd2e72f7f189f483c538003cc8613f…
commit fdd2e72f7f189f483c538003cc8613f975422415
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
http://cgit.osmocom.org/osmo-trx/commit/?id=aa18693344d504f8d7e7b765ebeb3c2…
commit aa18693344d504f8d7e7b765ebeb3c24e66f4209
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
http://cgit.osmocom.org/osmo-trx/commit/?id=7a6ba4158c205f05a543f9a41ed1190…
commit 7a6ba4158c205f05a543f9a41ed1190ad35bd624
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
http://cgit.osmocom.org/osmo-trx/commit/?id=b522b4ee49daa21db1250cb58b4173d…
commit b522b4ee49daa21db1250cb58b4173dbf86d9c49
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
http://cgit.osmocom.org/osmo-trx/commit/?id=2768e9ba406ae047080b5c6c8f01045…
commit 2768e9ba406ae047080b5c6c8f01045d0aefdf62
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Mar 15 12:39:25 2017 +0100
cosmetic: Make parameter lists uniform
The non-sse implementation and the sse implementation of the convert
and convolve functions have different parameter lists. This makes it
difficult to use function pointers in order to select the right
function depending on the SSE-Level and CPU.
This commit uniformizes the parameter lists in preparation for
planned runtime cpu detection support
Change-Id: Ice063b89791537c4b591751f12f5ef5c413a2d27
http://cgit.osmocom.org/osmo-trx/commit/?id=23c98feb1a1eb153a2ca34b01b1ef0e…
commit 23c98feb1a1eb153a2ca34b01b1ef0e723cea992
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Tue Mar 14 15:29:38 2017 +0100
buildenv: Turn off native architecture builds
The compiler option -march=native instructs the compiler to auto-optimize
the code for the current build architecture. This is fine for building
and using locally, but contraproductive when generating binary packages.
This commit introduces more general options and also removes --with-sse
from the default configure options and replaces them with $(SIMD_FLAGS),
which also contains a collection of supported SIMD options, so we won't
loose the SSE support.
Change-Id: I3df4b8db9692016115edbe2247beeec090715687
-----------------------------------------------------------------------
Summary of changes:
CommonLibs/BitVector.cpp | 257 ++--------------------------------------
CommonLibs/BitVector.h | 149 +----------------------
CommonLibs/BitVectorTest.cpp | 28 -----
CommonLibs/Configuration.cpp | 21 +++-
CommonLibs/F16.h | 210 --------------------------------
CommonLibs/F16Test.cpp | 55 ---------
CommonLibs/Logger.cpp | 26 ++++
CommonLibs/Logger.h | 3 +-
CommonLibs/Makefile.am | 23 +---
CommonLibs/MemoryLeak.h | 111 -----------------
CommonLibs/Regexp.h | 64 ----------
CommonLibs/RegexpTest.cpp | 48 --------
CommonLibs/Reporting.cpp | 145 -----------------------
CommonLibs/Reporting.h | 86 --------------
CommonLibs/ScalarTypes.h | 136 ---------------------
CommonLibs/URLEncode.cpp | 28 -----
CommonLibs/URLEncode.h | 30 -----
CommonLibs/URLEncodeTest.cpp | 17 ---
CommonLibs/Utils.cpp | 211 ---------------------------------
CommonLibs/Utils.h | 148 -----------------------
Transceiver52M/Transceiver.cpp | 9 +-
Transceiver52M/radioBuffer.h | 8 +-
Transceiver52M/sigProcLib.cpp | 79 ++++++------
Transceiver52M/sigProcLib.h | 98 ++++++++-------
Transceiver52M/x86/Makefile.am | 1 -
Transceiver52M/x86/convert.c | 6 +-
config/{ax_ext.m4 => ax_sse.m4} | 2 +-
configure.ac | 2 +-
debian/control | 1 +
utils/convolvetest/Makefile | 1 -
30 files changed, 161 insertions(+), 1842 deletions(-)
delete mode 100644 CommonLibs/F16.h
delete mode 100644 CommonLibs/F16Test.cpp
delete mode 100644 CommonLibs/MemoryLeak.h
delete mode 100644 CommonLibs/Regexp.h
delete mode 100644 CommonLibs/RegexpTest.cpp
delete mode 100644 CommonLibs/Reporting.cpp
delete mode 100644 CommonLibs/Reporting.h
delete mode 100644 CommonLibs/ScalarTypes.h
delete mode 100644 CommonLibs/URLEncode.cpp
delete mode 100644 CommonLibs/URLEncode.h
delete mode 100644 CommonLibs/URLEncodeTest.cpp
delete mode 100644 CommonLibs/Utils.cpp
delete mode 100644 CommonLibs/Utils.h
rename config/{ax_ext.m4 => ax_sse.m4} (99%)
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 b1e6b3749389ec5b3f33d5ac0fcc7f43df3f4641 (commit)
from 9311881bb127180be74a36d716e06283931ebe00 (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=b1e6b3749389ec5b3f33d5ac0fcc7f43…
commit b1e6b3749389ec5b3f33d5ac0fcc7f43df3f4641
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Mar 15 14:30:21 2017 +0100
Handle PCU version received via OML alert
Explicitly check for and log PCU version received from BTS via OML alert
message.
Change-Id: I3c88663d4e2887a4038b4c3f1387128295b8934e
Related: OS#1614
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/abis_nm.c | 120 ++++++++++++++++++++++++++++++++-----------
1 file changed, 90 insertions(+), 30 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 957843959d4d9046b4eb5beb42cc41dd7bb56bed (commit)
from f4816fa577bc69e0c0fe0fcdaaba3074df4074c6 (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=957843959d4d9046b4eb5beb42cc41d…
commit 957843959d4d9046b4eb5beb42cc41dd7bb56bed
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu Mar 23 12:35:52 2017 +0700
osmo-bts-trx/l1_if.c: use channel combination III for TCH/H
Currently the channel combination II is used for TCH/H, which
allows only one lchan to be allocated. The reason is that it
saves a bit of CPU by disabling UL burst detection on lchan 1.
There is also the channel combination III, which allows to
increase channel capacity, providing two lchans on a single
TCH/H timeslot.
Ideally we should implement some dynamic II <-> III switching
depending on the network load level. But for now this change
replaces the channel combination of TCH/H by III, until dynamic
switching is implemented.
Fixes issue: https://osmocom.org/issues/1795
Change-Id: I8fd4abb42c153fcd26bcfe22a2554b5c2d02d810
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/l1_if.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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via f4816fa577bc69e0c0fe0fcdaaba3074df4074c6 (commit)
from a80c7024f869cbed76d89b042b54eb3fc2513d09 (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=f4816fa577bc69e0c0fe0fcdaaba307…
commit f4816fa577bc69e0c0fe0fcdaaba3074df4074c6
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Mar 10 17:10:29 2017 +0100
Sync protocol with OsmoPCU
Copy-paste changes from OsmoPCU commit 0a8fae8d141c2cfa4387ffe9b35402d5b8cc85cd.
Change-Id: I15e6cc86604947a173e8675ba4b41a3bda2d3296
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/pcuif_proto.h | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 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 a80c7024f869cbed76d89b042b54eb3fc2513d09 (commit)
from b609ee879eb798f8f3836223b4702745f3f6491e (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=a80c7024f869cbed76d89b042b54eb3…
commit a80c7024f869cbed76d89b042b54eb3fc2513d09
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Mar 6 14:09:22 2017 +0100
osmo-bts-trx: fix scheduling of broken frames
* DTXu: don't set marker for broken frames
* do not attempt to send 0-length bursts to avoid flood of errors after
bts startup
Change-Id: Icb536f951386b9abe34c0dacbb203f3db1e41bb3
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-trx/scheduler_trx.c | 6 ++++--
1 file changed, 4 insertions(+), 2 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 7f9c7e7b8b194d9ebdd9de1fd8c0a5457b1e20e7 (commit)
from 5d994e4f751544475f7b8df9507f0aba357945b9 (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=7f9c7e7b8b194d9ebdd9de1fd8c0…
commit 7f9c7e7b8b194d9ebdd9de1fd8c0a5457b1e20e7
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Mar 15 12:02:22 2017 +0100
Add support for PCU version report
Expand 3GPP TS 52.021 §9.4.43 Probable Cause with Osmocom-specific value
for PCU version reporting to enable sending it via OML alarms.
Change-Id: If57459c0610f2c7b36d599b13087c8deef8bdd9e
Related: OS#1614
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/protocol/gsm_12_21.h | 1 +
src/gsm/abis_nm.c | 1 +
2 files changed, 2 insertions(+)
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 5d994e4f751544475f7b8df9507f0aba357945b9 (commit)
from 62d6f2570358730965162f7dd756a6e2d07627b2 (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=5d994e4f751544475f7b8df9507f…
commit 5d994e4f751544475f7b8df9507f0aba357945b9
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Mar 22 15:20:39 2017 +0100
abis: add message type names
Add human-readable names for Message Types from 3GPP TS 52.021 §9.1
Related: OS#1614
Change-Id: Ide8202b4387351f57ceee34a9eb8c30aef09a663
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/protocol/gsm_12_21.h | 1 +
src/gsm/abis_nm.c | 103 +++++++++++++++++++++++++++++++
src/gsm/libosmogsm.map | 1 +
3 files changed, 105 insertions(+)
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 9311881bb127180be74a36d716e06283931ebe00 (commit)
from 16dcf2ae221a3a862fbbb958f5e1e2ecd6b3f7fa (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=9311881bb127180be74a36d716e06283…
commit 9311881bb127180be74a36d716e06283931ebe00
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Feb 21 13:34:55 2017 +0100
Add simple CTRL2SOAP proxy
Add python client which converts TRAP messages into SOAP requests and
perform corresponding actions.
It can be used as follows
./soap.py -d -w http://example.com/soapservice/htdocs/wsdl/test.wsdl
See ./soap.py -h for additional options.
Change-Id: I82844ec7a302bac30d6daee9ebca2188fd48ca46
Related: SYS#3028
-----------------------------------------------------------------------
Summary of changes:
openbsc/contrib/soap.py | 188 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 188 insertions(+)
create mode 100755 openbsc/contrib/soap.py
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 16dcf2ae221a3a862fbbb958f5e1e2ecd6b3f7fa (commit)
via baaf3e242ecfedf43511ec9d11336d9f2f04ed2e (commit)
via f7e9a349efde8987a7da48fb5e331199ba3bb21f (commit)
via 3521af7f3aacc373f48450d06cabf795f6a4a5b1 (commit)
via ce49258a12019d2c7cb53d07e3c9b4ffbc20f561 (commit)
from dd22a30d75090ebe2ba08056bfa04a92aa8d6ba1 (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=16dcf2ae221a3a862fbbb958f5e1e2ec…
commit 16dcf2ae221a3a862fbbb958f5e1e2ecd6b3f7fa
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Fri Dec 2 05:21:45 2016 +0100
libbsc: add rsl_ericsson_imm_assign_cmd() which reply with a confirmation message
ericsson can handle a reference at the end of a imm assign command which is used in
the confirm response. The confirm response is only sent if the trailer is present.
Change-Id: I88560291b5a3a3d7a0bac4d3c089b45f1f6b297f
http://cgit.osmocom.org/openbsc/commit/?id=baaf3e242ecfedf43511ec9d11336d9f…
commit baaf3e242ecfedf43511ec9d11336d9f2f04ed2e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Nov 17 20:54:04 2016 +0100
RBS2000 RSL: Support for sending RSL PAGING CMD for GPRS
Change-Id: I66541f9b20e7fd67fbec329283fc3c821c970a56
http://cgit.osmocom.org/openbsc/commit/?id=f7e9a349efde8987a7da48fb5e331199…
commit f7e9a349efde8987a7da48fb5e331199ba3bb21f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Nov 16 15:17:22 2016 +0100
RBS2000: Add the P-GSL Timer IE to RSL CHAN ACT for PDCH
This seems to be mandatory when an Ericsson RBS2000 uses a SuperChannel
as back-haul.
Change-Id: I793e7d62df1ca9f9c38d39e22d3868064d446c8d
http://cgit.osmocom.org/openbsc/commit/?id=3521af7f3aacc373f48450d06cabf795…
commit 3521af7f3aacc373f48450d06cabf795f6a4a5b1
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Wed Nov 2 02:41:41 2016 +0100
abis_om2k: protect MO FSMs by NULL check
Also set MO FSMs to NULL after freeing them.
Change-Id: I30df0b9ab8bc47ba9756c8388e977deed0e40200
http://cgit.osmocom.org/openbsc/commit/?id=ce49258a12019d2c7cb53d07e3c9b4ff…
commit ce49258a12019d2c7cb53d07e3c9b4ffbc20f561
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Nov 15 22:59:24 2016 +0100
OM2000: Send ALTCRQ for SuperChannel after receiving IS Enable Req Ack
When the BTS is configured to use a SuperChannel and it is using a
unix domain socket based transport towards the L2TP daemon, then
we must instruct the L2TP daemon to instruct the SIU to change the Abis
Lower Transport Mode using the ALTCRQ / ALTCRP L2TP signalling.
Change-Id: I672bfaa09c42fbeb0c8459f24b2222b952de954b
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/abis_rsl.h | 6 ++++-
openbsc/include/openbsc/gsm_data_shared.h | 1 +
openbsc/src/libbsc/abis_om2000.c | 22 ++++++++++++++++-
openbsc/src/libbsc/abis_om2000_vty.c | 27 +++++++++++++++++++++
openbsc/src/libbsc/abis_rsl.c | 39 +++++++++++++++++++++++++++++--
openbsc/src/libbsc/bsc_api.c | 2 +-
6 files changed, 92 insertions(+), 5 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)