osmo-iuh.git branch neels/wip updated. 5ebdd65cdf5d6d82f5b3742488317349c37eae90

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 Apr 18 22:10:34 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, neels/wip has been updated
       via  5ebdd65cdf5d6d82f5b3742488317349c37eae90 (commit)
       via  a959c952830e52fd263dec1553ac5360cccff870 (commit)
       via  0a2a0317fd810a53491a921813615a50537a83a9 (commit)
       via  9870862c72a7965378f6b597cd1c93225c02fe84 (commit)
       via  fddbeff0947e707335419380a2648c8d3579d065 (commit)
      from  83114b794abf54d9af133932dd56661a5761d9d1 (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=5ebdd65cdf5d6d82f5b3742488317349c37eae90

commit 5ebdd65cdf5d6d82f5b3742488317349c37eae90
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Apr 19 00:03:34 2016 +0200

    cn_ranap_free_initiating_msg_co: add Security Mode Control freeing

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

commit a959c952830e52fd263dec1553ac5360cccff870
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Apr 19 00:06:28 2016 +0200

    hnb-test: add Security Mode Command handling

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

commit 0a2a0317fd810a53491a921813615a50537a83a9
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Apr 18 23:55:06 2016 +0200

    hnb-test: simplify crossing message layers
    
    Adding the Security Mode Control command breaks the current scheme of callbacks
    across layers. This brought to my attention that I have written it overly
    complex.
    
    Instead of passing callbacks, call functions directly. Add hnb-test-layers.h to
    declare those functions that cross from main to rua, to ranap and back to main
    and remove the callback type definitions.
    
    Instead of copying the NAS PDU to a newly allocated msgb, pass the data and len
    directly to hnb_test_nas_rx_dtap().
    
    Instead of repeatedly checking the gsm48_hdr length, just pass the struct
    gsm48_hdr* and len around and assume the basic header length has been checked.
    
    In some places, rename 'length' to 'len' for cosmetic consistency.

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

commit 9870862c72a7965378f6b597cd1c93225c02fe84
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Apr 18 17:05:00 2016 +0200

    Fix return statements upon l3 validity check

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

commit fddbeff0947e707335419380a2648c8d3579d065
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Apr 18 17:04:17 2016 +0200

    hnb-test: generate SRES from hardcoded Ki
    
    Previously the SRES was hardcoded, but the CN changed to generate the SRES.
    So now, generate the SRES while still using the hardcoded Ki.
    
    Fixes the Authentication Response message when testing IuCS Location Update.

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

Summary of changes:
 src/ranap_common_cn.c       |   3 +
 src/tests/hnb-test-layers.h |  16 +++++
 src/tests/hnb-test-ranap.c  |  31 ++--------
 src/tests/hnb-test-rua.c    |  22 ++-----
 src/tests/hnb-test.c        | 139 ++++++++++++++++++++------------------------
 5 files changed, 92 insertions(+), 119 deletions(-)
 create mode 100644 src/tests/hnb-test-layers.h


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



More information about the osmocom-commitlog mailing list