From: gitosis@osmocom.org
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Mon, 17 Jun 2013 13:36:42 GMT
Message-ID: <201306171336.r5HDagfv034422@git.osmocom.org>
Subject: osmo-st-network.git branch master updated.
	9278fb997cbb763d6d507393ae535aa27062fb2b
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  9278fb997cbb763d6d507393ae535aa27062fb2b (commit)
       via  4ce74bd5eba2b4a9125d350e1e2bab50298fd82c (commit)
       via  6f7e0bcf8d0483770fa6e13b66953f9917cf84f3 (commit)
       via  372c2e0f0b6ac35098bedc31aace9c5b7d36fee0 (commit)
      from  a0eb175b26ea297ec5dd72a9f64b837c0b9e01f9 (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/smalltalk/osmo-st-network/commit/?id=9278fb997cbb763d6d507393ae535aa27062fb2b

commit 9278fb997cbb763d6d507393ae535aa27062fb2b
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Mon Jun 17 15:23:54 2013 +0200

    socket: Add methods to access the hostname and port
    
    (Merged from Pharo)

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

commit 4ce74bd5eba2b4a9125d350e1e2bab50298fd82c
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Mon Jun 17 15:21:07 2013 +0200

    socket: Make sure the socket is set to nil at the end of the block

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

commit 6f7e0bcf8d0483770fa6e13b66953f9917cf84f3
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Mon Jun 17 15:15:35 2013 +0200

    m2ua: Merge the ASP changes from Pharo to GST

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

commit 372c2e0f0b6ac35098bedc31aace9c5b7d36fee0
Author: Holger Hans Peter Freyther <zecke@selfish.org>
Date:   Mon Jun 17 14:19:26 2013 +0200

    m2ua: Move the code to separate directory to prepare merging with Pharo

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

Summary of changes:
 Makefile                                     |  11 +-
 osmo/LogAreaOsmo.st => core/ExtensionsGST.st |  26 +-
 m2ua/M2UAApplicationServerProcess.st         | 507 +++++++++++++++++++++++++++
 m2ua/M2UAAspStateMachine.st                  | 106 ++++++
 m2ua/M2UAConstants.st                        | 126 +++++++
 osmo/LogAreaOsmo.st => m2ua/M2UAExamples.st  |  36 +-
 m2ua/M2UALayerManagement.st                  | 127 +++++++
 m2ua/M2UAMSG.st                              | 233 ++++++++++++
 m2ua/M2UAMessages.st                         | 217 ++++++++++++
 {ua => m2ua}/M2UAStates.st                   |  42 +++
 m2ua/M2UATag.st                              |  85 +++++
 m2ua/M2UATerminology.st                      |  44 +++
 m2ua/M2UATests.st                            | 222 ++++++++++++
 osmo/OsmoStreamSocketBase.st                 |  13 +-
 package.xml                                  |  25 +-
 ua/M2UA.st                                   | 420 ----------------------
 ua/XUA.st                                    | 116 ++++++
 17 files changed, 1896 insertions(+), 460 deletions(-)
 copy osmo/LogAreaOsmo.st => core/ExtensionsGST.st (67%)
 create mode 100644 m2ua/M2UAApplicationServerProcess.st
 create mode 100644 m2ua/M2UAAspStateMachine.st
 create mode 100644 m2ua/M2UAConstants.st
 copy osmo/LogAreaOsmo.st => m2ua/M2UAExamples.st (59%)
 create mode 100644 m2ua/M2UALayerManagement.st
 create mode 100644 m2ua/M2UAMSG.st
 create mode 100644 m2ua/M2UAMessages.st
 rename {ua => m2ua}/M2UAStates.st (87%)
 create mode 100644 m2ua/M2UATag.st
 create mode 100644 m2ua/M2UATerminology.st
 create mode 100644 m2ua/M2UATests.st
 delete mode 100644 ua/M2UA.st
 create mode 100644 ua/XUA.st


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


