From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Fri, 28 Oct 2011 10:33:03 +0200
Message-ID: <E1RJhs7-0002kJ-Hu@calypso.gnumonks.org>
Subject: libosmocore.git branch, jolly/sms, updated. 0.4.0-9-g53b618a
Message: 3

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, jolly/sms has been updated
       via  53b618a919b21d60b5bee53d14e9501d5ab60702 (commit)
      from  5a9fc1f77925dc568c87b6f9106b7e70e6d6fddc (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 -----------------------------------------------------------------
commit 53b618a919b21d60b5bee53d14e9501d5ab60702
Author: Andreas Eversberg <jolly@eversberg.eu>
Date:   Sat Oct 29 03:31:54 2011 +0200

    [sms] Moved utility functions of SMS processing to new gsm0411_utils.c

-----------------------------------------------------------------------

Summary of changes:
 include/osmocom/gsm/Makefile.am     |    2 +-
 include/osmocom/gsm/gsm0411_smc.h   |    2 -
 include/osmocom/gsm/gsm0411_utils.h |   30 ++++
 src/gsm/Makefile.am                 |    3 +-
 src/gsm/gsm0411_smc.c               |   14 +--
 src/gsm/gsm0411_smr.c               |    1 +
 src/gsm/gsm0411_utils.c             |  304 +++++++++++++++++++++++++++++++++++
 7 files changed, 339 insertions(+), 17 deletions(-)
 create mode 100644 include/osmocom/gsm/gsm0411_utils.h
 create mode 100644 src/gsm/gsm0411_utils.c


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications


