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 f558ed4bb9c0f00997b8f97c2b251a574c1a64c4 (commit)
from 91ff17c9ef7dd4a29bb13d6b9995100ffc65b72a (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=f558ed4bb9c0f00997b8f97c2b25…
commit f558ed4bb9c0f00997b8f97c2b251a574c1a64c4
Author: Holger Hans Peter Freyther <holger(a)moiji-mobile.com>
Date: Tue Jun 2 15:52:06 2015 +0200
ipa: Properly parse LV stream of a ID_GET request
For some reason the structure is closer to be a LV (length
and value). The value is actually a tag but it is counted
inside the length. Introduce an overload of the parse function
to provide an offset for the length. This will be taken from
the returned length.
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/ipa.h | 3 +++
src/gsm/ipa.c | 16 ++++++++++---
tests/Makefile.am | 2 +-
tests/utils/utils_test.c | 61 +++++++++++++++++++++++++++++++++++++++++++++++
4 files changed, 78 insertions(+), 4 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications