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 bc1d758299a1c9ac3f5902f6417cdbcc1d5c1db4 (commit)
via 25774b9839a9842affc6fef925166b3b9481b466 (commit)
from c3c28528de78fd5d50c3a141c2176c0da5dd7075 (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=bc1d758299a1c9ac3f5902f6417c…
commit bc1d758299a1c9ac3f5902f6417cdbcc1d5c1db4
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Nov 26 15:21:15 2016 +0100
gsm0480: add gsm0480_create_ussd_notify() and *_release_complete()
Add two functions to create USSD messages. Moves and generalizes code from
openbsc. Pending: use the new functions in openbsc.
It looks like _release_complete() should also set trans_id and direction flag;
but since this is moving code from openbsc that is apparently working, just
place a fixme comment and don't change the functionality.
Change-Id: Ia80e32c7105359915bfad3cc5621a1c09caf20f0
http://cgit.osmocom.org/libosmocore/commit/?id=25774b9839a9842affc6fef92516…
commit 25774b9839a9842affc6fef925166b3b9481b466
Author: Neels Hofmeyr <nhofmeyr(a)sysmocom.de>
Date: Sat Nov 26 15:21:05 2016 +0100
gsm0480: code dup: introduce and use gsm0480_l3hdr_push()
Add function gsm0480_l3hdr_push() to push a struct gsm48_hdr to the start of a
msgb. Use in gsm0480.c and gsm0411_utils.c. Further callers of the new function
will follow in openbsc as well as another libosmocore patch for ussd.
Change-Id: I54fce6053ab8362015686fe22dbcd38bf1366700
-----------------------------------------------------------------------
Summary of changes:
include/osmocom/gsm/gsm0480.h | 5 +++++
src/gsm/gsm0411_utils.c | 9 ++-------
src/gsm/gsm0480.c | 45 +++++++++++++++++++++++++++++++++++++++----
src/gsm/libosmogsm.map | 2 ++
4 files changed, 50 insertions(+), 11 deletions(-)
hooks/post-receive
--
An utility library for Open Source Mobile Communications