From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Thu, 27 Oct 2011 18:10:11 +0200
Message-ID: <E1RJSWx-00088x-CE@calypso.gnumonks.org>
Subject: libosmocore.git branch, jolly/sms, updated. 0.4.0-8-g5a9fc1f
Message: 1

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  5a9fc1f77925dc568c87b6f9106b7e70e6d6fddc (commit)
       via  4385a5fe8e07d877328c652389f4f746c2c5008a (commit)
      from  c70567ead86e9480bbd639c40dd1fd34fb45466d (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 5a9fc1f77925dc568c87b6f9106b7e70e6d6fddc
Author: Andreas Eversberg <jolly@eversberg.eu>
Date:   Fri Oct 28 11:05:37 2011 +0200

    [sms] Rewrite of SMR process, extracted from OpenBSC
    
    The SMR process is used to transfer SMS TPDUs. It is now extracted from
    OpenBSC. It includes a real state machine now for easier debugging.
    
    Also it implements the TR1M and TR2M timers. The memory notification
    procedure is missing, but not required for network side.

commit 4385a5fe8e07d877328c652389f4f746c2c5008a
Author: Andreas Eversberg <jolly@eversberg.eu>
Date:   Fri Oct 28 11:03:06 2011 +0200

    [sms] Fixes to commit c70567ead86e9480bbd639c40dd1fd34fb45466d
    
    The release of the MM connection must be the last thing to be done, otherwise
    the instance will be destroyed during processing.

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

Summary of changes:
 include/osmocom/gsm/Makefile.am   |    3 +-
 include/osmocom/gsm/gsm0411_smc.h |   10 +-
 include/osmocom/gsm/gsm0411_smr.h |   45 ++++
 src/gsm/Makefile.am               |    2 +-
 src/gsm/gsm0411_smc.c             |   66 +++---
 src/gsm/gsm0411_smr.c             |  451 +++++++++++++++++++++++++++++++++++++
 6 files changed, 539 insertions(+), 38 deletions(-)
 create mode 100644 include/osmocom/gsm/gsm0411_smr.h
 create mode 100644 src/gsm/gsm0411_smr.c


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


