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, sysmocom/iu has been updated
via 72ff697dae639788c90de59e241368febaf9b187 (commit)
from 1a3875092f93df3c3054d26eac52bb0ea9bd09c3 (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=72ff697dae639788c90de59e241…
commit 72ff697dae639788c90de59e241368febaf9b187
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jul 11 19:20:02 2016 +0200
fix for FreeBSD: ifdef SCTP_AUTHENTICATION_INDICATION
Don't print SCTP_AUTHENTICATION_INDICATION if it isn't defined.
This helps the FreeBSD build in particular.
Change-Id: Iaff5067c84b4d3ccda913c1f44b4bb0c210f14e5
-----------------------------------------------------------------------
Summary of changes:
src/sua.c | 2 ++
1 file changed, 2 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 code for Iuh interface".
The branch, osmocom/gerrit-test has been updated
discards 216225cde8a6c08b68a718326a9b83b1a8095d7d (commit)
via b6daf4818b9f433e9e5b098be31a760fe18bb1a1 (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 (216225cde8a6c08b68a718326a9b83b1a8095d7d)
\
N -- N -- N (b6daf4818b9f433e9e5b098be31a760fe18bb1a1)
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/osmo-iuh/commit/?id=b6daf4818b9f433e9e5b098be31a760…
commit b6daf4818b9f433e9e5b098be31a760fe18bb1a1
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jul 11 17:10:49 2016 +0200
jenkins.sh: fix, remove code dup
Have a bash function to build each dependency with the same commands. There is
a tradeoff: having each dependency build with the same function means you can't
easily tweak one of the dependencies. OTOH having a unified function means a)
more readable script, b) that we're sure not to forget some steps and c) no
need to do the same edit n times.
Set the PKG_CONFIG_PATH globally. Also a tradeoff: if a future addition
wouldn't need the same PKG_CONFIG_PATH, this would make things ugly. But that
is actually quite unlikely, and the readability improvement is substantial.
Use env variables to remember local paths. That means we always are sure to cd
to the same absolute base path, which a 'cd ..' can't guarantee; also, we avoid
possible typos for e.g. "$deps/install".
Build sysmocom/sctp branch of libosmo-netif, as needed for libosmo-sccp's
sysmocom/iu branch.
Build aper-prefix branch of asn1c, as needed by 'regen'.
'make regen' first, to generate the .c from asn1, needed by the build.
Change-Id: Ia7b4b9788b9c951f8be00cc5ae72a9c0a776fe64
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "Osmocom code for Iuh interface".
The branch, osmocom/gerrit-test has been updated
discards 866840f0708689c9c1388d113ae31430c31cf8cf (commit)
via 216225cde8a6c08b68a718326a9b83b1a8095d7d (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 (866840f0708689c9c1388d113ae31430c31cf8cf)
\
N -- N -- N (216225cde8a6c08b68a718326a9b83b1a8095d7d)
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/osmo-iuh/commit/?id=216225cde8a6c08b68a718326a9b83b…
commit 216225cde8a6c08b68a718326a9b83b1a8095d7d
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jul 11 17:10:49 2016 +0200
jenkins.sh: fix, remove code dup
Have a bash function to build each dependency with the same commands. There is
a tradeoff: having each dependency build with the same function means you can't
easily tweak one of the dependencies. OTOH having a unified function means a)
more readable script, b) that we're sure not to forget some steps and c) no
need to do the same edit n times.
Set the PKG_CONFIG_PATH globally. Also a tradeoff: if a future addition
wouldn't need the same PKG_CONFIG_PATH, this would make things ugly. But that
is actually quite unlikely, and the readability improvement is substantial.
Use env variables to remember local paths. That means we always are sure to cd
to the same absolute base path, which a 'cd ..' can't guarantee; also, we avoid
possible typos for e.g. "$deps/install".
Build sysmocom/sctp branch of libosmo-netif, as needed for libosmo-sccp's
sysmocom/iu branch.
'make regen' first, to generate the .c from asn1, needed by the build.
Change-Id: Ia7b4b9788b9c951f8be00cc5ae72a9c0a776fe64
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 6 +++---
1 file changed, 3 insertions(+), 3 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 "Osmocom code for Iuh interface".
The branch, osmocom/gerrit-test has been updated
discards f6e2583cff59b7fa9b2fbee985a0d9b5fbd7fb3a (commit)
via 866840f0708689c9c1388d113ae31430c31cf8cf (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 (f6e2583cff59b7fa9b2fbee985a0d9b5fbd7fb3a)
\
N -- N -- N (866840f0708689c9c1388d113ae31430c31cf8cf)
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/osmo-iuh/commit/?id=866840f0708689c9c1388d113ae3143…
commit 866840f0708689c9c1388d113ae31430c31cf8cf
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jul 11 17:10:49 2016 +0200
jenkins.sh: remove code dup
Have a bash function to build each dependency with the same commands. There is
a tradeoff: having each dependency build with the same function means you can't
easily tweak one of the dependencies. OTOH having a unified function means a)
more readable script, b) that we're sure not to forget some steps and c) no
need to do the same edit n times.
Set the PKG_CONFIG_PATH globally. Also a tradeoff: if a future addition
wouldn't need the same PKG_CONFIG_PATH, this would make things ugly. But that
is actually quite unlikely, and the readability improvement is substantial.
Use env variables to remember local paths. That means we always are sure to cd
to the same absolute base path, which a 'cd ..' can't guarantee; also, we avoid
possible typos for e.g. "$deps/install".
Build sysmocom/sctp branch of libosmo-netif, as needed for libosmo-sccp's
sysmocom/iu branch.
Change-Id: Ia7b4b9788b9c951f8be00cc5ae72a9c0a776fe64
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 5 +++--
1 file changed, 3 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 "Osmocom code for Iuh interface".
The branch, osmocom/gerrit-test has been updated
discards 8136734a91d20cdcbc7a23594dc8e3c383d0a63b (commit)
via f6e2583cff59b7fa9b2fbee985a0d9b5fbd7fb3a (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 (8136734a91d20cdcbc7a23594dc8e3c383d0a63b)
\
N -- N -- N (f6e2583cff59b7fa9b2fbee985a0d9b5fbd7fb3a)
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/osmo-iuh/commit/?id=f6e2583cff59b7fa9b2fbee985a0d9b…
commit f6e2583cff59b7fa9b2fbee985a0d9b5fbd7fb3a
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jul 11 17:10:49 2016 +0200
jenkins.sh: remove code dup
Have a bash function to build each dependency with the same commands. There is
a tradeoff: having each dependency build with the same function means you can't
easily tweak one of the dependencies. OTOH having a unified function means a)
more readable script, b) that we're sure not to forget some steps and c) no
need to do the same edit n times.
Set the PKG_CONFIG_PATH globally. Also a tradeoff: if a future addition
wouldn't need the same PKG_CONFIG_PATH, this would make things ugly. But that
is actually quite unlikely, and the readability improvement is substantial.
Use env variables to remember local paths. That means we always are sure to cd
to the same absolute base path, which a 'cd ..' can't guarantee; also, we avoid
possible typos for e.g. "$deps/install".
Build sysmocom/sctp branch of libosmo-netif, as needed for libosmo-sccp's
sysmocom/iu branch.
Change-Id: Ia7b4b9788b9c951f8be00cc5ae72a9c0a776fe64
-----------------------------------------------------------------------
Summary of changes:
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 "Osmocom code for Iuh interface".
The branch, osmocom/gerrit-test has been updated
discards 3610412393deaa7c7aaf515ee730d1c9ee85c52c (commit)
via 8136734a91d20cdcbc7a23594dc8e3c383d0a63b (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 (3610412393deaa7c7aaf515ee730d1c9ee85c52c)
\
N -- N -- N (8136734a91d20cdcbc7a23594dc8e3c383d0a63b)
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/osmo-iuh/commit/?id=8136734a91d20cdcbc7a23594dc8e3c…
commit 8136734a91d20cdcbc7a23594dc8e3c383d0a63b
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jul 11 17:10:49 2016 +0200
jenkins.sh: remove code dup, drop unnecessary dep asn1c
Have a bash function to build each dependency with the same commands. There is
a tradeoff: having each dependency build with the same function means you can't
easily tweak one of the dependencies. OTOH having a unified function means a)
more readable script, b) that we're sure not to forget some steps and c) no
need to do the same edit n times.
Set the PKG_CONFIG_PATH globally. Also a tradeoff: if a future addition
wouldn't need the same PKG_CONFIG_PATH, this would make things ugly. But that
is actually quite unlikely, and the readability improvement is substantial.
Use env variables to remember local paths. That means we always are sure to cd
to the same absolute base path, which a 'cd ..' can't guarantee; also, we avoid
possible typos for e.g. "$deps/install".
Drop build of asn1c, only libasn1c is needed.
Build sysmocom/sctp branch of libosmo-netif, as needed for libosmo-sccp's
sysmocom/iu branch.
Change-Id: Ia7b4b9788b9c951f8be00cc5ae72a9c0a776fe64
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 "Osmocom code for Iuh interface".
The branch, osmocom/gerrit-test has been updated
discards 7f539437f7de4e2d3347b86e43add549bf38b339 (commit)
via 3610412393deaa7c7aaf515ee730d1c9ee85c52c (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 (7f539437f7de4e2d3347b86e43add549bf38b339)
\
N -- N -- N (3610412393deaa7c7aaf515ee730d1c9ee85c52c)
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/osmo-iuh/commit/?id=3610412393deaa7c7aaf515ee730d1c…
commit 3610412393deaa7c7aaf515ee730d1c9ee85c52c
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jul 11 17:10:49 2016 +0200
jenkins.sh: remove code dup, drop unnecessary dep asn1c
Have a bash function to build each dependency with the same commands. There is
a tradeoff: having each dependency build with the same function means you can't
easily tweak one of the dependencies. OTOH having a unified function means a)
more readable script, b) that we're sure not to forget some steps and c) no
need to do the same edit n times.
Set the PKG_CONFIG_PATH globally. Also a tradeoff: if a future addition
wouldn't need the same PKG_CONFIG_PATH, this would make things ugly. But that
is actually quite unlikely, and the readability improvement is substantial.
Use env variables to remember local paths. That means we always are sure to cd
to the same absolute base path, which a 'cd ..' can't guarantee; also, we avoid
possible typos for e.g. "$deps/install".
Drop build of asn1c, only libasn1c is needed.
Change-Id: Ia7b4b9788b9c951f8be00cc5ae72a9c0a776fe64
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 1 +
1 file changed, 1 insertion(+)
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 "Osmocom code for Iuh interface".
The branch, osmocom/gerrit-test has been created
at 7f539437f7de4e2d3347b86e43add549bf38b339 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/osmo-iuh/commit/?id=7f539437f7de4e2d3347b86e43add54…
commit 7f539437f7de4e2d3347b86e43add549bf38b339
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jul 11 17:10:49 2016 +0200
jenkins.sh: remove code dup and unnecessary dependencies
Have a bash function to build each dependency with the same commands. There is
a tradeoff: having each dependency build with the same function means you can't
easily tweak one of the dependencies. OTOH having a unified function means a)
more readable script, b) that we're sure not to forget some steps and c) no
need to do the same edit n times.
Set the PKG_CONFIG_PATH globally. Also a tradeoff: if a future addition
wouldn't need the same PKG_CONFIG_PATH, this would make things ugly. But that
is actually quite unlikely, and the readability improvement is substantial.
Use env variables to remember local paths. That means we always are sure to cd
to the same absolute base path, which a 'cd ..' can't guarantee; also, we avoid
possible typos for e.g. "$deps/install".
Change-Id: Ia7b4b9788b9c951f8be00cc5ae72a9c0a776fe64
-----------------------------------------------------------------------
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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via 02a66728856d6a111ef61eca2cc052df052579a9 (commit)
from f3239113db910962a4ccac2f93d689a86450264f (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=02a66728856d6a111ef61eca2cc0…
commit 02a66728856d6a111ef61eca2cc052df052579a9
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jul 10 15:13:51 2016 +0200
fsm: delete the timer when changing state
In osmo_fsm_inst_state_chg(), we need to stop any not-yet-expired timer
of the old state before transitioning into the new state.
Change-Id: I2558f9a7027a877ea8263785ed3c8d70d2513996
-----------------------------------------------------------------------
Summary of changes:
src/fsm.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 "An utility library for Open Source Mobile Communications".
The branch, master has been updated
via f3239113db910962a4ccac2f93d689a86450264f (commit)
from 673018fed99aab80c3ac23c95f568ff0bf272f60 (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=f3239113db910962a4ccac2f93d6…
commit f3239113db910962a4ccac2f93d689a86450264f
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Sun Jul 10 15:11:45 2016 +0200
fsm: talloc + copy the 'id' passed into a FSM
The 'id' is used to generate the human-readable name of the FSM.
However, when the FSM creates slave FSMs later, the caller-passed "ID"
mgiht long be gone again (e.g. it was on stack memory). So let's copy
the 'id' string to a chunk of dynamically-allocated memory at time of
FSM start to ensure we have it later when creating child FSMs.
Change-Id: Ib88a2c02c5c91f17b4ec1e9db57a06d6d66465fb
-----------------------------------------------------------------------
Summary of changes:
src/fsm.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications