osmo-iuh.git branch neels/wip updated. e8feb1311bfbde30dc05d17d03b9ede791e7c0c9

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:28:53 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
  discards  5ebdd65cdf5d6d82f5b3742488317349c37eae90 (commit)
  discards  a959c952830e52fd263dec1553ac5360cccff870 (commit)
  discards  0a2a0317fd810a53491a921813615a50537a83a9 (commit)
  discards  9870862c72a7965378f6b597cd1c93225c02fe84 (commit)
  discards  fddbeff0947e707335419380a2648c8d3579d065 (commit)
  discards  83114b794abf54d9af133932dd56661a5761d9d1 (commit)
  discards  d4a01811c58bad86c792910648656d839773de5a (commit)
  discards  8341ace2c9c5fdcfd0c65e8d6737ef5019c09dcf (commit)
       via  e8feb1311bfbde30dc05d17d03b9ede791e7c0c9 (commit)
       via  6c03f71124781601f29feda62b928fa929cffcf4 (commit)
       via  775e2ec955c597a2c72f4cfb8f23d98555e395ad (commit)
       via  1091106cfa5b59f29c9a783e7d638b8286c08263 (commit)
       via  8f0e95fb5bdbe6f58dbb03d3880aa65ba3705651 (commit)
       via  c34a517c9062641fc3ac59e09c52d5d7ca8dc438 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (5ebdd65cdf5d6d82f5b3742488317349c37eae90)
            \
             N -- N -- N (e8feb1311bfbde30dc05d17d03b9ede791e7c0c9)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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=e8feb1311bfbde30dc05d17d03b9ede791e7c0c9

commit e8feb1311bfbde30dc05d17d03b9ede791e7c0c9
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Apr 5 11:53:09 2016 +0200

    hnb-test: plmn_id: use 0xf for unused digit

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

commit 6c03f71124781601f29feda62b928fa929cffcf4
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Apr 19 00:13:11 2016 +0200

    RANAP Initiating msg: rx and free Security Mode Command
    
    Add the Security Mode Command procedure code to cn_ranap_rx_initiating_msg_co()
    and cn_ranap_free_initiating_msg_co(), for hnb-test (see comments in the code).

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

commit 775e2ec955c597a2c72f4cfb8f23d98555e395ad
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=1091106cfa5b59f29c9a783e7d638b8286c08263

commit 1091106cfa5b59f29c9a783e7d638b8286c08263
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Apr 19 00:13:53 2016 +0200

    hnb-test: simplify crossing message layers
    
    Adding the Security Mode Control command would break the current scheme of
    callbacks across layers. This brought to my attention that the scheme is indeed
    unnecessarily complex, so simplify it.
    
    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=8f0e95fb5bdbe6f58dbb03d3880aa65ba3705651

commit 8f0e95fb5bdbe6f58dbb03d3880aa65ba3705651
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.

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

commit c34a517c9062641fc3ac59e09c52d5d7ca8dc438
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Wed Apr 13 19:09:41 2016 +0200

    debug log: rx-unitdata

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

Summary of changes:
 src/ranap_common_cn.c | 4 ++++
 1 file changed, 4 insertions(+)


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



More information about the osmocom-commitlog mailing list