osmo-iuh.git branch laforge/wip updated. e8a4dc6b7048fbec5132b6f1323e4e354f3fa9ec

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
Sun Jan 3 16:26:21 UTC 2016


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 "Osmocom code for Iuh interface".

The branch, laforge/wip has been updated
       via  e8a4dc6b7048fbec5132b6f1323e4e354f3fa9ec (commit)
       via  bdf3fd1dc4368c965f2e02bf2f171dfa8685712b (commit)
       via  de6a11bb1765e17f0489b35e7d9465068b853e7d (commit)
       via  056984fab1c1d6f80b5dc28f4c83eb80515d7c25 (commit)
       via  a95d5a5f51d2dcc6b7bffdfe971148a6307e94d9 (commit)
       via  0322feb68cf775ec43e390fa1b6f5a7b253bdf6a (commit)
      from  09806e7da49af6260f499dc3983dfe7a16b4052e (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/osmo-iuh/commit/?id=e8a4dc6b7048fbec5132b6f1323e4e354f3fa9ec

commit e8a4dc6b7048fbec5132b6f1323e4e354f3fa9ec
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Jan 3 17:16:07 2016 +0100

    move asn1helpers.[ch] to libasn1c
    
    Those helper functions are not specific to osmo-iuh, so I moved
    them to libasn1c, which also resolves the problem that libosmo-ranap
    is depending on those helpers (and subsequently external programs
    linking libosmo-ranap will need to have access to the helpers)

http://cgit.osmocom.org/osmo-iuh/commit/?id=bdf3fd1dc4368c965f2e02bf2f171dfa8685712b

commit bdf3fd1dc4368c965f2e02bf2f171dfa8685712b
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Jan 3 17:04:09 2016 +0100

    don't include hnbgw.h from ranap header files
    
    To use libosmo-ranap from outside of this repository, we need to
    eliminated all dependencies to local header files

http://cgit.osmocom.org/osmo-iuh/commit/?id=de6a11bb1765e17f0489b35e7d9465068b853e7d

commit de6a11bb1765e17f0489b35e7d9465068b853e7d
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Jan 3 16:34:01 2016 +0100

    update .gitignore

http://cgit.osmocom.org/osmo-iuh/commit/?id=056984fab1c1d6f80b5dc28f4c83eb80515d7c25

commit 056984fab1c1d6f80b5dc28f4c83eb80515d7c25
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Jan 3 16:31:31 2016 +0100

    merge (+rename) iu_helpers.c into libosmo-ranap

http://cgit.osmocom.org/osmo-iuh/commit/?id=a95d5a5f51d2dcc6b7bffdfe971148a6307e94d9

commit a95d5a5f51d2dcc6b7bffdfe971148a6307e94d9
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Jan 3 16:22:16 2016 +0100

    Makefile restructuring; install ranap header files

http://cgit.osmocom.org/osmo-iuh/commit/?id=0322feb68cf775ec43e390fa1b6f5a7b253bdf6a

commit 0322feb68cf775ec43e390fa1b6f5a7b253bdf6a
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sun Jan 3 15:39:11 2016 +0100

    Introduce libosmo-ranap.so as shared RANAP lib
    
    This shared RANAP library will be used not only by hnbgw, but also by
    OsmoCSCN, OsmoSGSN.

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

Summary of changes:
 .gitignore               |   8 +++
 configure.ac             |   3 +-
 src/Makefile.am          |  46 ++++++++++++---
 src/asn1helpers.c        | 151 -----------------------------------------------
 src/asn1helpers.h        |  26 --------
 src/hnbgw.c              |   1 +
 src/hnbgw_hnbap.c        |   8 +--
 src/iu_helpers.c         |   4 +-
 src/iu_helpers.h         |   4 +-
 src/ranap/Makefile.am    |   9 +--
 src/ranap_common.c       |   8 ++-
 src/ranap_common.h       |   6 +-
 src/ranap_msg_factory.c  |   6 +-
 src/tests/Makefile.am    |  25 ++++----
 src/tests/dummy_cn_sua.c |   1 +
 src/tests/hnb-test.c     |   4 +-
 src/tests/test-helpers.c |   5 +-
 src/tests/test-hnbap.c   |   4 +-
 src/tests/test_common.c  |   1 +
 19 files changed, 94 insertions(+), 226 deletions(-)
 delete mode 100644 src/asn1helpers.c
 delete mode 100644 src/asn1helpers.h


hooks/post-receive
-- 
Osmocom code for Iuh interface



More information about the osmocom-commitlog mailing list