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 "UNNAMED PROJECT".
The branch, master has been updated
via 2b09c39c9cb6d8a9761539d00e21b21352272905 (commit)
from bacb65b48b520ace03c877d3092b58e50cb68266 (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-pcu/commit/?id=2b09c39c9cb6d8a9761539d00e21b21…
commit 2b09c39c9cb6d8a9761539d00e21b21352272905
Author: Saurabh Sharan <saurabh.sharan(a)radisys.com>
Date: Wed Mar 16 19:17:32 2016 +0530
Fix issue in encoding CSN_RECURSIVE_ARRAY
The remaining_bits_len is correctly decremented while encoding
CSN_RECURSIVE_ARRAY for fixing the bug.
Details of the bug is in https://projects.osmocom.org/issues/1641
During introduction of basic EGPRS feature new hex dump message
PUASS, from a different working network log was used in Unit test.
It exposed the issue of incorrect handling of recursive array
encoding in osmo-pcu.
Fixes: OS#1641
-----------------------------------------------------------------------
Summary of changes:
src/csn1.cpp | 1 +
tests/rlcmac/RLCMACTest.cpp | 1 +
tests/rlcmac/RLCMACTest.ok | 8 ++++++++
3 files changed, 10 insertions(+)
hooks/post-receive
--
UNNAMED PROJECT
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, max/si2q has been updated
discards 11d9a78c6bd653b9e496aa4a960790b708fe2b6c (commit)
via cb0fb8f3a82ba77bc7c515f956a226067b9e88ae (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 (11d9a78c6bd653b9e496aa4a960790b708fe2b6c)
\
N -- N -- N (cb0fb8f3a82ba77bc7c515f956a226067b9e88ae)
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/openbsc/commit/?id=cb0fb8f3a82ba77bc7c515f956a22606…
commit cb0fb8f3a82ba77bc7c515f956a226067b9e88ae
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Mar 11 18:16:22 2016 +0100
wip: add si2q generator stub
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data_shared.h | 5 ++
openbsc/include/openbsc/rest_octets.h | 32 ++-----------
openbsc/src/libbsc/bsc_vty.c | 80 +++++++++++++++++++++++++++++++
openbsc/src/libbsc/rest_octets.c | 60 +++++++++++------------
openbsc/src/libbsc/system_information.c | 2 +-
openbsc/src/libcommon/gsm_data.c | 4 ++
6 files changed, 124 insertions(+), 59 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 f4afcf0b2345a51d3e69c4dbb61279af233388cf (commit)
from 10cd11345c2dd3f38793e7dd7456e7882ab95dd9 (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=f4afcf0b2345a51d3e69c4dbb61279af…
commit f4afcf0b2345a51d3e69c4dbb61279af233388cf
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Mar 16 11:15:19 2016 +0100
mgcp: Fix compiler warnings on size_t on AMD64
mgcp_transcode.c: In function 'decode_audio':
mgcp_transcode.c:332:4: warning: format '%d' expects argument of type 'int', but argument 7 has type 'size_t' [-Wformat=]
LOGP(DMGCP, LOGL_ERROR,
^
mgcp_transcode.c:332:4: warning: format '%d' expects argument of type 'int', but argument 8 has type 'long unsigned int' [-Wformat=]
mgcp_transcode.c: In function 'encode_audio':
mgcp_transcode.c:390:4: warning: format '%d' expects argument of type 'int', but argument 7 has type 'size_t' [-Wformat=]
LOGP(DMGCP, LOGL_INFO,
^
mgcp_transcode.c:390:4: warning: format '%d' expects argument of type 'int', but argument 8 has type 'size_t' [-Wformat=]
mgcp_transcode.c: In function 'mgcp_transcoding_process_rtp':
mgcp_transcode.c:542:5: warning: format '%d' expects argument of type 'int', but argument 9 has type 'size_t' [-Wformat=]
LOGP(DMGCP, LOGL_NOTICE,
^
mgcp_transcode.c:571:4: warning: format '%d' expects argument of type 'int', but argument 7 has type 'size_t' [-Wformat=]
LOGP(DMGCP, LOGL_NOTICE,
^
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libmgcp/mgcp_transcode.c | 8 ++++----
1 file changed, 4 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 0be80aa2d1d21b2d19eb6c91b3b4151d6c3a5ddf (commit)
from 710e99c2e317b75695e2bc7ad4569e2377b41c3b (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=0be80aa2d1d21b2d19eb6c91b3b4151…
commit 0be80aa2d1d21b2d19eb6c91b3b4151d6c3a5ddf
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Wed Mar 16 09:17:04 2016 +0100
octphy: Enable TCH/H mode and begin testing
Upcoming releases will support TCH/H and we should start to test
the DSP->RTP code.
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-octphy/l1_tch.c | 3 ---
1 file changed, 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via 710e99c2e317b75695e2bc7ad4569e2377b41c3b (commit)
from 40e83658543f321368ed88b0505093b707b7eada (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=710e99c2e317b75695e2bc7ad4569e2…
commit 710e99c2e317b75695e2bc7ad4569e2377b41c3b
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue Mar 15 20:09:49 2016 +0100
misc: Attempt to fix make distcheck and dumping docs
The file has been renamed, attempt to catch up
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 +-
contrib/dump_docs.py | 2 +-
2 files changed, 2 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, zecke/features/dsp-transcoding has been updated
via 297daa209306004149b91c6107db228745e20b96 (commit)
from 8dea0d21ff643a40861fde0d0e131eebb965c066 (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=297daa209306004149b91c6107db2287…
commit 297daa209306004149b91c6107db228745e20b96
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue Mar 15 14:13:06 2016 +0100
WIP
There is no FreeChanCnf and this leads to not knowing when the resource
can be allocated again. This is an issue for making it reliable. Stop
here and wait for progress.
-----------------------------------------------------------------------
Summary of changes:
openbsc/configure.ac | 12 +++
openbsc/include/openbsc/mgcp_transcode.h | 9 +-
openbsc/src/libmgcp/Makefile.am | 3 +
openbsc/src/libmgcp/mgcp_transcode_dsp.c | 146 +++++++++++++++++++++++++++++++
4 files changed, 169 insertions(+), 1 deletion(-)
create mode 100644 openbsc/src/libmgcp/mgcp_transcode_dsp.c
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, max/si2q has been updated
discards c43b8b029c408761f0ba5555f502aaab9e00da83 (commit)
via 11d9a78c6bd653b9e496aa4a960790b708fe2b6c (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 (c43b8b029c408761f0ba5555f502aaab9e00da83)
\
N -- N -- N (11d9a78c6bd653b9e496aa4a960790b708fe2b6c)
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/openbsc/commit/?id=11d9a78c6bd653b9e496aa4a960790b7…
commit 11d9a78c6bd653b9e496aa4a960790b708fe2b6c
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Mar 11 18:16:22 2016 +0100
wip: add si2q generator stub
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/rest_octets.h | 30 ++++-
openbsc/src/libbsc/rest_octets.c | 201 ++++++++++++++++++++++++++------
openbsc/src/libbsc/system_information.c | 4 +-
3 files changed, 197 insertions(+), 38 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 bdccc1b1444a8692697bd8a293cc89c90ef2d832 (commit)
from da7bf4d55a896034320aa4466b9644083093acd1 (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=bdccc1b1444a8692697bd8a293cc…
commit bdccc1b1444a8692697bd8a293cc89c90ef2d832
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Mar 15 13:28:10 2016 +0100
gsm48: factor out MCC+MNC BCD parsing for re-use in UMTS
For 3G, I need a BCD composer/parser similar to gsm48_generate_lai()/
gsm48_decode_lai(). Those functions also handle a trivial extra
member (lac) which I don't need in this way for 3G.
So create new functions to take on the MCC+MNC BCD handling and call those
from gsm48_generate_lai() and gsm48_decode_lai(). In this way, the 3G code
in openbsc can use only the BCD functionality without code duplication.
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/gsm48.h | 3 +++
src/gsm/gsm48.c | 55 ++++++++++++++++++++++++++++-----------------
src/gsm/libosmogsm.map | 2 ++
3 files changed, 39 insertions(+), 21 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 10cd11345c2dd3f38793e7dd7456e7882ab95dd9 (commit)
from 8c515272c3e82c2400b15b5bfefa9dd883b86b96 (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=10cd11345c2dd3f38793e7dd7456e788…
commit 10cd11345c2dd3f38793e7dd7456e7882ab95dd9
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Mar 14 16:15:02 2016 +0100
bsc_scan_msc_msg: check protocol discriminator
The function assumed an MM protocol discriminator without verifying it.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/osmo-bsc/osmo_bsc_filter.c | 5 +++++
1 file changed, 5 insertions(+)
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 8c515272c3e82c2400b15b5bfefa9dd883b86b96 (commit)
from 961bd0b121d604612ea27bd2c83edd73290b2cb6 (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=8c515272c3e82c2400b15b5bfefa9dd8…
commit 8c515272c3e82c2400b15b5bfefa9dd883b86b96
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue Mar 15 14:21:49 2016 +0100
meas: Do not retry to close the database
There is no concurrency involved and if it failed the first time,
it will fail the second, third, ... time as well. Simply print that
we will leak the database instance.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/utils/meas_db.c | 13 ++-----------
1 file changed, 2 insertions(+), 11 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)