From: git repository hosting <gitosis@osmocom.org>
Precedence: list
To: osmocom-commitlog@lists.osmocom.org
Date: Thu, 02 Feb 2012 23:52:45 +0100
Message-ID: <E1Rt5WH-000264-U4@calypso.gnumonks.org>
Subject: branch master updated. f188fca9b94f68dc195f30bc9b67c09cc000aa94
Message: 2

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 "Erlang MAP (GSM TS 09.02) implementation".

The branch, master has been updated
       via  f188fca9b94f68dc195f30bc9b67c09cc000aa94 (commit)
       via  aa3b39ea6c8887f33e840ed4b8c3a6d9fa62bc1c (commit)
       via  9583bb41072f4433f08730020c1f93d39ae4f7ad (commit)
      from  e16d8145c1f5dd37119fcaf2f71b18bbf50e4f3f (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/erlang/osmo_map/commit/?id=f188fca9b94f68dc195f30bc9b67c09cc000aa94

commit f188fca9b94f68dc195f30bc9b67c09cc000aa94
Author: Harald Welte <laforge@gnumonks.org>
Date:   Thu Feb 2 23:52:08 2012 +0100

    add new map utility functiosn and a skeleton AS server

http://cgit.osmocom.org/cgit/erlang/osmo_map/commit/?id=aa3b39ea6c8887f33e840ed4b8c3a6d9fa62bc1c

commit aa3b39ea6c8887f33e840ed4b8c3a6d9fa62bc1c
Author: Harald Welte <laforge@gnumonks.org>
Date:   Thu Feb 2 23:52:00 2012 +0100

    map_codec: export more functions

http://cgit.osmocom.org/cgit/erlang/osmo_map/commit/?id=9583bb41072f4433f08730020c1f93d39ae4f7ad

commit 9583bb41072f4433f08730020c1f93d39ae4f7ad
Author: Harald Welte <laforge@gnumonks.org>
Date:   Thu Feb 2 23:50:41 2012 +0100

    add a map-only decoder without TCAP

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

Summary of changes:
 asn1/{map.set.asn1 => map_only.set.asn1} |    9 --
 src/map_as_server.erl                    |  121 ++++++++++++++++++++++++++++++
 src/map_codec.erl                        |    1 +
 src/map_helper.erl                       |  120 +++++++++++++++++++++++++++++
 4 files changed, 242 insertions(+), 9 deletions(-)
 copy asn1/{map.set.asn1 => map_only.set.asn1} (75%)
 create mode 100644 src/map_as_server.erl
 create mode 100644 src/map_helper.erl


hooks/post-receive
-- 
Erlang MAP (GSM TS 09.02) implementation


