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)
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 961bd0b121d604612ea27bd2c83edd73290b2cb6 (commit)
via 531734a547f16de08ce94ec64d58cf94c2230893 (commit)
from 51273157fa18034349d6ac1395c6d43e80cc07c0 (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=961bd0b121d604612ea27bd2c83edd73…
commit 961bd0b121d604612ea27bd2c83edd73290b2cb6
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Mar 14 16:13:25 2016 +0100
04.08: apply new transaction id inline functions
libosmocore recently added inline functions to relieve callers from applying
bitmasks and bit shifts to access the transaction id of a GSM 04.08 header.
Apply these functions.
http://cgit.osmocom.org/openbsc/commit/?id=531734a547f16de08ce94ec64d58cf94…
commit 531734a547f16de08ce94ec64d58cf94c2230893
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Mar 14 16:13:24 2016 +0100
04.08: apply new bitmask functions, fix bitmask use
Replace hardcoded protocol discriminator and message type bitmasks with
function calls recently introduced in libosmocore.
Note that the release 98 bitmasks slightly differ from the release 99 bitmasks.
This patch uses the "default" gsm48_hdr_msg_type invocation, thus it depends on
libosmocore whether 98 or 99 bitmasks are used.
In some places, use of the bitmask was erratic. Fix these implicitly by
employing the bitmask functions:
* silent_call.c: silent_call_reroute(): add missing bitmask for MM.
* bsc_msg_filter.c: bsc_msg_filter_initial(): RR vs. MM messages.
* osmo_bsc_filter.c: bsc_find_msc() and bsc_scan_bts_msg(): RR vs. MM
messages.
* bsc_nat_rewrite.c: bsc_nat_rewrite_msg(): SMS vs. CC messages.
* bsc_ussd.c: no bitmask is applicable for the message types used here.
* gb_proxy.c: gbproxy_imsi_acquisition(): missing bit mask for pdisc.
In gprs_gb_parse.c: gprs_gb_parse_dtap(), add a log notice for unexpected
message types.
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gb_proxy.c | 4 ++--
openbsc/src/gprs/gprs_gb_parse.c | 13 ++++++++++---
openbsc/src/gprs/gprs_gmm.c | 10 +++++-----
openbsc/src/libbsc/bsc_api.c | 8 +++++---
openbsc/src/libfilter/bsc_msg_filter.c | 10 +++++-----
openbsc/src/libmsc/gsm_04_08.c | 13 ++++++-------
openbsc/src/libmsc/gsm_04_11.c | 2 +-
openbsc/src/libmsc/silent_call.c | 5 +++--
openbsc/src/osmo-bsc/osmo_bsc_api.c | 8 ++++----
openbsc/src/osmo-bsc/osmo_bsc_filter.c | 10 +++++-----
openbsc/src/osmo-bsc_nat/bsc_nat.c | 4 ++--
openbsc/src/osmo-bsc_nat/bsc_nat_rewrite.c | 4 ++--
openbsc/src/osmo-bsc_nat/bsc_ussd.c | 6 +++---
13 files changed, 53 insertions(+), 44 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 da7bf4d55a896034320aa4466b9644083093acd1 (commit)
via c656faed122b8d858e937d3262acb1925ed6e3d1 (commit)
via 282e90843476989629f8ae7e36e4a59b69da40eb (commit)
from c0d9a6c083aa7e35174093c7a7265319bf993a9d (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=da7bf4d55a896034320aa4466b96…
commit da7bf4d55a896034320aa4466b9644083093acd1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Mar 14 16:06:48 2016 +0100
04.08: add inline funcs for transaction id bits
Various users of gsm48_hdr apply the same hardcoded shifts/bitmasks to obtain
the transaction ID encoded in the upper nibble of the protocol discriminator.
Centralize. Patch for openbsc.git will follow.
http://cgit.osmocom.org/libosmocore/commit/?id=c656faed122b8d858e937d3262ac…
commit c656faed122b8d858e937d3262acb1925ed6e3d1
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Mar 14 16:06:47 2016 +0100
04.08: switch to r99 msg type bitmasks by default
[hfreyther: Separated from the previous patch to allow an easy
revert]
http://cgit.osmocom.org/libosmocore/commit/?id=282e90843476989629f8ae7e36e4…
commit 282e90843476989629f8ae7e36e4a59b69da40eb
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Mar 14 16:06:46 2016 +0100
04.08: add inline funcs for pdisc + msg type bitmasks
Add inline functions for both release <= 98 and release >= 99 as well as a
default define. Use the release 98 by default since the current code base uses
the r98 bitmasks.
These inline functions relieve callers of the decision on masking bits of the
protocol discriminator and message type octets.
Also add a define for the protocol discriminator extension to one octet length
(GSM48_PDISC_EXTEND).
Apply new pdisc function in gsm0480.c.
[hfreyther: Make the hdr param const]
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/protocol/gsm_04_08.h | 75 ++++++++++++++++++++++++++++++++
src/gsm/gsm0480.c | 4 +-
2 files changed, 77 insertions(+), 2 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications