osmo-iuh.git branch master updated. ace1d24d346d1f1184f2aceb34016f4e9143199a

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
Wed Dec 16 22:08:22 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, master has been updated
       via  ace1d24d346d1f1184f2aceb34016f4e9143199a (commit)
       via  462db35426cc66653d0a2987af82ed1e0959a5c5 (commit)
       via  d328c1a3aca9b59dd1ca15627899f2d39642f440 (commit)
       via  c16117a22cff56ba794fae71f3e948cc5446342c (commit)
       via  8dacb07bafad4e2b2966453f9eb97696c0747124 (commit)
       via  cbaaeefe008a2ace0eb3d6287c12f33d521cbf23 (commit)
      from  08d5da664740432b6933220b094787da9ca90ab8 (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=ace1d24d346d1f1184f2aceb34016f4e9143199a

commit ace1d24d346d1f1184f2aceb34016f4e9143199a
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Dec 16 23:07:19 2015 +0100

    ranap_common: Add function to wrap IEs into a RANAP_ProtocolIE_FieldPair_t
    
    The FieldPair is a strange construct of RANAP Radio Access Bearer
    assignment, where certain IEs appear in pairs.

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

commit 462db35426cc66653d0a2987af82ed1e0959a5c5
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Dec 16 23:06:59 2015 +0100

    hnbap_common: Fix copy+paste mistake (use hnbap msgb allocator)

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

commit d328c1a3aca9b59dd1ca15627899f2d39642f440
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Dec 16 23:04:21 2015 +0100

    WIP: add some early code for generating required RANAP messages

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

commit c16117a22cff56ba794fae71f3e948cc5446342c
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Dec 16 20:30:11 2015 +0100

    Add ranap_generate_outcome() function
    
    Ranap has not only successsful and unsuccessful outcome, but also
    an unqualified general 'outcome'.

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

commit 8dacb07bafad4e2b2966453f9eb97696c0747124
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Dec 16 20:27:14 2015 +0100

    {hnbap,rua,ranap}_common.c: Reduce code duplicatioon
    
    There used to be a lot of code duplication between the code to generate
    initiating, successfulOutcome and unsuccessfulOutcome messages.  Try to
    reduce that by callign a generic function.

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

commit cbaaeefe008a2ace0eb3d6287c12f33d521cbf23
Author: Harald Welte <laforge at gnumonks.org>
Date:   Wed Dec 16 20:17:26 2015 +0100

    {rua,hnbap,ranap}_common: Add missing encoding functions
    
    We used to only have those generator functions that we needed for
    the existing hnbgw code; Implement the missing encoders

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

Summary of changes:
 src/hnbap_common.c     |  84 +++++++++-----------
 src/hnbap_common.h     |   6 ++
 src/ranap_common.c     | 148 ++++++++++++++++++++++-------------
 src/ranap_common.h     |  21 +++++
 src/rua_common.c       |  92 ++++++++++------------
 src/rua_common.h       |   6 ++
 src/tests/test-ranap.c | 207 +++++++++++++++++++++++++++++++++++++++++++++++++
 7 files changed, 415 insertions(+), 149 deletions(-)
 create mode 100644 src/tests/test-ranap.c


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



More information about the osmocom-commitlog mailing list