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 A-bis protcol interface library".
The branch, master has been updated
via 2d4888dd08f5f340019ace5050a64a85dec57400 (commit)
from 2e05f883f92909bb1a29b9b912d5c24200394839 (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-abis/commit/?id=2d4888dd08f5f340019ace5050a…
commit 2d4888dd08f5f340019ace5050a64a85dec57400
Author: Alexander Couzens <lynxis(a)fe80.eu>
Date: Sun Mar 12 20:39:52 2017 +0100
unixsocket: fix a potential string overflow
Change-Id: I8e3ec741247d728232f8c07c94eb63f068597d80
Found-by: coverity
-----------------------------------------------------------------------
Summary of changes:
src/input/unixsocket.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
Osmocom A-bis protcol 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 "An utility library for Open Source Mobile Communications".
The branch, neels/sanitize has been updated
discards ea047967f3570a7a2ac5829295093b44723f0aca (commit)
discards cde83f76bba1ac91a54a24b2c48c740f2a39efa2 (commit)
discards 9488d4d54054538ea1d2d805f236dd21a668bbd3 (commit)
discards 66ee5a28b78e2c02186d51e527bdfd58853f082d (commit)
discards 7a4e2acb94f9223bd2b13dffbbea20b38b3f37cb (commit)
discards 0a08423fe76e949830c3e57c5dc6a0706dd99c8d (commit)
discards cdad4f6385494fe75b7e6226d29042ac2fe9f86e (commit)
discards b8fa9fd6cfb9e7d5d7dc010657b2850e9ecbd69a (commit)
discards fd7aa1bbbf83ef8ca7871430d2b82db7a4c02035 (commit)
discards b15d6aea96dfdd6e529c7fdd53434d27453f60ef (commit)
via 3f19ecfcbc6dfdbaa73c8552922361e812ff311a (commit)
via 5365c34564a673a108fb85e6f58a4be6944033d9 (commit)
via fe1ed39846c6537ebfe19d22500ee2e38587c143 (commit)
via e750980d6c89cf7052daa62745366a743badd384 (commit)
via 85f5a2cd9c46ffd165f9244b4e219bfc03aa5e0e (commit)
via cd325efae564384c74b4af6163303ddc81c7a3c1 (commit)
via 0128c78ffe25196f53fbbc0884a9c4587f493224 (commit)
via 9541a683780d23b260c5c0f6b9a9572a7ac16a66 (commit)
via 568f8e20175a21da4e4537a2f5a4f7fedec8c6d6 (commit)
via 10ee73a7b39b2867fde2a827b199f6264149c75c (commit)
via 3fad5d782acbd97be1124ccab874741261913429 (commit)
via abcd0e37b77529dadfc296cda7aacfe31858d74d (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 (ea047967f3570a7a2ac5829295093b44723f0aca)
\
N -- N -- N (3f19ecfcbc6dfdbaa73c8552922361e812ff311a)
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/libosmocore/commit/?id=3f19ecfcbc6dfdbaa73c85529223…
commit 3f19ecfcbc6dfdbaa73c8552922361e812ff311a
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sat Nov 18 23:10:24 2017 +0100
fsm_tmr_cb: don't set T=0, the fi may no longer exist
When calling the timer_cb, that may have effected an fi termination and
deallocation, e.g. from dispatching events and/or complex choices made.
Current timer_cb implementations expect T to reflect the fired timer number, so
we can't actually set T=0 before calling the timer_cb.
Instead, never reset T to zero, let it always reflect the timer that last
fired. When a new timer starts, T will be set to its new value.
Adding a T arg to the timer_cb() would have been the cleanest solution, so that
fi->T can be set to zero before dispatching the timer_cb. But since we've
already rolled out this FSM API, we should stay backwards compatible.
In the case where the timer returned 1 to request termination, we can assume
that the fi still exists, but to be consistent, don't set T = 0 in that code
path either.
Change-Id: I18626b55a1491098b3ed602df1b331f08d25625a
http://cgit.osmocom.org/libosmocore/commit/?id=5365c34564a673a108fb85e6f58a…
commit 5365c34564a673a108fb85e6f58a4be6944033d9
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sat Nov 18 23:07:38 2017 +0100
osmo_strlcpy: sanitize: don't memcpy from NULL src even if len is 0
Change-Id: I883048cf2807e606c6481634dbd569fc12aed889
-----------------------------------------------------------------------
Summary of changes:
TODO-RELEASE | 1 +
include/osmocom/core/msgb.h | 9 +++++++++
include/osmocom/vty/ports.h | 2 +-
src/fsm.c | 4 ++++
4 files changed, 15 insertions(+), 1 deletion(-)
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 "UNNAMED PROJECT".
The branch, master has been updated
via 842d781b5ef934a16b31f15c625e93c1af38b552 (commit)
via b709144f1bacd55dfdd460dbdcfb22cd617862f3 (commit)
from 8d555635230033e2bfd80bd1b58ed1a50e5600a3 (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=842d781b5ef934a16b31f15c625e93c…
commit 842d781b5ef934a16b31f15c625e93c1af38b552
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Nov 1 18:11:24 2017 +0100
Move multislot table to separate file
To facilitate testing and addition of support for new multislot classes,
hide multislot class struct internals:
* introduce mslot_class_get_*() functions
* use those functions instead of direct access to array of structs
* use ms_class as a parameter to find_multi_slot() instead of entire
object
Change-Id: Id796bcff1322b1e273a0e3236c66c23b9da8fac6
http://cgit.osmocom.org/osmo-pcu/commit/?id=b709144f1bacd55dfdd460dbdcfb22c…
commit b709144f1bacd55dfdd460dbdcfb22cd617862f3
Author: Max <msuraev(a)sysmocom.de>
Date: Wed Nov 1 18:08:40 2017 +0100
Remove unused parameter
Change-Id: Ifd6e04a29e27b1862cf9e98dec7481d3e0efcd48
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 2 +
src/gprs_rlcmac_ts_alloc.cpp | 139 +++++++------------------------
src/mslot_class.c | 144 +++++++++++++++++++++++++++++++++
src/{gprs_rlcmac.cpp => mslot_class.h} | 41 +++++-----
4 files changed, 196 insertions(+), 130 deletions(-)
create mode 100644 src/mslot_class.c
copy src/{gprs_rlcmac.cpp => mslot_class.h} (51%)
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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via c7da0d6a601268d0be7c90a564cd0403736bd2a0 (commit)
via 57c4d5a13ab90c2df80e5e191af6ea832d66303b (commit)
from ea343bae7ea2a76847212e4d0d70665c9e7a768f (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-gsm-manuals/commit/?id=c7da0d6a601268d0be7c90a…
commit c7da0d6a601268d0be7c90a564cd0403736bd2a0
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Nov 17 22:48:41 2017 +0100
install doc: add asciidoc-dblatex dep
On debian 9, apparently asciidoc-dblatex needs to be installed manually in
order to be able to generate PDFs. Add asciidoc-dblatex dep to INSTALL.txt.
Change-Id: I24b606016e7f1c03bd73a3b0cf4fa3e5b89eb192
http://cgit.osmocom.org/osmo-gsm-manuals/commit/?id=57c4d5a13ab90c2df80e5e1…
commit 57c4d5a13ab90c2df80e5e191af6ea832d66303b
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Fri Nov 17 22:56:22 2017 +0100
OsmoGGSN: typo: priveleges
Change-Id: Id7e59f5dfcbb632fde6c35ef014e9b85099fe06d
-----------------------------------------------------------------------
Summary of changes:
INSTALL.txt | 3 +++
OsmoGGSN/chapters/configuration.adoc | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)
hooks/post-receive
--
Manuals for Osmocom GSM components
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 code for Iuh interface".
The branch, master has been updated
via e90f13e82dbba37865098d1ebdeee0e35ad3326f (commit)
from 8e1c07308c10abd6aab7c8fb32efd6eed6875f7c (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-iuh/commit/?id=e90f13e82dbba37865098d1ebdeee0e…
commit e90f13e82dbba37865098d1ebdeee0e35ad3326f
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Nov 20 17:18:03 2017 +0100
api doc: clarify byte order in ranap_new_msg_rab_assign_*
Change-Id: Ib0d2cc538488a995be5278092d3ac105be8aad33
-----------------------------------------------------------------------
Summary of changes:
src/ranap_msg_factory.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh interface
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 "Manuals for Osmocom GSM components".
The branch, master has been updated
via ea343bae7ea2a76847212e4d0d70665c9e7a768f (commit)
from 5ee9d2edfd9afb25f2c9c1b6b70e78e75fcf8807 (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-gsm-manuals/commit/?id=ea343bae7ea2a76847212e4…
commit ea343bae7ea2a76847212e4d0d70665c9e7a768f
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Sat Nov 18 17:37:09 2017 +0100
OsmoGGSN: add Routing section for IP forward and masquerading
Change-Id: Ie49ca7a45113f49e89ce09017500008cbec757f5
-----------------------------------------------------------------------
Summary of changes:
OsmoGGSN/chapters/running.adoc | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
hooks/post-receive
--
Manuals for Osmocom GSM components
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 081ac9c0292298f7992916d8f1b64faf764d4174 (commit)
via 646f47d5a33b945397acea833b326c1e244e827a (commit)
from 116dfb662158b45ff374cc91ee6bbb74aacf8b7e (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=081ac9c0292298f7992916d8f1b…
commit 081ac9c0292298f7992916d8f1b64faf764d4174
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 20 21:00:37 2017 +0100
xua_as[p]_fsm: Use osmo_timer_del() on FSM cleanup
When we destroy a FSM, we (logically) must osmo_timer_del() any running
timers that the FSM might have been using. This was not implemented
for xua_as_fsm, xua_asp_fsm and also missing from ipa_asp_fsm.
Change-Id: I670df831d7bc30de48ed4277648a461e1e1968fa
Related: OS#2668
http://cgit.osmocom.org/libosmo-sccp/commit/?id=646f47d5a33b945397acea833b3…
commit 646f47d5a33b945397acea833b326c1e244e827a
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Mon Nov 20 19:27:49 2017 +0100
Add "show cs7 (m3ua}sua}ipa)" command to show xUA servers
Change-Id: If072e009f4a95a66e0da1576958ab4d3e227d87e
-----------------------------------------------------------------------
Summary of changes:
src/osmo_ss7_vty.c | 37 +++++++++++++++++++++++++++++++++++++
src/xua_as_fsm.c | 8 ++++++++
src/xua_asp_fsm.c | 9 +++++++++
3 files changed, 54 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 "An utility library for Open Source Mobile Communications".
The branch, neels/dlmgcp has been deleted
was 2ab44c2ecb405643fbc740c8ca2f8460b1233063
-----------------------------------------------------------------------
2ab44c2ecb405643fbc740c8ca2f8460b1233063 add DLMGCP logging category for libosmo-mgcp
-----------------------------------------------------------------------
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 "An utility library for Open Source Mobile Communications".
The branch, laforge/ctr-ctrl has been deleted
was bf50fcf6f77dc42d815ddf06d7e05bcc9d342bf5
-----------------------------------------------------------------------
bf50fcf6f77dc42d815ddf06d7e05bcc9d342bf5 stats_test: Extend check to include test for counter group name mangling
-----------------------------------------------------------------------
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 code for Iuh interface".
The branch, master has been updated
via 8e1c07308c10abd6aab7c8fb32efd6eed6875f7c (commit)
from 4325a2ac4bb723ad71f3e22dcb7acee5a23b408b (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-iuh/commit/?id=8e1c07308c10abd6aab7c8fb32efd6e…
commit 8e1c07308c10abd6aab7c8fb32efd6eed6875f7c
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Nov 20 16:57:29 2017 +0100
osmo-hnbgw: drop erratic log line on remote STP address
The stp_host is just the *default* that may be overridden by the VTY
configuration. Don't log it as the one that is going to be used.
It's not trivial to print the actual IP address being used, there may be any
number of ASP, theoretically. Hence leave logging up to
osmo_sccp_simple_client_on_ss7_id(), after another hypothetical patch.
Change-Id: Ia438143606913faccc8cdf4fd5f7d376f93e7891
-----------------------------------------------------------------------
Summary of changes:
src/hnbgw_cn.c | 2 --
1 file changed, 2 deletions(-)
hooks/post-receive
--
Osmocom code for Iuh interface