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 6d8e5198ad17e70f27010dbf7c86d25477de90e1 (commit)
from 6f0e50c8337355eb59033903ede9ab6528890835 (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=6d8e5198ad17e70f27010dbf7c86d254…
commit 6d8e5198ad17e70f27010dbf7c86d25477de90e1
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Apr 11 18:23:47 2017 +0200
Add gsm_bts_type_variant to gsm_bts struct
Previously it was only in gsm_bts_model which is not initialized on BTS
side. It's more convenient to have it in the struct which is available
to BTS as well.
Change-Id: I54fde8c4ccd5d994af08074f5864446e79a93a25
Related: OS#1614
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data_shared.h | 1 +
1 file changed, 1 insertion(+)
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 322252d793961ab6db56ea2c22fa91f7c1001bc0 (commit)
from fce5b31b94702e61f036d646fce5ec10f67a43a3 (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=322252d793961ab6db56ea2c22fa91f…
commit 322252d793961ab6db56ea2c22fa91f7c1001bc0
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Mar 13 13:21:20 2017 +0100
osmo-bts-trx: cosmetic log fix
Print actual value causing error and the check range.
Change-Id: Ic36c0558cdbd1790c167f290a40007b42f5de65d
-----------------------------------------------------------------------
Summary of changes:
src/common/scheduler.c | 20 +++++++++++---------
1 file changed, 11 insertions(+), 9 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 6f0e50c8337355eb59033903ede9ab6528890835 (commit)
from a18001d50605b0c7d4ae54c812b8766f8e7f5f61 (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=6f0e50c8337355eb59033903ede9ab65…
commit 6f0e50c8337355eb59033903ede9ab6528890835
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Apr 12 15:30:54 2017 +0200
Prepare for extended SI2quater support
Supporting SI2quater as per 3GPP TS 44.018 will require chnages to the
way System Information is stored because it uses 1:n instead of 1:1
mapping between SI type and generated SI content. This should not affect
other SI types though. To facilitate this transition:
* convert the code to always use GSM_BTS_SI helper instead of accessing
buffer directly
* make helper more robust by adding extra parenthesis
* add similar helper for gsm_lchan
* add function estimating number of SI2quater message to hold configured
number of (U|E)ARFCNs
* add SI2q index/count fields and pass them to rest_octets generator
explicitly
* internalize buffer access in generate_si* functions
Change-Id: I74e4e3cb86364cec869a1472a41b4a95af0d50dd
Related: RT#8792
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data_shared.h | 6 +-
openbsc/include/openbsc/rest_octets.h | 5 +-
openbsc/include/openbsc/system_information.h | 2 +-
openbsc/src/libbsc/bsc_vty.c | 10 ++--
openbsc/src/libbsc/rest_octets.c | 6 +-
openbsc/src/libbsc/system_information.c | 87 +++++++++++++---------------
openbsc/tests/gsm0408/gsm0408_test.c | 5 +-
7 files changed, 60 insertions(+), 61 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 f74cfd35acadbebe7ccd9fc02d05920958f43ad3 (commit)
from 8a4895c0e5de4f04b5de85ed6bbae60edca3df9c (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=f74cfd35acadbebe7ccd9fc02d05…
commit f74cfd35acadbebe7ccd9fc02d05920958f43ad3
Author: Max <msuraev(a)sysmocom.de>
Date: Fri Mar 24 20:16:33 2017 +0100
Add SW Description (de)marshalling
* data structure representing 3GPP TS 52.021 §9.4.62 SW Description
* function to serialize it into msgb
* function to deserialize it from buffer
* functions to extract/estimate buffer size for SW Description
* test harness (partially taken from OpenBSC)
There are several similar functions to deal with SW Description in
OpenBSC, there's also need to use similar functionality in
OsmoBTS. Hence it's better to put the code into common library with
proper tests and documentation.
Change-Id: Ib63b6b5e83b8914864fc7edd789f8958cdc993cd
Related: OS#1614
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 1 +
include/osmocom/gsm/protocol/gsm_12_21.h | 16 +++
src/gsm/abis_nm.c | 155 +++++++++++++++++++++++
src/gsm/libosmogsm.map | 5 +
tests/Makefile.am | 7 +-
tests/abis/abis_test.c | 208 +++++++++++++++++++++++++++++++
tests/abis/abis_test.ok | 41 ++++++
tests/testsuite.at | 6 +
8 files changed, 437 insertions(+), 2 deletions(-)
create mode 100644 tests/abis/abis_test.c
create mode 100644 tests/abis/abis_test.ok
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 a18001d50605b0c7d4ae54c812b8766f8e7f5f61 (commit)
from 8b8fca757eafc7ae07a8a3c9f522265c8c73f729 (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=a18001d50605b0c7d4ae54c812b8766f…
commit a18001d50605b0c7d4ae54c812b8766f8e7f5f61
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Apr 10 16:47:17 2017 +0200
Save PCU version reported by BTS
When BTS reports PCU disconnect - clear it.
Change-Id: Idb32c73036413ee912f633604150ee17b611cfa7
Related: OS#1615
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/libbsc/abis_nm.c | 22 +++++++++-------------
1 file changed, 9 insertions(+), 13 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 network interface library".
The branch, master has been updated
via a18caad5fd6131b1d8474154e7fefd9c462485bd (commit)
from 2c83b9a0adbb3c364409f2917b7a449c9966fee6 (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/libosmo-netif/commit/?id=a18caad5fd6131b1d8474154e7…
commit a18caad5fd6131b1d8474154e7fefd9c462485bd
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Apr 24 10:09:26 2017 +0200
osmux: Fix delay between RTP packets
AMR frame contains 160 samples at 8000Hz -> 20 ms long
Change-Id: I36dc69f9caf591dd1b578bc914a2ce426c7f2813
-----------------------------------------------------------------------
Summary of changes:
src/osmux.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
hooks/post-receive
--
Osmocom network interface library
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 "SCCP Library".
The branch, master has been updated
via b3546525024e8a183bb9b2e07eba82ead1397ed0 (commit)
via fa3325fb8b2f8bf31593b24e4e50693916feef1e (commit)
via 982c0ce33787443cdef9f342eb5fac30e806cd8e (commit)
via b30b011e34c1b8faa1e797be5df3ef2177945f48 (commit)
via 6fa19331784dabd49eba9778e3fe1ad0d60d340c (commit)
via 023d4f962b73aef5ef12af3b5a910fd1c80a26d5 (commit)
via 36a0ca83abde4e547f69c1989d24d24c5f394fb5 (commit)
via 14bdce0743a8dd4f481f37aaa81a7dd7103394cd (commit)
via 8a1f5a72db12fe4b48ea50e3700dc626c58332f6 (commit)
via 48c72f1f5c8f07cd6c7cb3558e9249f20aefb108 (commit)
from 4c880a02f4186406a53ce7fa28b061ce3a0d3955 (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/libosmo-sccp/commit/?id=b3546525024e8a183bb9b2e07eb…
commit b3546525024e8a183bb9b2e07eba82ead1397ed0
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Apr 27 12:31:01 2017 +0200
osmo_sccp_addr_parse() Fix point code integer precision handling
"(cur[1] << 8) & 0x3f" is always 0 regardless of the values of its
operands.
Change-Id: Ie47e632f4bca490baf4282dc5d55ee55ca7f1ae8
Fixes: coverity CID#166932
http://cgit.osmocom.org/libosmo-sccp/commit/?id=fa3325fb8b2f8bf31593b24e4e5…
commit fa3325fb8b2f8bf31593b24e4e50693916feef1e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Apr 27 12:24:38 2017 +0200
osmo_ss7_user_unregister(): Don't dereference NULL user
The 'user' argument to osmo_ss7_user_unregister() can be NULL, so let's
make sure we don't dereference it.
Change-Id: Ia34b181dcbcb179b2639e2f405364cc952069842
Fixes: coverity CID#166933
http://cgit.osmocom.org/libosmo-sccp/commit/?id=982c0ce33787443cdef9f342eb5…
commit 982c0ce33787443cdef9f342eb5fac30e806cd8e
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Apr 27 12:17:20 2017 +0200
sccp_scoc: don't pass variable as argument if we know it's NULL
xua will always be NULL in one particular switch case of
scoc_fsm_conn_pend_out(), so let's use NULL directly rather than obscure
it though a variable that might be understood as this being non-NULL in
some cases.
Change-Id: Id6dc56442441489aefc706bcebc49197ca3dae1e
Fixes: coverity CID#166934
http://cgit.osmocom.org/libosmo-sccp/commit/?id=b30b011e34c1b8faa1e797be5df…
commit b30b011e34c1b8faa1e797be5df3ef2177945f48
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Apr 27 12:11:24 2017 +0200
m3ua_decode_notify(): Ensure status_ie is valid before using it
Change-Id: I3cdd0fbdffcbeeb68dbc979385de045220ea0b0c
Fixes: coverity CID#166939
http://cgit.osmocom.org/libosmo-sccp/commit/?id=6fa19331784dabd49eba9778e3f…
commit 6fa19331784dabd49eba9778e3fe1ad0d60d340c
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Apr 27 12:09:29 2017 +0200
sclc_rx_cldr(): Don't try to dereference user data_ie without check
While the SUA / SCCP2SUA code is ensuring that mandatory information
elements such as the user data IE in a CLD$ message, we might still have
current or future callers of sclc_rx_cldr() that don't comply with that.
So let's make sure data_ie is valid before dereferencing it.
Change-Id: I7c1010b0ac82ee0b7bd5e2c7413899695eae0070
Fixes: coverity CID#166940
http://cgit.osmocom.org/libosmo-sccp/commit/?id=023d4f962b73aef5ef12af3b5a9…
commit 023d4f962b73aef5ef12af3b5a910fd1c80a26d5
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Apr 27 12:06:23 2017 +0200
m3ua_to_xfer_ind(): don't use data_ie without checking it exists
Change-Id: I5f7551e49c1b4ea417bee3516da1b2ece5ee0699
Fixes: coverity CID#166941
http://cgit.osmocom.org/libosmo-sccp/commit/?id=36a0ca83abde4e547f69c1989d2…
commit 36a0ca83abde4e547f69c1989d24d24c5f394fb5
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Apr 27 12:02:47 2017 +0200
sclc_rx_cldt(): Don't try to dereference user data_ie without check
While the SUA / SCCP2SUA code is ensuring that mandatory information
elements such as the user data IE in a CLDT message, we might still have
current or future callers of sclc_rx_cldt() that don't comply with that.
So let's make sure data_ie is valid before dereferencing it.
Change-Id: Ia102f6c4cd5c6c3f823cb219635c42b9a87765f8
Fixes: coverity CID#166942
http://cgit.osmocom.org/libosmo-sccp/commit/?id=14bdce0743a8dd4f481f37aaa81…
commit 14bdce0743a8dd4f481f37aaa81a7dd7103394cd
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Apr 27 11:53:53 2017 +0200
ss7_test: Fix '=' that should have been '=='
Change-Id: I1be4529c73992cb342a62aa19ba79be25e982620
Fixes: coverity CID#166944
http://cgit.osmocom.org/libosmo-sccp/commit/?id=8a1f5a72db12fe4b48ea50e3700…
commit 8a1f5a72db12fe4b48ea50e3700dc626c58332f6
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Apr 27 11:52:43 2017 +0200
scu_gen_encode_and_send(): Fix NULL pointer deref
We were using the 'xua' pointer before checkin if it actually is valid
Change-Id: I5cd3250afc0b787b78683cd8ab6b2512e0d5c69e
Fixes: coverity CID#166945
http://cgit.osmocom.org/libosmo-sccp/commit/?id=48c72f1f5c8f07cd6c7cb3558e9…
commit 48c72f1f5c8f07cd6c7cb3558e9249f20aefb108
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Thu Apr 27 11:50:51 2017 +0200
deliver_to_mtp_user(): Fix null pointer dereference
We had used + derefernced the 'prim' pointer before checking its
validity.
Change-Id: I0ca5026091e91926924b297f9342bda5f9fd38c9
Fixes: coverity CID#166946
-----------------------------------------------------------------------
Summary of changes:
src/m3ua.c | 4 ++++
src/osmo_ss7.c | 3 ++-
src/osmo_ss7_hmrt.c | 4 ++--
src/sccp2sua.c | 3 ++-
src/sccp_sclc.c | 10 ++++++++++
src/sccp_scoc.c | 4 ++--
tests/ss7/ss7_test.c | 2 +-
7 files changed, 23 insertions(+), 7 deletions(-)
hooks/post-receive
--
SCCP Library
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, pmaier/aoip_bsc has been updated
discards ead1cfad1711bb9ddce0177c5d1daedc26ac143d (commit)
via f15280bfb82811a228d095ecd9590f856fd6af95 (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 (ead1cfad1711bb9ddce0177c5d1daedc26ac143d)
\
N -- N -- N (f15280bfb82811a228d095ecd9590f856fd6af95)
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=f15280bfb82811a228d095ecd9590f85…
commit f15280bfb82811a228d095ecd9590f856fd6af95
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 12 15:26:04 2017 +0200
WIP: Integrate AoIP into MSC
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/osmo_bsc_sigtran.h | 21 +++++++-
openbsc/src/osmo-bsc/osmo_bsc_bssap.c | 2 -
openbsc/src/osmo-bsc/osmo_bsc_sigtran.c | 81 +++++++++++++++++-------------
3 files changed, 65 insertions(+), 39 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, pmaier/aoip_msc has been updated
discards 6f508dd36cfb2534d90282072067089b440c787c (commit)
via 3d9fa22804a34c5576e5771c163381eaa9648fbf (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 (6f508dd36cfb2534d90282072067089b440c787c)
\
N -- N -- N (3d9fa22804a34c5576e5771c163381eaa9648fbf)
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=3d9fa22804a34c5576e5771c163381ea…
commit 3d9fa22804a34c5576e5771c163381eaa9648fbf
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Wed Apr 12 15:19:45 2017 +0200
WIP: Integrate AoIP into MSC
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/Makefile.am | 1 +
openbsc/include/openbsc/a_iface.h | 5 +-
openbsc/include/openbsc/a_iface_bssap.h | 47 +++
openbsc/include/openbsc/msc_ifaces.h | 19 +-
openbsc/src/libmsc/Makefile.am | 1 +
openbsc/src/libmsc/a_iface.c | 452 +++-------------------
openbsc/src/libmsc/{a_iface.c => a_iface_bssap.c} | 377 ++++++++----------
openbsc/src/libmsc/gsm_subscriber.c | 2 +-
openbsc/src/libmsc/msc_ifaces.c | 5 +-
9 files changed, 294 insertions(+), 615 deletions(-)
create mode 100644 openbsc/include/openbsc/a_iface_bssap.h
copy openbsc/src/libmsc/{a_iface.c => a_iface_bssap.c} (67%)
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, pespin/jitterbuffer has been updated
discards 0f7e87ee50f449f0e975aeeda3a0f60f4f9b17fa (commit)
via a99fee1806bb0f5826985c6f0fee1e18524f2e38 (commit)
via 8b8fca757eafc7ae07a8a3c9f522265c8c73f729 (commit)
via 2b229ffaef4d82ec87dc37d274ae62a7c214da7a (commit)
via cb1e3660946684e68bba3ab8d59ebd9cf530f83e (commit)
via 11e4e41ffcd839cf6a570a2c9541e97495db96b4 (commit)
via 7636c0833bd7d6ccf2eb0a67677334a72b5d7a92 (commit)
via dc9de2352329ac5523e19d89f7e17fbd16c5e25a (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 (0f7e87ee50f449f0e975aeeda3a0f60f4f9b17fa)
\
N -- N -- N (a99fee1806bb0f5826985c6f0fee1e18524f2e38)
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=a99fee1806bb0f5826985c6f0fee1e18…
commit a99fee1806bb0f5826985c6f0fee1e18524f2e38
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Thu Apr 27 15:59:19 2017 +0200
mgcp: Add jitter buffer on the uplink receiver
Change-Id: Ibf3932adc07442fb5e9c7a06404853f9d0a20959
-----------------------------------------------------------------------
Summary of changes:
debian/openbsc-dev.install | 1 +
openbsc/contrib/systemd/osmo-gbproxy.service | 12 ++++++++++++
openbsc/include/openbsc/meas_rep.h | 3 ++-
openbsc/openbsc.pc.in | 1 -
openbsc/src/libbsc/abis_rsl.c | 20 +++++++++++++++-----
openbsc/src/libbsc/bsc_vty.c | 3 +--
openbsc/src/libmgcp/mgcp_vty.c | 4 ++--
openbsc/src/libmsc/smpp_openbsc.c | 4 ++--
openbsc/src/osmo-bsc_nat/bsc_nat_rewrite_trie.c | 2 +-
openbsc/src/osmo-bsc_nat/bsc_nat_vty.c | 2 +-
openbsc/src/osmo-bsc_nat/bsc_sccp.c | 10 ++++------
openbsc/src/utils/meas_db.c | 3 +--
openbsc/src/utils/meas_vis.c | 2 +-
13 files changed, 43 insertions(+), 24 deletions(-)
create mode 100644 openbsc/contrib/systemd/osmo-gbproxy.service
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)