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 "Small Hardware Projects".
The branch, master has been updated
via 251847b5612a1d18c13451a7b7e5854ad550ad9f (commit)
from 5d7d725c130ff5a5878fc5e539df0b2d610aa0fc (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-small-hardware/commit/?id=251847b5612a1d18c134…
commit 251847b5612a1d18c13451a7b7e5854ad550ad9f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed May 24 02:45:20 2017 +0200
mpcie-breakout: add v3 pictures
-----------------------------------------------------------------------
Summary of changes:
mpcie-breakout/{ => photos}/mpcie-breakout-back.jpg | Bin
mpcie-breakout/{ => photos}/mpcie-breakout-front.jpg | Bin
mpcie-breakout/photos/mpcie-breakout-v3-kit.jpg | Bin 0 -> 4418004 bytes
.../photos/mpcie-breakout-v3-perspective.jpg | Bin 0 -> 1875441 bytes
mpcie-breakout/photos/mpcie-breakout-v3-top.jpg | Bin 0 -> 2052191 bytes
5 files changed, 0 insertions(+), 0 deletions(-)
rename mpcie-breakout/{ => photos}/mpcie-breakout-back.jpg (100%)
rename mpcie-breakout/{ => photos}/mpcie-breakout-front.jpg (100%)
create mode 100644 mpcie-breakout/photos/mpcie-breakout-v3-kit.jpg
create mode 100644 mpcie-breakout/photos/mpcie-breakout-v3-perspective.jpg
create mode 100644 mpcie-breakout/photos/mpcie-breakout-v3-top.jpg
hooks/post-receive
--
Small Hardware Projects
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, aoip has been updated
via a864742a9d821e0a359c632cddcf25eba0b9d037 (commit)
via d92e7b433b2cafe78510fa0001bed155c25084a2 (commit)
from d52abbd0992300bff3fc7d5507f1eb3c1f973919 (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=a864742a9d821e0a359c632cddcf25eb…
commit a864742a9d821e0a359c632cddcf25eba0b9d037
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 22 21:27:19 2017 +0200
comment: fixme to cleanup MGCP ports
Related: OS#2279
Change-Id: Iaf4877ad1c6446609715094d785e9be93c9e0429
http://cgit.osmocom.org/openbsc/commit/?id=d92e7b433b2cafe78510fa0001bed155…
commit d92e7b433b2cafe78510fa0001bed155c25084a2
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon May 22 21:28:09 2017 +0200
msc: enable basic CTRL commands
So far CTRL was not used by anyone, and was still disabled from the initial
implementation of the OsmoMSC. Now we need it in osmo-gsm-tester.
Only add the MSC specific CTRL commands, the bsc_base_ctrl_cmds_install() still
needs to be split up.
Change-Id: Id8f72000e0f4dea081bfce94fde8cd54290dfa7d
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmgcp/mgcpgw_client.c | 1 +
openbsc/src/osmo-msc/msc_main.c | 11 ++---------
2 files changed, 3 insertions(+), 9 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 b6c8dda5e34df6b74183ad24cf66c98601065e56 (commit)
from 1d604d8be409b7678452c41936d3b78d05712595 (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=b6c8dda5e34df6b74183ad24cf66…
commit b6c8dda5e34df6b74183ad24cf66c98601065e56
Author: Vadim Yanitskiy <axilirator(a)gmail.com>
Date: Thu May 18 23:59:02 2017 +0300
tests/Makefile.am: do not test disabled features
Compiling tests for disabled features breaks build.
Change-Id: Iebcc24b493092a5a8e3561d7642a0b4608a8beae
-----------------------------------------------------------------------
Summary of changes:
tests/Makefile.am | 23 +++++++++++++++++++----
1 file changed, 19 insertions(+), 4 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 1fe2647c5de6c460dd776787f039bbc51ed779a0 (commit)
from 5265bea76c90427d70257b7fac0f0b7d40a015cb (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=1fe2647c5de6c460dd776787f039bbc5…
commit 1fe2647c5de6c460dd776787f039bbc51ed779a0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Wed Mar 8 18:30:45 2017 +0100
ipaccess-config: properly create swload
Instead of 20, use the actual buffer sizes of struct sw_load, which are 255.
Previous code would truncate a longer string at 20 without(!) NUL termination.
In the _len members, store the actual length copied. In previous code, if the
source string were longer than 20, we would store only 20 (without NUL term)
but still reflect the longer length of the source string.
Fix both of these issues for sw_load.file_id / file_id_len and
sw_load.file_version / file_version_len.
Change-Id: I2e34a1348a290d3f58dd830d08da65b94b3270db
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/ipaccess/ipaccess-config.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 5265bea76c90427d70257b7fac0f0b7d40a015cb (commit)
from 320960cf9d28474098dad11bd1042f2a58d87fac (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=5265bea76c90427d70257b7fac0f0b7d…
commit 5265bea76c90427d70257b7fac0f0b7d40a015cb
Author: Alexander Huemer <alexander.huemer(a)xx.vu>
Date: Mon May 15 20:42:47 2017 +0200
Add missing _CFLAGS and _LIBS
These missing pieces go unnoticed if dependencies are not installed in
distinct directories.
Change-Id: If8d57b72f63d79cc0d8efba7466c6ec177207cbb
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/Makefile.am | 2 +-
openbsc/src/utils/Makefile.am | 3 +++
openbsc/tests/sndcp_xid/Makefile.am | 3 ++-
3 files changed, 6 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 9c1d3f9606bee1f8549b95037fba04a9fab534cf (commit)
via 2f028c4e2c29f63df9926435466aa35377947767 (commit)
from 67d8c72c2eab1d13bed3e8ac98338c996bf08df8 (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=9c1d3f9606bee1f8549b95037fba04a…
commit 9c1d3f9606bee1f8549b95037fba04a9fab534cf
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 19 17:09:50 2017 +0200
measurement: Compute measurement results on measurement idication
Computing the measurement results on in l1sap_info_time_ind() all
at once may peak the host CPU. On smaller systems (arm based
sysmobts) this might cause a noticable delay of other important
tasks (e.g. passing l2 messages back and forth) It makes more
sense to compute the measurement results continously when
l1sap_info_meas_ind() is executed.
Change-Id: Iecb9a30c0d716bfc88221cd752b1ffdc74269e30
http://cgit.osmocom.org/osmo-bts/commit/?id=2f028c4e2c29f63df9926435466aa35…
commit 2f028c4e2c29f63df9926435466aa35377947767
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 19 16:04:37 2017 +0200
measurement: make lchan_meas_check_compute() available to l1sap.c
lchan_meas_check_compute() is a static function measurement.c.
In order to distribute the measurement result calculation events,
we need to be able to call lchan_meas_check_compute() from l1sap.c
Change-Id: Ideffe896613e0feda443bc13dac59dcdbbc605aa
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/measurement.h | 2 ++
src/common/l1sap.c | 9 ++++-----
src/common/measurement.c | 2 +-
3 files changed, 7 insertions(+), 6 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 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