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 882f340b6c394f581f6c32cafefa10c7b57073b9 (commit)
from 738756984f2479512514515e95610f0a1bde7bd1 (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=882f340b6c394f581f6c32cafef…
commit 882f340b6c394f581f6c32cafefa10c7b57073b9
Author: Philipp Maier <pmaier(a)sysmocom.de>
Date: Fri Jul 21 16:23:50 2017 +0200
sccp: derive local address from given sccp instance
The most important parts of an SCCP address are the routing
indicator and the pointcode. The latter one is always available
via the SS7 instance, so a basic local address can be derived
from there.
Add function osmo_sccp_local_addr_by_instance() to derive a basic
local SCCP address from a given SCCP instance
Change-Id: I371dc9132871aad3d8321ea13cf9fd69d76eff8f
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/sigtran/sccp_sap.h | 4 ++++
src/sccp_user.c | 22 ++++++++++++++++++++++
2 files changed, 26 insertions(+)
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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, resf/for/master has been deleted
was 3617fd1cb6eb3e22a1f1482e05a8d1d8cb9016f1
-----------------------------------------------------------------------
3617fd1cb6eb3e22a1f1482e05a8d1d8cb9016f1 Ensure we don't send dummy UI frames on BCCH for TC=5
-----------------------------------------------------------------------
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 "SCCP Library".
The branch, master has been updated
via 738756984f2479512514515e95610f0a1bde7bd1 (commit)
from b06c887cf0ae8b0dd15f93f85459cf903f3b145b (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=738756984f2479512514515e956…
commit 738756984f2479512514515e95610f0a1bde7bd1
Author: Installation Owner <owner@lobotron>
Date: Wed Jul 26 16:44:59 2017 +0200
sccp: fix possible nullpointer deref
check input parameters local_ip and remote_ip of the function
osmo_sccp_simple_client_on_ss7_id() before using them with
talloc_strdup()
Change-Id: I1a5dd1ea3167513bf9e7ae153f83e1ae3136c905
-----------------------------------------------------------------------
Summary of changes:
src/sccp_user.c | 6 ++++--
1 file changed, 4 insertions(+), 2 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 "Osmocom BTS-side code (Abis, scheduling, ...)".
The branch, master has been updated
via d208132ab90e3314ae5fbd9830bf43c1b3fa1893 (commit)
from dc469994f34d365e8b607ce42a1de9d63fa57f40 (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=d208132ab90e3314ae5fbd9830bf43c…
commit d208132ab90e3314ae5fbd9830bf43c1b3fa1893
Author: Pau Espin Pedrol <pespin(a)sysmocom.de>
Date: Mon Jul 31 19:20:45 2017 +0200
lc-15, sysmo: l1_if: print name on PH-DATA.ind unknwon sapi
Change-Id: I007e5f0ce9709026331817e55148749e21d8b015
-----------------------------------------------------------------------
Summary of changes:
src/osmo-bts-litecell15/l1_if.c | 4 ++--
src/osmo-bts-sysmo/l1_if.c | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)