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

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
Fri Dec 25 14:36:07 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 "Osmocom code for Iuh interface".

The branch, laforge/wip has been updated
       via  efef6fb4deedbfdc61e6aa2ca9f8e8625532bfc5 (commit)
       via  87ffeb91dc52db2a9aac26b9cd851b3f8ffd0beb (commit)
       via  3cfa450fdcc3cb9a47c05c3bc543cb493dd43b20 (commit)
       via  706213ac4bc9bee19ecd5d65c500a8996ea3ed45 (commit)
       via  2963ee2505393514a12ff5cf3ed73c5e92f3dafc (commit)
       via  831e1ee8f41883f81ff1307360fb5a27d615dfc2 (commit)
       via  23058e114497355475e6645a16c723bb0829a45b (commit)
       via  c3ca7eba180a784af75e98f5dada9e8c441d1a90 (commit)
       via  3d39f842337099f8aa219cf47302d647be0caf2f (commit)
      from  ef8934612c91302f7d345a074cfcda124712084e (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=efef6fb4deedbfdc61e6aa2ca9f8e8625532bfc5

commit efef6fb4deedbfdc61e6aa2ca9f8e8625532bfc5
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Dec 25 15:35:01 2015 +0100

    ranap_common: Add value_string for procedure code and presence

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

commit 87ffeb91dc52db2a9aac26b9cd851b3f8ffd0beb
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Dec 25 15:34:22 2015 +0100

    factor out some common shared test init code

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

commit 3cfa450fdcc3cb9a47c05c3bc543cb493dd43b20
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Dec 25 15:33:41 2015 +0100

    Add new common RANAP parsing code for CN elements

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

commit 706213ac4bc9bee19ecd5d65c500a8996ea3ed45
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Dec 25 10:33:09 2015 +0100

    Fix typo / spelling mistakes

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

commit 2963ee2505393514a12ff5cf3ed73c5e92f3dafc
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Dec 25 10:32:37 2015 +0100

    hnbgw_hnbap: Print HNBAP Cause during UE De-Register

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

commit 831e1ee8f41883f81ff1307360fb5a27d615dfc2
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Dec 25 10:28:55 2015 +0100

    hnbgw_rua.c: Print RUA cause in error indication

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

commit 23058e114497355475e6645a16c723bb0829a45b
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Dec 25 10:25:01 2015 +0100

    hnbgw_ranap: Print RANAP Cause in RESET and ERROR INDICATION

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

commit c3ca7eba180a784af75e98f5dada9e8c441d1a90
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Dec 25 10:17:17 2015 +0100

    don't return undefined strings from rua_cause_str()

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

commit 3d39f842337099f8aa219cf47302d647be0caf2f
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Dec 25 09:40:07 2015 +0100

    ranap_common: Add ranap_cause_str() to stringify RANAP Cause

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

Summary of changes:
 src/hnbgw_hnbap.c           |   6 +-
 src/hnbgw_ranap.c           |  22 +++-
 src/hnbgw_rua.c             |   3 +-
 src/ranap_common.c          | 260 +++++++++++++++++++++++++++++++++++++
 src/ranap_common.h          |   6 +
 src/rua_common.c            |   3 +
 src/tests/Makefile.am       |   6 +-
 src/tests/hnb-test.c        |  10 +-
 src/tests/ranap_common_cn.c | 303 ++++++++++++++++++++++++++++++++++++++++++++
 src/tests/ranap_common_cn.h |  17 +++
 src/tests/test-hnbap.c      |  18 +--
 src/tests/test-ranap.c      |  27 +---
 src/tests/test_common.c     |  87 +++++++++++++
 src/tests/test_common.h     |   3 +
 14 files changed, 719 insertions(+), 52 deletions(-)
 create mode 100644 src/tests/ranap_common_cn.c
 create mode 100644 src/tests/ranap_common_cn.h
 create mode 100644 src/tests/test_common.c
 create mode 100644 src/tests/test_common.h


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



More information about the osmocom-commitlog mailing list