osmo-iuh.git branch master updated. 0.2.0-12-gda86fe5

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
Tue Nov 21 18:44:50 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  da86fe5ae31e2a6da6c5f6a2af853c3b8ec603c5 (commit)
       via  ffc20938580adbdc3f280b8b6b5ae01a48f5f664 (commit)
       via  ee69470da659be8135a8130358709ec3efd073ec (commit)
       via  47bba70cec23a8f5d57a33d87419a4b1adf16cbe (commit)
      from  e90f13e82dbba37865098d1ebdeee0e35ad3326f (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=da86fe5ae31e2a6da6c5f6a2af853c3b8ec603c5

commit da86fe5ae31e2a6da6c5f6a2af853c3b8ec603c5
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Nov 21 08:14:37 2017 +0100

    Fix various compiler warnings in hnb-gw code
    
    Since we finally started to use -Wall, the related warnings became
    visible.
    
    Change-Id: I516700eab2aa7c3412dd62775c4960aed9d4b682

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

commit ffc20938580adbdc3f280b8b6b5ae01a48f5f664
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Nov 21 08:09:40 2017 +0100

    sccp_sap_up(): Fix never-hit "default" case in switch
    
    As the default was called "defualt", it became a standard C label
    and was never actually performing any default catch-all behavior.
    
    As we didn't use -Wall, gcc never warned us about it so far :/
    
    Change-Id: I9dbad21e75a55ad91b12d3d3ee8bd6dfb5326c3e

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

commit ee69470da659be8135a8130358709ec3efd073ec
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Nov 21 08:06:59 2017 +0100

    hnbgw.c: Remove dead code creating libsctp linker dependency
    
    Since I8ac15fa2fd25bedb26297177e416976a5389b573 in July 2017 we are
    not using sctp_*() functions directly anymore but go via
    libosmo-sigtran.  However, some dead code remained in hnbgw.c, which
    means that linkage will fail if compiled without any optimization,
    i.e. without -O present.
    
    Change-Id: Ifbcb21d43e17bf512bc7b219e590410e06c434ca

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

commit 47bba70cec23a8f5d57a33d87419a4b1adf16cbe
Author: Harald Welte <laforge at gnumonks.org>
Date:   Tue Nov 21 07:56:17 2017 +0100

    Add "-Wall" to the compile rules of the non-asn1c-generated source code
    
    This is actually default in all other osmocom projects, and it's a
    big surprise that it hadn't been enabled for osmo-iuh.  Now we finally
    can see that there are e.g. unused static functions in the code.
    
    Change-Id: I8d52b11e3f476ffd77f3ab185b679817cd3b2163

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

Summary of changes:
 src/Makefile.am       |  2 +-
 src/context_map.c     |  2 ++
 src/hnbgw.c           | 28 ++++++---------------------
 src/hnbgw_cn.c        | 32 +++++++++++++++----------------
 src/hnbgw_hnbap.c     | 12 +++++++-----
 src/hnbgw_ranap.c     | 52 +++++++++++++++------------------------------------
 src/hnbgw_rua.c       |  4 ++--
 src/hnbgw_vty.c       |  8 ++------
 src/iu_client.c       |  4 ++++
 src/ranap_common_cn.c | 14 ++++++++++----
 src/tests/Makefile.am |  2 +-
 11 files changed, 65 insertions(+), 95 deletions(-)


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



More information about the osmocom-commitlog mailing list