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 3cc757df1822114bf446dc2d5f6a95da92321a25 (commit)
via d981efa97603594080d90956eb9e08bce8f4c371 (commit)
via dd97950d26f0d5642bf4522219c1f7e475de6454 (commit)
via c0f00072929b126b21ba7bdfa2c93327ba652d08 (commit)
from 9795cf1b126d5567dbd0a25b56e9ba75be9513c1 (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=3cc757df1822114bf446dc2d5f6a…
commit 3cc757df1822114bf446dc2d5f6a95da92321a25
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Dec 8 17:47:25 2016 +0100
doc: osmocom-authn-protocol.txt: fix numbering, mark unused sync msgs
Change-Id: Ic1ec5d00de406f9581377ef4b5547782a80f368a
http://cgit.osmocom.org/libosmocore/commit/?id=d981efa97603594080d90956eb9e…
commit d981efa97603594080d90956eb9e08bce8f4c371
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Dec 8 17:50:03 2016 +0100
oap: add encode/decode unit test
Change-Id: I0e14099e2fc18e333a73d38bda059d53a8ca9944
http://cgit.osmocom.org/libosmocore/commit/?id=dd97950d26f0d5642bf4522219c1…
commit dd97950d26f0d5642bf4522219c1f7e475de6454
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Thu Dec 8 17:48:24 2016 +0100
gsm/oap: more robust: decode presence as clearly either 1 or 0
Prepares for the unit test, which can now simply check for encode/decode
identity.
Change-Id: I410ff120d868e8d55df9cb19ba6eefd99749cdf0
http://cgit.osmocom.org/libosmocore/commit/?id=c0f00072929b126b21ba7bdfa2c9…
commit c0f00072929b126b21ba7bdfa2c93327ba652d08
Author: Harald Welte <laforge(a)gnumonks.org>
Date: Wed Apr 27 18:32:35 2016 +0200
import oap message parsing / encoding from openbsc.git; AGPL->GPL
In the process, also:
* Change the license from AGPLv3 to GPLv2-or-later;
* correct spelling of 'sysmocom' to lowercase;
* add '2016' to the copyright;
* rename to osmo_*;
* add API docs;
* add logging category DLOAP: define id and add to internal_cat;
* redirect all oap.c logging to DLOAP.
A unit test will follow in a subsequent patch, since it needs a minor tweak for
decoding of boolean values.
The related openbsc change-id is I2f06aaa6eb54eafa860cfed8e72e41d82ff1c4cf.
Tweaked-by: Neels Hofmeyr
Change-Id: If5099e60681a215e798b6675f21813f26769c253
-----------------------------------------------------------------------
Summary of changes:
Makefile.am | 2 +-
doc/osmocom-authn-protocol.txt | 250 +++++++++++++++++++++++++++++++++++++++++
include/Makefile.am | 1 +
include/osmocom/core/logging.h | 3 +-
include/osmocom/gsm/oap.h | 72 ++++++++++++
src/gsm/Makefile.am | 2 +-
src/gsm/libosmogsm.map | 3 +
src/gsm/oap.c | 184 ++++++++++++++++++++++++++++++
src/logging.c | 5 +
tests/Makefile.am | 8 +-
tests/oap/Makefile.am | 37 ++++++
tests/oap/oap_test.c | 181 +++++++++++++++++++++++++++++
tests/oap/oap_test.ok | 42 +++++++
tests/testsuite.at | 7 ++
14 files changed, 792 insertions(+), 5 deletions(-)
create mode 100644 doc/osmocom-authn-protocol.txt
create mode 100644 include/osmocom/gsm/oap.h
create mode 100644 src/gsm/oap.c
create mode 100644 tests/oap/Makefile.am
create mode 100644 tests/oap/oap_test.c
create mode 100644 tests/oap/oap_test.ok
hooks/post-receive
--
An utility library for Open Source Mobile Communications