This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.
gitosis at osmocom.org gitosis at osmocom.orgThis 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, neels/distcheck has been updated
via 6a8dd05c219376165ae3afcc0f9db0cbf3081e1d (commit)
via f24bee936e26ff90cbb01aba371cc7a2da0a3897 (commit)
from 74ed63005cfbd42634a25648f2a46457a05c7f36 (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=6a8dd05c219376165ae3afcc0f9db0cbf3081e1d
commit 6a8dd05c219376165ae3afcc0f9db0cbf3081e1d
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date: Fri Aug 26 00:29:13 2016 +0200
wip
Change-Id: I893581d2de15b3b545be2f94ee1df3ffc868003b
http://cgit.osmocom.org/osmo-iuh/commit/?id=f24bee936e26ff90cbb01aba371cc7a2da0a3897
commit f24bee936e26ff90cbb01aba371cc7a2da0a3897
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date: Thu Aug 25 23:47:22 2016 +0200
wip
Change-Id: I6fe0f87dd896b6ad864397533b97c54eb2efb55c
-----------------------------------------------------------------------
Summary of changes:
.gitignore | 4 ++++
include/osmocom/hnbap/Makefile.am | 1 +
include/osmocom/{iuh => hnbap}/hnbap_common.h | 0
include/osmocom/iuh/Makefile.am | 5 ++---
include/osmocom/{ranap => iuh}/iu_helpers.h | 0
include/osmocom/ranap/Makefile.am | 3 +--
include/osmocom/rua/Makefile.am | 1 +
include/osmocom/{iuh => rua}/rua_common.h | 0
include/osmocom/{iuh => rua}/rua_msg_factory.h | 0
src/Makefile.am | 13 +++++++++----
src/hnbap_common.c | 2 +-
src/hnbgw_hnbap.c | 7 ++++---
src/hnbgw_rua.c | 4 ++--
src/rua_common.c | 2 +-
src/rua_msg_factory.c | 6 +++---
src/tests/Makefile.am | 6 ++++--
src/tests/hnb-test-rua.c | 2 +-
src/tests/hnb-test.c | 23 +++++++++++------------
src/tests/test-hnbap.c | 6 +++---
19 files changed, 48 insertions(+), 37 deletions(-)
rename include/osmocom/{iuh => hnbap}/hnbap_common.h (100%)
rename include/osmocom/{ranap => iuh}/iu_helpers.h (100%)
rename include/osmocom/{iuh => rua}/rua_common.h (100%)
rename include/osmocom/{iuh => rua}/rua_msg_factory.h (100%)
hooks/post-receive
--
Osmocom code for Iuh interface