libosmo-sccp.git branch master updated. 0.0.6.3-15-g7046633

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/osmocom-commitlog@lists.osmocom.org/.

gitosis at osmocom.org gitosis at osmocom.org
Mon Mar 23 11:40:13 UTC 2015


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 "SCCP Library".

The branch, master has been updated
       via  7046633c02d15939d4953f1860f38be28f42667e (commit)
       via  4d244d3c31486f4e353dc997c92fa46129d82406 (commit)
      from  a93c6f3113f71d3128ae516586319e22215970bd (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/libosmo-sccp/commit/?id=7046633c02d15939d4953f1860f38be28f42667e

commit 7046633c02d15939d4953f1860f38be28f42667e
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon Mar 23 12:19:00 2015 +0100

    xua: Generalize the m2ua_msg and call it xua_msg
    
    Generalize, this requires various API modifications
    but that is the most sane path forward.

http://cgit.osmocom.org/libosmo-sccp/commit/?id=4d244d3c31486f4e353dc997c92fa46129d82406

commit 4d244d3c31486f4e353dc997c92fa46129d82406
Author: Holger Hans Peter Freyther <holger at moiji-mobile.com>
Date:   Mon Mar 23 10:53:42 2015 +0100

    XUA: Move m2ua headers to sigtran, create xua_types.h and m3ua_types.h
    
    Begin with type definitions for m3ua

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

Summary of changes:
 configure.ac                                   |   2 +-
 include/Makefile.am                            |   2 +-
 include/m2ua/Makefile.am                       |   2 -
 include/sigtran/Makefile.am                    |   2 +
 include/{m2ua => sigtran}/m2ua_types.h         |  43 ----------
 include/sigtran/m3ua_types.h                   | 113 +++++++++++++++++++++++++
 include/{m2ua/m2ua_msg.h => sigtran/xua_msg.h} |  29 +++----
 include/sigtran/xua_types.h                    |  45 ++++++++++
 src/Makefile.am                                |   4 +-
 src/{m2ua_msg.c => xua_msg.c}                  |  72 ++++++++--------
 tests/m2ua/Makefile.am                         |   2 +-
 tests/m2ua/m2ua_test.c                         |  23 ++---
 12 files changed, 225 insertions(+), 114 deletions(-)
 delete mode 100644 include/m2ua/Makefile.am
 create mode 100644 include/sigtran/Makefile.am
 rename include/{m2ua => sigtran}/m2ua_types.h (88%)
 create mode 100644 include/sigtran/m3ua_types.h
 rename include/{m2ua/m2ua_msg.h => sigtran/xua_msg.h} (65%)
 create mode 100644 include/sigtran/xua_types.h
 rename src/{m2ua_msg.c => xua_msg.c} (64%)


hooks/post-receive
-- 
SCCP Library



More information about the osmocom-commitlog mailing list