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 30f534f887c3b16043362c5aa4a0e21fdbc71e71 (commit)
via a872421e43da37f1c3a364c5c87d722f474cde35 (commit)
via df63de2e37af890f3abb11d4de2334c2b49ae13c (commit)
via 30e08f5b8e9ed4dbc12983d61eb1f1661eb91dd0 (commit)
via 2f1b1189da3e720e46e7c411c042997710ef3c5d (commit)
via ba03c430a65b9b9f410db03bfc9262a809770a5c (commit)
via 347f8ef21809ea0f69352a2df8c9e10ab4e1a3a8 (commit)
via 83457922813ace30efa355ed00b8967e64218aee (commit)
via c636cab20fe5a7a63cfca4a108640d42cd5c36de (commit)
via e7d6476825e640d62f78fc6955d46d1589c98870 (commit)
via 52c6ae25be2d551ff5f484c70e130eec62ca3720 (commit)
via 6648fe8f1ebcf7d082ad3d957f14565cfbb3a142 (commit)
from 1a0bb5108c5c84cb3dfdca0b848e2fa4c7b03f05 (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=30f534f887c3b16043362c5aa4a0e21…
commit 30f534f887c3b16043362c5aa4a0e21fdbc71e71
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Aug 27 14:01:51 2016 +0200
jenkins.sh: enable make distcheck
Change-Id: I967d4de9682cb2a45210f689ec076ef457841179
http://cgit.osmocom.org/osmo-iuh/commit/?id=a872421e43da37f1c3a364c5c87d722…
commit a872421e43da37f1c3a364c5c87d722f474cde35
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Aug 27 00:04:20 2016 +0200
build: parallel build: require ../libosmo-ranap.la from tests/
This rule is bad because it re-invokes $(MAKE), but it seems to fix the
parallel build. It should probably be done differently.
Change-Id: I8107e08e4c211f20d671f520bf6bab9356f3c90e
http://cgit.osmocom.org/osmo-iuh/commit/?id=df63de2e37af890f3abb11d4de2334c…
commit df63de2e37af890f3abb11d4de2334c2b49ae13c
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 13:13:55 2016 +0200
build: move headers to include/osmocom/*
This came up while fixing 'make distcheck'; this is certainly not the easiest
way but it makes sense to have the headers in include/, like we do in openbsc.
The easy alternative might be to add -I$(top_srcdir)/src to src/Makefile.am.
Remove -I$(top_srcdir)/src from src/tests/Makefile.am, no longer needed.
Change-Id: I5a82e029dcdc4df0a60a31271a4883393fe59234
http://cgit.osmocom.org/osmo-iuh/commit/?id=30e08f5b8e9ed4dbc12983d61eb1f16…
commit 30e08f5b8e9ed4dbc12983d61eb1f1661eb91dd0
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Aug 27 00:03:44 2016 +0200
build: cosmetic: hnbap: undup asn1 src path
Change-Id: I0507277995302261c87db1b0c48105065cf13ae4
http://cgit.osmocom.org/osmo-iuh/commit/?id=2f1b1189da3e720e46e7c411c042997…
commit 2f1b1189da3e720e46e7c411c042997710ef3c5d
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Aug 27 00:13:55 2016 +0200
build: distcheck: add missing bits for testsuite distcheck
Got some errors during 'make distcheck', copying the way openbsc.git does
these
things.
Change-Id: I13d76cd56dfb8fe4eb02d6fcada78a9e3311b51b
http://cgit.osmocom.org/osmo-iuh/commit/?id=ba03c430a65b9b9f410db03bfc9262a…
commit ba03c430a65b9b9f410db03bfc9262a809770a5c
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Aug 27 00:11:26 2016 +0200
build: distcheck: look for asn1 in top_srcdir, not top_builddir
Change-Id: Iebcff240ba2fae964dad2a2c481fcbfd29e14e69
http://cgit.osmocom.org/osmo-iuh/commit/?id=347f8ef21809ea0f69352a2df8c9e10…
commit 347f8ef21809ea0f69352a2df8c9e10ab4e1a3a8
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Aug 27 00:00:26 2016 +0200
build: distcheck: add missing distclean files
Change-Id: I24d72b2b1bae52a1b2cf8a989396d2aac31d119e
http://cgit.osmocom.org/osmo-iuh/commit/?id=83457922813ace30efa355ed00b8967…
commit 83457922813ace30efa355ed00b8967e64218aee
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 26 23:56:44 2016 +0200
build: fix ranap gen, use same for gen hnbap and rua gen
fix extraneous rebuild for each make invocation: touch the ranap.stamp file in
src/ as the make target suggests.
fix for 'make distcheck': ranap gen: move generated sources to builddir, not
srcdir. Thus we also -I the builddir include to pick up those headers.
hnbap and rua have the same situation as ranap (they generate numerous files
from a single make rule). Use the same makefile semantics for those two
(commit for ranap gen omitted the same changes for hnbap and rua).
The generated headers are thus moved to include/osmocom/*/, so adjust #include
statements accordingly (*_common.h, *_ies_defs.h).
Also move hnbap_common.h to include/osmocom/hnbap and rua_common.h to
include/osmocom/rua, since the *_ies_defs.h want to include them; and since
*_ies_defs.h are now in include/osmocom/*, we want a '<foo>' include
now.
Also adjust gitignore.
Change-Id: I32213666fcdfc144008fa7d46497c0938d093e86
http://cgit.osmocom.org/osmo-iuh/commit/?id=c636cab20fe5a7a63cfca4a108640d4…
commit c636cab20fe5a7a63cfca4a108640d42cd5c36de
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 26 23:41:46 2016 +0200
build: remove subdir-objects from configure.ac, it is broken
This is a known autoconf bug, it creates odd directories named literally
'$(top_srcdir)', potentially messing up dependency checking.
Change-Id: Ia47b038d4ca4f6c345711fb17d074f71c80e4453
http://cgit.osmocom.org/osmo-iuh/commit/?id=e7d6476825e640d62f78fc6955d46d1…
commit e7d6476825e640d62f78fc6955d46d1589c98870
Author: Neels Hofmeyr <neels(a)hofmeyr.de>
Date: Thu Aug 18 15:57:04 2016 +0200
build: use tar-ustar to allow paths longer than 99
Needed to fix these errors:
tar:
osmo-iuh-UNKNOWN-dirty/include/osmocom/ranap/RANAP_SourceeNodeB-ToTargeteNodeB-TransparentContainer.h:
file name is too long (max 99); not dumped
tar:
osmo-iuh-UNKNOWN-dirty/include/osmocom/ranap/RANAP_LocationRelatedDataRequestTypeSpecificToGERANIuMode.h:
file name is too long (max 99); not dumped
tar:
osmo-iuh-UNKNOWN-dirty/include/osmocom/ranap/RANAP_TargeteNodeB-ToSourceeNodeB-TransparentContainer.h:
file name is too long (max 99); not dumped
tar:
osmo-iuh-UNKNOWN-dirty/include/osmocom/ranap/RANAP_Requested-RAB-Parameter-ExtendedGuaranteedBitrateList.h:
file name is too long (max 99); not dumped
Change-Id: Id41bca92810a81ac50697c0230a6caef490b0ffd
http://cgit.osmocom.org/osmo-iuh/commit/?id=52c6ae25be2d551ff5f484c70e130ee…
commit 52c6ae25be2d551ff5f484c70e130eec62ca3720
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Fri Aug 26 14:08:51 2016 +0200
tests: don't log filename nor color in unit tests
In experr, we had line numbers in log output, which might change. Also, for
make distcheck, the path of the source file might have some '../../' added in
the log output (to indicate the src dir as seen from the build dir).
Fix both by dropping source file and line.
Also drop color while at it.
Change-Id: Ie76384c4176ce0a7d89d093f2efb848fe3f19400
http://cgit.osmocom.org/osmo-iuh/commit/?id=6648fe8f1ebcf7d082ad3d957f14565…
commit 6648fe8f1ebcf7d082ad3d957f14565cfbb3a142
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Mon Aug 29 15:50:14 2016 +0200
jenkins.sh: don't build twice
Instead of building the same .c files twice, rather verify that the
'make regen' target produces identical .c files as are checked in.
Change-Id: I18e7677d8596f61b883e9db57b4bdd2a5c154ec3
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 4 ++
configure.ac | 5 ++-
contrib/jenkins.sh | 26 +++++++------
include/osmocom/hnbap/Makefile.am | 4 ++
{src => include/osmocom/hnbap}/hnbap_common.h | 0
include/osmocom/iuh/Makefile.am | 4 +-
{src => include/osmocom/iuh}/context_map.h | 0
{src => include/osmocom/iuh}/hnbgw.h | 0
{src => include/osmocom/iuh}/hnbgw_cn.h | 2 +-
{src => include/osmocom/iuh}/hnbgw_hnbap.h | 2 +-
{src => include/osmocom/iuh}/hnbgw_ranap.h | 2 +-
{src => include/osmocom/iuh}/hnbgw_rua.h | 2 +-
{src => include/osmocom/iuh}/iu_common.h | 0
include/osmocom/ranap/Makefile.am | 7 +++-
include/osmocom/rua/Makefile.am | 4 ++
{src => include/osmocom/rua}/rua_common.h | 0
{src => include/osmocom/rua}/rua_msg_factory.h | 0
src/.gitignore | 3 --
src/Makefile.am | 53 ++++++++++++++++++++------
src/context_map.c | 4 +-
src/hnbap/Makefile.am | 4 +-
src/hnbap_common.c | 4 +-
src/hnbgw.c | 10 ++---
src/hnbgw_cn.c | 6 +--
src/hnbgw_hnbap.c | 6 +--
src/hnbgw_ranap.c | 4 +-
src/hnbgw_rua.c | 10 ++---
src/hnbgw_vty.c | 4 +-
src/ranap_common_cn.c | 2 +-
src/rua_common.c | 4 +-
src/rua_msg_factory.c | 8 ++--
src/tests/Makefile.am | 22 ++++++++++-
src/tests/dummy_cn_sua.c | 2 +-
src/tests/hnb-test-rua.c | 2 +-
src/tests/hnb-test.c | 6 +--
src/tests/test-helpers.err | 5 +--
src/tests/test-hnbap.c | 4 +-
src/tests/test-ranap.c | 2 +-
src/tests/test_common.c | 5 ++-
39 files changed, 153 insertions(+), 79 deletions(-)
rename {src => include/osmocom/hnbap}/hnbap_common.h (100%)
rename {src => include/osmocom/iuh}/context_map.h (100%)
rename {src => include/osmocom/iuh}/hnbgw.h (100%)
rename {src => include/osmocom/iuh}/hnbgw_cn.h (79%)
rename {src => include/osmocom/iuh}/hnbgw_hnbap.h (77%)
rename {src => include/osmocom/iuh}/hnbgw_ranap.h (77%)
rename {src => include/osmocom/iuh}/hnbgw_rua.h (93%)
rename {src => include/osmocom/iuh}/iu_common.h (100%)
rename {src => include/osmocom/rua}/rua_common.h (100%)
rename {src => include/osmocom/rua}/rua_msg_factory.h (100%)
hooks/post-receive
--
Osmocom code for Iuh interface