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, laforge/om2000-rebase has been deleted
was 5344d6f04c1b91e3ca68fbadb1b28def715aa6a1
-----------------------------------------------------------------------
5344d6f04c1b91e3ca68fbadb1b28def715aa6a1 RBS2000: re-establish any lost signalling links
-----------------------------------------------------------------------
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 9b4d065ba5b75d564845d6aeef6596ce5768b2a3 (commit)
from 55363a9f621566d82fc30408a6c657d9e81f5789 (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=9b4d065ba5b75d564845d6aeef65…
commit 9b4d065ba5b75d564845d6aeef6596ce5768b2a3
Author: Max <msuraev(a)sysmocom.de>
Date: Tue Nov 15 19:21:23 2016 +0100
Extend IPA error logging
Output more information in case of IPA protocol errors to make debugging
easier.
Change-Id: I7632d6e679e076bfbec9abc12da4a46cc27ccea1
Related: SYS#3028
-----------------------------------------------------------------------
Summary of changes:
src/gsm/ipa.c | 4 ++--
1 file changed, 2 insertions(+), 2 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 c04c6ed4af36afa414f6f9a1828a131c0d30c4ce (commit)
from 7d3093506ad9621caf2a5af11602ec081ab76480 (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=c04c6ed4af36afa414f6f9a1828a131c…
commit c04c6ed4af36afa414f6f9a1828a131c0d30c4ce
Author: Max <msuraev(a)sysmocom.de>
Date: Thu Nov 10 18:29:50 2016 +0100
abisip-find: use protocol constant
Use library define instead of directly using hardcoded value.
Change-Id: Ie9b8bc55bf40cf005434f27e205d47ffab959413
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/ipaccess/abisip-find.c | 4 ++--
1 file changed, 2 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 7d3093506ad9621caf2a5af11602ec081ab76480 (commit)
from bb42eee11310eb03526138d38a8af7d705500253 (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=7d3093506ad9621caf2a5af11602ec08…
commit 7d3093506ad9621caf2a5af11602ec081ab76480
Author: Philipp <pmaier(a)sysmocom.de>
Date: Tue Nov 15 19:37:05 2016 +0100
SNDCP: Fixup based on Coverity Scan suggestion
This commit fixes Coverity Scan defect:
CID 151900: Null pointer dereferences (FORWARD_NULL)
Passing null pointer "comp_field->v42bis_params->nsapi"
to "memcpy", which dereferences it.
Change-Id: Iff83e21168a267dd4b4c401ab7c603e029b3ac39
-----------------------------------------------------------------------
Summary of changes:
openbsc/src/gprs/gprs_sndcp_comp.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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via bb42eee11310eb03526138d38a8af7d705500253 (commit)
via beade314d0f747fa6e77df85931fd7f4251ff2df (commit)
from 58273f4b885326fc9ae65b70ddc44f1fe655cf5e (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=bb42eee11310eb03526138d38a8af7d7…
commit bb42eee11310eb03526138d38a8af7d705500253
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Tue Nov 8 15:29:30 2016 +0100
test/gbproxy: Test for possible memory corruption when link_info is freed
This test is to trigger the use-after free issue in commit bff7b0d80972. If
compiled with address-sanitizer the test will abort without the fix.
Change-Id: I5e8c6626ba43342740f08d699383bdded739079f
Ticket: OW#3049
Sponsored-by: On-Waves ehf
http://cgit.osmocom.org/openbsc/commit/?id=beade314d0f747fa6e77df85931fd7f4…
commit beade314d0f747fa6e77df85931fd7f4251ff2df
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Mon Nov 7 17:54:29 2016 +0100
gbproxy: Check whether gbproxy_update_link_state_after() deletes the link_info
In case the link_info is deleted we have to stop handling the stored messages
inside link_info. Not doing so can lead to invalid memory being accessed.
Change-Id: Ieb8503e9e94e7a5ac450ad8aa1713ec4f21cdea5
Ticket: OW#3049
Sponsored-by: On-Waves ehf
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gb_proxy.h | 2 +-
openbsc/src/gprs/gb_proxy.c | 22 +++--
openbsc/src/gprs/gb_proxy_tlli.c | 16 +--
openbsc/tests/gbproxy/gbproxy_test.c | 95 ++++++++++++++++++
openbsc/tests/gbproxy/gbproxy_test.ok | 181 ++++++++++++++++++++++++++++++++++
5 files changed, 303 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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 55363a9f621566d82fc30408a6c657d9e81f5789 (commit)
from 8593f1f57a5140a34cd4f7063c2e7fcb54e1837b (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=55363a9f621566d82fc30408a6c6…
commit 55363a9f621566d82fc30408a6c657d9e81f5789
Author: Daniel Willmann <daniel(a)totalueberwachung.de>
Date: Tue Nov 15 10:05:51 2016 +0100
vty: Skip printing non-initialized log categories
Without this patch the vty command show logging vty will cause a segfault if
not all elements of the log_categories array are defined.
Ticket: OW#3053
Sponsored-by: On-Waves ehf
Change-Id: Ieeba649c3bde6c9376d8e32b00b92beb37c08ef2
-----------------------------------------------------------------------
Summary of changes:
src/vty/logging_vty.c | 3 +++
1 file changed, 3 insertions(+)
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, 5a3993c6f6895b53c383cf408e978709bdceeec5 has been deleted
was fc2aaa4f560e4b0da0e6742e04f16a9187618dc4
-----------------------------------------------------------------------
fc2aaa4f560e4b0da0e6742e04f16a9187618dc4 trx: Add "maxdlynb" VTY command to control max TA for Normal Bursts.
-----------------------------------------------------------------------
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, 5a3993c6f6895b53c383cf408e978709bdceeec5 has been created
at fc2aaa4f560e4b0da0e6742e04f16a9187618dc4 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-bts/commit/?id=fc2aaa4f560e4b0da0e6742e04f16a9…
commit fc2aaa4f560e4b0da0e6742e04f16a9187618dc4
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Fri Nov 4 22:30:35 2016 +0300
trx: Add "maxdlynb" VTY command to control max TA for Normal Bursts.
Change-Id: Ib5d255299668ac1ef9f0ce95e016f55ba3c82277
http://cgit.osmocom.org/osmo-bts/commit/?id=b1ddbbc1e320625dfcd9c7d5be8db99…
commit b1ddbbc1e320625dfcd9c7d5be8db9905abbe54a
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sun Jun 14 23:52:57 2015 -0400
vty: Add commands to manually activate/deactivate a channel.
This is a hack, but it's the easiest way to make BTS level loopback to work.
Another way to implement this is to have BSC/NITB to send the OML command.
Note, that the current code hardcodes the channel to be TCH/F which is what we
need for the BER testing.
Change-Id: Ia2734afeff023e5b3d6b934c7e8b1ed95a071b72
http://cgit.osmocom.org/osmo-bts/commit/?id=5a3993c6f6895b53c383cf408e97870…
commit 5a3993c6f6895b53c383cf408e978709bdceeec5
Author: Alexander Chemeris <Alexander.Chemeris(a)gmail.com>
Date: Sat Sep 12 00:08:03 2015 -0400
l1sap: Fix use-after-free in loopback mode.
-----------------------------------------------------------------------
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, neels/vlr has been updated
via 9fe41d41444252bd6497760b7a5879f1ba707277 (commit)
from cf8b0075e0dc2a2512277c619ceebed3df4d51e1 (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=9fe41d41444252bd6497760b7a5879f1…
commit 9fe41d41444252bd6497760b7a5879f1ba707277
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Tue Nov 15 02:03:12 2016 +0100
wip
Change-Id: Ibc071e70abe993d655997aa375a9afd6be8e2b6d
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 2 +-
openbsc/include/openbsc/vlr.h | 2 +-
openbsc/src/libbsc/abis_rsl.c | 2 +-
openbsc/src/libmsc/gsm_04_08.c | 22 +++++++++++++---------
openbsc/src/libvlr/vlr_access_req_fsm.c | 10 ++--------
openbsc/src/libvlr/vlr_lu_fsm.c | 10 +++++-----
6 files changed, 23 insertions(+), 25 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, neels/vlr has been updated
via cf8b0075e0dc2a2512277c619ceebed3df4d51e1 (commit)
from 96acc6619f0efd1a55bbe752738252245cf1787b (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=cf8b0075e0dc2a2512277c619ceebed3…
commit cf8b0075e0dc2a2512277c619ceebed3df4d51e1
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 14 14:48:00 2016 +0100
WIP: more incomplete libvlr integration work
Change-Id: I77fb3a540c900be6440d0aec12161711b65b8aa6
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/gsm_data.h | 2 +
openbsc/include/openbsc/osmo_msc.h | 22 +++++++
openbsc/include/openbsc/vlr.h | 55 +++++++++++++---
openbsc/src/libbsc/bsc_api.c | 4 ++
openbsc/src/libmsc/Makefile.am | 1 +
openbsc/src/libmsc/gsm_04_08.c | 107 ++++++++++++++++++--------------
openbsc/src/libmsc/osmo_msc.c | 16 ++---
openbsc/src/libvlr/Makefile.am | 2 +-
openbsc/src/libvlr/vlr.c | 3 +-
openbsc/src/libvlr/vlr_access_req_fsm.c | 37 +++++++----
openbsc/src/libvlr/vlr_access_req_fsm.h | 34 ----------
openbsc/src/libvlr/vlr_lu_fsm.c | 8 +--
12 files changed, 181 insertions(+), 110 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)