osmo-iuh.git branch neels/wip updated. 6dd6af58b4f2b3a6cdc73d5f9f35afcac8944e7c

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 23:30:43 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  e8feb1311bfbde30dc05d17d03b9ede791e7c0c9 (commit)
  discards  6c03f71124781601f29feda62b928fa929cffcf4 (commit)
  discards  775e2ec955c597a2c72f4cfb8f23d98555e395ad (commit)
  discards  1091106cfa5b59f29c9a783e7d638b8286c08263 (commit)
  discards  8f0e95fb5bdbe6f58dbb03d3880aa65ba3705651 (commit)
  discards  c34a517c9062641fc3ac59e09c52d5d7ca8dc438 (commit)
       via  6dd6af58b4f2b3a6cdc73d5f9f35afcac8944e7c (commit)
       via  13516c2d512b238a5bdeec9872c4d033a9ce5a5a (commit)
       via  724ad04a34d72dc7fa313d695d4fd8de377eae36 (commit)
       via  45fec9224cf95d6578b839984e6cb59eb17b5164 (commit)
       via  6268c495342b4404c1abac45ce93ef842ce485d1 (commit)
       via  680a982e1f3766644eff361623f21d9c7e06b6f3 (commit)
       via  89ed6d9a183f8c7f1fff497c3a6a91c135580012 (commit)
       via  d472d1299d7c93abe7e54a59f9a1145b7e4cf8e3 (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 (e8feb1311bfbde30dc05d17d03b9ede791e7c0c9)
            \
             N -- N -- N (6dd6af58b4f2b3a6cdc73d5f9f35afcac8944e7c)

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=6dd6af58b4f2b3a6cdc73d5f9f35afcac8944e7c

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

    debug log: rx-unitdata

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

commit 13516c2d512b238a5bdeec9872c4d033a9ce5a5a
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=724ad04a34d72dc7fa313d695d4fd8de377eae36

commit 724ad04a34d72dc7fa313d695d4fd8de377eae36
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=45fec9224cf95d6578b839984e6cb59eb17b5164

commit 45fec9224cf95d6578b839984e6cb59eb17b5164
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Apr 19 01:21:41 2016 +0200

    ranap_msg_factory: add Security Mode Complete msg generator
    
    Needed by hnb-test to reply to a Security Mode Command message.

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

commit 6268c495342b4404c1abac45ce93ef842ce485d1
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=680a982e1f3766644eff361623f21d9c7e06b6f3

commit 680a982e1f3766644eff361623f21d9c7e06b6f3
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Tue Apr 19 01:24:34 2016 +0200

    hnb-test: cosmetic: rename hnb_test_nas_tx_dt() to hnb_test_tx_dt()
    
    Not all Direct Transfer messages contain a NAS PDU, see Security Mode
    Complete.

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

commit 89ed6d9a183f8c7f1fff497c3a6a91c135580012
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=d472d1299d7c93abe7e54a59f9a1145b7e4cf8e3

commit d472d1299d7c93abe7e54a59f9a1145b7e4cf8e3
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:
 include/osmocom/ranap/ranap_msg_factory.h |  7 +++++++
 src/ranap_msg_factory.c                   | 31 +++++++++++++++++++++++++++++++
 src/tests/hnb-test-layers.h               |  2 +-
 src/tests/hnb-test-ranap.c                | 13 ++++++++++++-
 src/tests/hnb-test.c                      | 14 ++++++++------
 5 files changed, 59 insertions(+), 8 deletions(-)


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



More information about the osmocom-commitlog mailing list