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/speed_up_matrix_builds has been created
at f364fff66fb6733eae951f032b9cb2c9818561a9 (commit)
- Log -----------------------------------------------------------------
http://cgit.osmocom.org/openbsc/commit/?id=f364fff66fb6733eae951f032b9cb2c9…
commit f364fff66fb6733eae951f032b9cb2c9818561a9
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jul 11 21:13:00 2016 +0200
jenkins.sh: speed up matrix builds
Re-use previous builds in the wrokspace if and only if all of the dependencies'
git hashes are identical to the previous build.
-----------------------------------------------------------------------
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 code for Iuh interface".
The branch, master has been updated
via 6458c30db459c666bce4a517c46b8dfdc1889f53 (commit)
via 0961408e1bceb11586783a2c3484f92924429068 (commit)
via de0acd2ff2cde071d8d0c6818658107d97c24cd1 (commit)
via f706d6c06529c6c6fc2284ce9348a7058653b321 (commit)
via fef2e860030217b4a6edddc22b791a35ff224ed5 (commit)
via c23146e7f18b0f1bea67ba7b48ad4bc6cc76958b (commit)
from 156fa393fc7472ba57683905c054adc6892b3cbd (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 -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
asn1/utils/asn1tostruct.py | 2 +-
contrib/jenkins.sh | 105 ++++++++++++++++++++++++---------------------
move-asn1-header-files.sh | 25 +++++++----
src/Makefile.am | 6 +--
4 files changed, 76 insertions(+), 62 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/jenkins-test has been updated
discards 84766d4148a4821064bacea829ff9a69823c1de6 (commit)
discards aab3ddf0f2ff239c2b9ee1d372c0d75443d63641 (commit)
discards 131e2de9f4a8e6698c0a23d3f64794ac79759e6e (commit)
discards aaa880669a982128bbc68f63f08e569339fb7f54 (commit)
discards 7965eb700cfbf1079899fe6192c7735eb94e10c0 (commit)
discards 98cc6b0f0c290e17e6a0060a2e2df8800a422863 (commit)
discards b6daf4818b9f433e9e5b098be31a760fe18bb1a1 (commit)
via 6458c30db459c666bce4a517c46b8dfdc1889f53 (commit)
via 0961408e1bceb11586783a2c3484f92924429068 (commit)
via de0acd2ff2cde071d8d0c6818658107d97c24cd1 (commit)
via f706d6c06529c6c6fc2284ce9348a7058653b321 (commit)
via fef2e860030217b4a6edddc22b791a35ff224ed5 (commit)
via c23146e7f18b0f1bea67ba7b48ad4bc6cc76958b (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 (84766d4148a4821064bacea829ff9a69823c1de6)
\
N -- N -- N (6458c30db459c666bce4a517c46b8dfdc1889f53)
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=6458c30db459c666bce4a517c46b8df…
commit 6458c30db459c666bce4a517c46b8dfdc1889f53
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jul 11 21:56:15 2016 +0200
jenkins.sh: build both with checked-in and regenerated asn1 code
Change-Id: Ifc3e1ae25b66203b0e8def0a9a0b6971b9c3ce93
http://cgit.osmocom.org/osmo-iuh/commit/?id=0961408e1bceb11586783a2c3484f92…
commit 0961408e1bceb11586783a2c3484f92924429068
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jul 11 19:27:22 2016 +0200
jenkins.sh: echo HEADs' hashes, echo each project name prominently
Change-Id: I967b11b289630ba6ae1b102c1d6692625f83b875
http://cgit.osmocom.org/osmo-iuh/commit/?id=de0acd2ff2cde071d8d0c6818658107…
commit de0acd2ff2cde071d8d0c6818658107d97c24cd1
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
http://cgit.osmocom.org/osmo-iuh/commit/?id=f706d6c06529c6c6fc2284ce9348a70…
commit f706d6c06529c6c6fc2284ce9348a7058653b321
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jul 12 00:11:10 2016 +0200
asn1tostruct.py: use '#\!/usr/bin/env python', not '#\!/usr/bin/python'
Change-Id: I0686467e59b35e68bccb38ccfe645f5ccac97941
http://cgit.osmocom.org/osmo-iuh/commit/?id=fef2e860030217b4a6edddc22b791a3…
commit fef2e860030217b4a6edddc22b791a35ff224ed5
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jul 11 21:26:19 2016 +0200
make regen: fix: use $(MAKE) instead of make
On FreeBSD, we use gmake, so calling 'make -C ...' won't work here.
We need to invoke $(MAKE) so gmake is used again.
Change-Id: If8d09889db2c101eca66675fff8f820d6d1d7a65
http://cgit.osmocom.org/osmo-iuh/commit/?id=c23146e7f18b0f1bea67ba7b48ad4bc…
commit c23146e7f18b0f1bea67ba7b48ad4bc6cc76958b
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jul 11 18:36:46 2016 +0200
make regen: ~8x faster: use sed script instead of single invocations
Change-Id: Ib9b3f4fc524bf3ae7cc921b0340adec113529d4d
-----------------------------------------------------------------------
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/jenkins-test has been updated
via 84766d4148a4821064bacea829ff9a69823c1de6 (commit)
from aab3ddf0f2ff239c2b9ee1d372c0d75443d63641 (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=84766d4148a4821064bacea829ff9a6…
commit 84766d4148a4821064bacea829ff9a69823c1de6
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jul 12 00:36:27 2016 +0200
jenkins.sh: build both with checked-in and regenerated asn1 code
Change-Id: Ifc3e1ae25b66203b0e8def0a9a0b6971b9c3ce93
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 14 ++++++++++++--
1 file changed, 12 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, osmocom/jenkins-test has been updated
discards f364fff66fb6733eae951f032b9cb2c9818561a9 (commit)
This update discarded existing revisions and left the branch pointing at
a previous point in the repository history.
* -- * -- N (1083c9119d42f56fe4590a39532e43239e6511b6)
\
O -- O -- O (f364fff66fb6733eae951f032b9cb2c9818561a9)
The removed revisions are not necessarilly gone - if another reference
still refers to them they will stay in the repository.
No new revisions were added by this update.
Summary of changes:
contrib/jenkins.sh | 27 +--------------------------
1 file changed, 1 insertion(+), 26 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 code for Iuh interface".
The branch, osmocom/jenkins-test has been updated
via aab3ddf0f2ff239c2b9ee1d372c0d75443d63641 (commit)
from 131e2de9f4a8e6698c0a23d3f64794ac79759e6e (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=aab3ddf0f2ff239c2b9ee1d372c0d75…
commit aab3ddf0f2ff239c2b9ee1d372c0d75443d63641
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Tue Jul 12 00:11:10 2016 +0200
asn1tostruct.py: use '#\!/usr/bin/env python', not '#\!/usr/bin/python'
Change-Id: I0686467e59b35e68bccb38ccfe645f5ccac97941
-----------------------------------------------------------------------
Summary of changes:
asn1/utils/asn1tostruct.py | 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/jenkins-test has been updated
via 131e2de9f4a8e6698c0a23d3f64794ac79759e6e (commit)
from aaa880669a982128bbc68f63f08e569339fb7f54 (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=131e2de9f4a8e6698c0a23d3f64794a…
commit 131e2de9f4a8e6698c0a23d3f64794ac79759e6e
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jul 11 21:56:15 2016 +0200
jenkins.sh: disable 'make regen' to test FreeBSD build
Change-Id: Ib9a35e892d141371e313d130dc5ec3afa345f4c9
-----------------------------------------------------------------------
Summary of changes:
contrib/jenkins.sh | 4 ++--
1 file changed, 2 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/jenkins-test has been updated
via aaa880669a982128bbc68f63f08e569339fb7f54 (commit)
from 7965eb700cfbf1079899fe6192c7735eb94e10c0 (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=aaa880669a982128bbc68f63f08e569…
commit aaa880669a982128bbc68f63f08e569339fb7f54
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Mon Jul 11 21:26:19 2016 +0200
make regen: fix: use $(MAKE) instead of make
On FreeBSD, we use gmake, so calling 'make -C ...' won't work here.
We need to invoke $(MAKE) so gmake is used again.
Change-Id: If8d09889db2c101eca66675fff8f820d6d1d7a65
-----------------------------------------------------------------------
Summary of changes:
src/Makefile.am | 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 "The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".
The branch, master has been updated
via 575420637981828b64c1292ada015d7170b89390 (commit)
from 176b62a80c0170f1b9a1578d0b16c3ef27cf1a8f (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=575420637981828b64c1292ada015d71…
commit 575420637981828b64c1292ada015d7170b89390
Author: Daniel Willmann <dwillmann(a)sysmocom.de>
Date: Wed Jun 29 16:24:42 2016 +0200
osmux: Add negotiation state so race conditions can't disable osmux
Without this commit it is possible that osmux is disabled again on links with
high jitter. This happens when an MGCP response without X-Osmux header is
received before the NAT receives an Osmux dummy frame from the other side.
Ticket: SYS#2628, SYS#2627
Sponsored-by: On-Waves ehf
Change-Id: Id624b0279aee5e2412059a10296ce7896e2d4628
-----------------------------------------------------------------------
Summary of changes:
openbsc/include/openbsc/osmux.h | 1 +
openbsc/src/libmgcp/mgcp_protocol.c | 6 +++---
openbsc/src/osmo-bsc_nat/bsc_mgcp_utils.c | 5 +++--
3 files changed, 7 insertions(+), 5 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 176b62a80c0170f1b9a1578d0b16c3ef27cf1a8f (commit)
from e6052c4cc756f7d3a5023a0ba57fe8d80783967c (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=176b62a80c0170f1b9a1578d0b16c3ef…
commit 176b62a80c0170f1b9a1578d0b16c3ef27cf1a8f
Author: Max <msuraev(a)sysmocom.de>
Date: Mon Jul 4 11:09:07 2016 +0200
SGSN: prevent starting with inconsistent config
Previously it was possible to start osmo-sgsn with "auth-policy remote"
but without "gsup remote-*" which resulted in broken setup: no MS could
perform GPRS ATTACH. Add consistency check to vty code to fix this.
Related: OS#1582
Change-Id: Ie4296e7d99d7833f7d828b0196435ea81097cf6e
-----------------------------------------------------------------------
Summary of changes:
debian/changelog | 2 ++
openbsc/src/gprs/sgsn_vty.c | 17 ++++++++++++++---
openbsc/tests/vty_test_runner.py | 2 ++
3 files changed, 18 insertions(+), 3 deletions(-)
hooks/post-receive
--
The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)