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 580af4be0023a669d1b756f0f6180eed5ea98144 (commit)
via 1bda44213ed90ffd00f9791d8eeea8179fe02594 (commit)
via ad69f89b529e0cdc235406802448c37fcb61efda (commit)
from 0f40ae12c87c3ddf4f93aa5c16e3be84b288f220 (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=580af4be0023a669d1b756f0f618…
commit 580af4be0023a669d1b756f0f6180eed5ea98144
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Wed Apr 29 15:00:30 2015 +0200
bssgp: Fix encoding of BVC_FLOW_CONTROL
Currently all 2 byte IE of the message are transmitted in the little
endian byte ordering.
This commit adds htons to the encoding expressions.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=1bda44213ed90ffd00f9791d8eee…
commit 1bda44213ed90ffd00f9791d8eeea8179fe02594
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Wed Apr 29 15:00:29 2015 +0200
bssgp: Fix output of the VTY 'show bssgp stats' command
The output is terminated by a '\n' instead of VTY_NEWLINE.
This is fixed by the commit.
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/libosmocore/commit/?id=ad69f89b529e0cdc235406802448…
commit ad69f89b529e0cdc235406802448c37fcb61efda
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Thu Apr 16 21:23:49 2015 +0200
debian: Build new version
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 8 +++++++-
src/gb/gprs_bssgp_bss.c | 10 +++++-----
src/gb/gprs_bssgp_vty.c | 5 +++--
3 files changed, 15 insertions(+), 8 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 ddc0e05604d2c004c08c23fe3c3e2e6ce9b7eabb (commit)
from 5a2484b10e8aeec3841833b79a8973cacb37bcee (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=ddc0e05604d2c004c08c23fe3c3e2e6c…
commit ddc0e05604d2c004c08c23fe3c3e2e6ce9b7eabb
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Mon Apr 27 09:13:48 2015 +0200
mgcp/test: Fix mgcp-transcoding assertion (Coverity)
In test_rtp_seq_state an assignment is accidently done within an
assertion.
This commit changes that into a comparison as it was intended.
Fixes: Coverity CID 1295457, 1295458
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
openbsc/tests/mgcp/mgcp_transcoding_test.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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, achemeris/uhd-args has been updated
via 79a5adf366a456bab5d7866f5960beaa22925c4b (commit)
from db203c0008535bbd0649925a02225b13ba191c3f (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=79a5adf366a456bab5d7866f5960bea…
commit 79a5adf366a456bab5d7866f5960beaa22925c4b
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Apr 28 23:09:02 2015 -0400
uhd: Set RF frontend bandwidth for UmTRX to improve signal quality.
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/UHDDevice.cpp | 10 ++++++++++
1 file changed, 10 insertions(+)
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, achemeris/uhd-args has been updated
discards b5d19c5b7f892e60be9a739a3b2cd50012e7e765 (commit)
via db203c0008535bbd0649925a02225b13ba191c3f (commit)
via c107d930f9269a1b5267bce0b7112cf332104534 (commit)
via 947fc8cd1f6b468798d015e0032ffb541a849e50 (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 (b5d19c5b7f892e60be9a739a3b2cd50012e7e765)
\
N -- N -- N (db203c0008535bbd0649925a02225b13ba191c3f)
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=db203c0008535bbd0649925a02225b1…
commit db203c0008535bbd0649925a02225b13ba191c3f
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Apr 28 13:26:07 2015 -0400
uhd: Update UmTRX specific code to work with PA Tx gain.
http://cgit.osmocom.org/osmo-trx/commit/?id=c107d930f9269a1b5267bce0b7112cf…
commit c107d930f9269a1b5267bce0b7112cf332104534
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Apr 28 12:20:49 2015 -0400
A hack to pass all dev.args to UHD.
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/UHDDevice.cpp | 37 ++++++++++++++++++++++++-------------
1 file changed, 24 insertions(+), 13 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, fairwaves/master has been updated
via 947fc8cd1f6b468798d015e0032ffb541a849e50 (commit)
from cd20d12392811ef92fe0f60c6184c31f483fc07e (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=947fc8cd1f6b468798d015e0032ffb5…
commit 947fc8cd1f6b468798d015e0032ffb541a849e50
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Apr 28 13:17:31 2015 -0400
Revert "UmTRX: Fix Tx gain setting procedure for the best signal quality."
This reverts commit 48da6f97e3274f751a133365b526f4ca0f3b7ea1.
-----------------------------------------------------------------------
Summary of changes:
Transceiver52M/UHDDevice.cpp | 34 ++++++++++++++++++++++------------
1 file changed, 22 insertions(+), 12 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, achemeris/uhd-args has been created
at b5d19c5b7f892e60be9a739a3b2cd50012e7e765 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-trx/commit/?id=b5d19c5b7f892e60be9a739a3b2cd50…
commit b5d19c5b7f892e60be9a739a3b2cd50012e7e765
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Tue Apr 28 12:20:49 2015 -0400
A hack to pass all dev.args to UHD.
-----------------------------------------------------------------------
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 Open Source GSM Base Band stack".
The branch, master has been updated
via fc20a37cb375dac11f45b78a446237c70f00841c (commit)
from e6372a2c247d9882fe915fd34252d9fbd5b78adf (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/osmocom-bb/commit/?id=fc20a37cb375dac11f45b78a44623…
commit fc20a37cb375dac11f45b78a446237c70f00841c
Author: Sylvain Munaut <tnt(a)246tNt.com>
Date: Tue Apr 28 15:57:54 2015 +0200
host/mobile: Finish working support for the SAP interface
Patch mostly written by Nico Golde
and some cleanup/testing by Domonkos Tomcsanyi
Signed-off-by: Sylvain Munaut <tnt(a)246tNt.com>
-----------------------------------------------------------------------
Summary of changes:
.../include/osmocom/bb/common/osmocom_data.h | 2 +
.../include/osmocom/bb/common/sap_interface.h | 65 ++-
src/host/layer23/src/common/sap_interface.c | 511 +++++++++++++++++++--
src/host/layer23/src/common/sim.c | 14 +-
src/host/layer23/src/mobile/app_mobile.c | 4 +
src/host/layer23/src/mobile/main.c | 2 +-
6 files changed, 545 insertions(+), 53 deletions(-)
hooks/post-receive
--
The Open Source GSM Base Band stack
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, laforge/c-ares has been updated
via 0a3bf76ac05b914daa982d27e592b9476f2d0305 (commit)
from 6ca09c230d4b01ecf4cf7b54e6048191c2fb7d9a (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=0a3bf76ac05b914daa982d27e592…
commit 0a3bf76ac05b914daa982d27e592b9476f2d0305
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Tue Apr 28 13:14:14 2015 +0200
add missing .c files for ares integration
-----------------------------------------------------------------------
Summary of changes:
src/ares.c | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++
tests/ares/ares_test.c | 50 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 112 insertions(+)
create mode 100644 src/ares.c
create mode 100644 tests/ares/ares_test.c
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 5a2484b10e8aeec3841833b79a8973cacb37bcee (commit)
from cb43a9ac4489040185addd528a3143655ea349be (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=5a2484b10e8aeec3841833b79a8973ca…
commit 5a2484b10e8aeec3841833b79a8973cacb37bcee
Author: Jacob Erlbeck <jerlbeck(a)sysmocom.de>
Date: Tue Apr 28 09:28:18 2015 +0200
mgcp: Move assignment of src_codec downwards
Currently the src_codec const variable is set to &src_end->codec
before src_end is checked against NULL. Since the assigment is just
an address operation and the memory where it points to is only
accessed after the NULL check, this does not harm technically.
Nevertheless this is potential source for errors if that code is
changed.
This commit moves the definition below the NULL check. This does not
comply with the coding style, but it cannot be split into definition
and a later assignment due to the const qualifier.
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmgcp/mgcp_transcode.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)