From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Wed, 02 Nov 2011 11:27:57 +0100
Message-ID: <E1RLY33-0003Ek-QJ@calypso.gnumonks.org>
Subject: osmocom-bb.git branch, jolly/testing,
	updated. osmocon_v0.0.0-1147-gf0d2994
Message: 4

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 "The Open Source GSM Base Band stack".

The branch, jolly/testing has been updated
       via  f0d29949508aed7d0cf68fe816559ea2851dc1dc (commit)
      from  532342621a814a094620ac81456c8aac52b1b178 (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 f0d29949508aed7d0cf68fe816559ea2851dc1dc
Author: Andreas Eversberg <jolly@eversberg.eu>
Date:   Wed Nov 2 11:15:28 2011 +0100

    [WIP] Cleanup of SIM reader code, processing is now event driven
    
    The SIM reader now consists of a handler that checks what todo next.
    The SIM read/write process is tiggered by a received APDU from layer23.
    It then initiates reading and writing. If the interrupt handler signals
    completion of reading or writing, the process is triggered again. If the
    process is complete, the result is returned to layer23.
    
    The code in the main.c of layer1 application is moved to calypso/sim.c.
    
    The cleanup caused the simtest application not to be compatible with the API
    anymore. My question is, do we need it anyway?

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

Summary of changes:
 src/target/firmware/Makefile              |    2 +-
 src/target/firmware/apps/layer1/main.c    |  115 +-----
 src/target/firmware/calypso/sim.c         |  660 ++++++++++++++---------------
 src/target/firmware/include/calypso/sim.h |   26 +-
 4 files changed, 325 insertions(+), 478 deletions(-)


hooks/post-receive
-- 
The Open Source GSM Base Band stack


