From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Fri, 03 Feb 2012 01:40:08 +0100
Message-ID: <E1Rt7CC-0003PJ-AT@calypso.gnumonks.org>
Subject: branch master updated. fc5778fa3c034ecd046622a042c1954584044f19
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 "Smalltalk version of IPA muxer, SCCP muxer, msgb class".

The branch, master has been updated
       via  fc5778fa3c034ecd046622a042c1954584044f19 (commit)
       via  f4a72bab38f683cd59daeeecd33a92a1a4966c4e (commit)
       via  adc964df903c96b7759d46928c946efcb3a089d6 (commit)
      from  dd1d0f384b3b0adbf7031f2803b41007b2d1f71a (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/cgit/smalltalk/osmo-st-network/commit/?id=fc5778fa3c034ecd046622a042c1954584044f19

commit fc5778fa3c034ecd046622a042c1954584044f19
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Thu Feb 2 20:06:15 2012 +0100

    isup: Attempt to make the code more readable
    
    We want to handle fixed, mandatory and then optional|optionals,
    make the code more readabl.

http://cgit.osmocom.org/cgit/smalltalk/osmo-st-network/commit/?id=f4a72bab38f683cd59daeeecd33a92a1a4966c4e

commit f4a72bab38f683cd59daeeecd33a92a1a4966c4e
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Thu Feb 2 19:16:45 2012 +0100

    isup: Generate properly formatted ISUP messages.
    
    The structure of the code is not as clean as it could and should
    be, the abstraction between the generic MessageStructure and ISUPMessage
    is not good enough. Some ISUP corner cases are not handled well.

http://cgit.osmocom.org/cgit/smalltalk/osmo-st-network/commit/?id=adc964df903c96b7759d46928c946efcb3a089d6

commit adc964df903c96b7759d46928c946efcb3a089d6
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Fri Jan 20 19:32:47 2012 +0100

    isup: Begin with adding manual extension to the ISUP Code
    
    There is no DSL for the bit fields yet and we want to shorten
    the name of them anyway.

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

Summary of changes:
 ISUP.st             |   56 ++++++++++++++++++++-
 ISUPExtensions.st   |   32 ++++++++++++
 ISUPTests.st        |   15 +++++-
 MessageBuffer.st    |    8 +++
 MessageStructure.st |  137 +++++++++++++++++++++++++++++++++++++++++++++++++--
 package.xml         |    1 +
 6 files changed, 242 insertions(+), 7 deletions(-)
 create mode 100644 ISUPExtensions.st


hooks/post-receive
-- 
Smalltalk version of IPA muxer, SCCP muxer, msgb class


