osmo-iuh.git branch master updated. aae68b2791c636b6a58068bb43cf4c01cfd86c5d

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 Aug 7 12:20:23 UTC 2017


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, master has been updated
       via  aae68b2791c636b6a58068bb43cf4c01cfd86c5d (commit)
      from  13850b1e5dc10975bf0452d2b8290bdbe2a8356f (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=aae68b2791c636b6a58068bb43cf4c01cfd86c5d

commit aae68b2791c636b6a58068bb43cf4c01cfd86c5d
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Jul 5 14:38:52 2017 +0200

    move openbsc.git's iu.h, iu.c, iu_vty.c here as iu_client
    
    To help split openbsc.git to separate MSC and SGSN repositories, place the
    common Iu interface related code here in libosmo-ranap. Also apply various
    improvements while moving (from intermittent code review).
    
    The code depends on libosmo-ranap tightly. One reason to want this separate
    from libosmo-ranap could be that it uses libosmo-sigtran, accepting an sccp
    instance. However, including in libosmo-ranap is the simplest way to go. The
    osmo-iuh build depends on libosmo-sigtran anyway because of OsmoHNBGW, and all
    current users of libosmo-ranap also naturally link libosmo-sigtran already.
    
    Apply prefix ranap_iu_ and RANAP_IU_ to allow smooth transition from the
    openbsc.git iu_ to the libranap ranap_iu_ implementations.
    
    Prune unneeded #include statements.
    
    Instead of sccp_addr, store an rnc pointer in the ue_conn_ctx. To facilitate,
    also:
    - Move iu_rnc struct to iu_client.h (as ranap_iu_rnc).
    - Instead of sccp_addr, pass rnc to ue_conn_ctx_alloc().
    - Pass a local struct new_ue_conn_ctx containing the sccp_addr and conn_id up
      the RANAP handling stack in case of an InitialUE message.
    - Separate the InitialUE message handling from cn_ranap_handle_co(), by moving
      to new and separate cn_ranap_handle_co_initial(), so we can still pass a
      looked-up ue_conn_ctx to all other cn_ranap_handle_co() code paths.
    - Allocate the ue_conn_ctx only in ranap_handle_co_initial_ue(), not as early
      as before.
    Note that we are not actually ever using the rnc pointer now present in
    ue_conn_ctx. It could be used for more concise paging, to first page only the
    RNC where we last saw the subscriber. So far we page all matching LAC/RACs.
    
    Tweak error logging: use __func__ instead of writing the function names as
    string constants.
    
    In iu_client_vty.c:
    - Move the asn.1 debug commands from logging over to the iu node. They are not
      specific to the logging target. They could qualify for an entirely separate
      'asn1' root node, but for simplicity place under 'iu'.
    - Add the 'asn1' commands to ranap_iu_vty_config_write(), so far missing.
    - remove the legacy "net." from a VTY error message, it is not known which name
      the parent node of 'iu' has.
    
    Depends: libosmo-sccp I85b46269dbe7909e52873ace3f720f6292a4516c,
             libosmo-sccp Ie1aedd7894acd69ddc887cd65a8a0df4b888838c
    Change-Id: I6a3f7ad15be03fb94689b4af6ccfa828c25f45c0

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

Summary of changes:
 include/osmocom/ranap/Makefile.am |   1 +
 include/osmocom/ranap/iu_client.h |  74 ++++
 src/Makefile.am                   |   2 +-
 src/iu_client.c                   | 783 ++++++++++++++++++++++++++++++++++++++
 src/iu_client_vty.c               | 140 +++++++
 5 files changed, 999 insertions(+), 1 deletion(-)
 create mode 100644 include/osmocom/ranap/iu_client.h
 create mode 100644 src/iu_client.c
 create mode 100644 src/iu_client_vty.c


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



More information about the osmocom-commitlog mailing list