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

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:32: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
  discards  6dd6af58b4f2b3a6cdc73d5f9f35afcac8944e7c (commit)
  discards  13516c2d512b238a5bdeec9872c4d033a9ce5a5a (commit)
  discards  724ad04a34d72dc7fa313d695d4fd8de377eae36 (commit)
  discards  45fec9224cf95d6578b839984e6cb59eb17b5164 (commit)
  discards  6268c495342b4404c1abac45ce93ef842ce485d1 (commit)
  discards  680a982e1f3766644eff361623f21d9c7e06b6f3 (commit)
  discards  89ed6d9a183f8c7f1fff497c3a6a91c135580012 (commit)
  discards  d472d1299d7c93abe7e54a59f9a1145b7e4cf8e3 (commit)
  discards  7ba6bd8faae15680a059490ddac4eb73dabce25d (commit)
       via  d047834fb7765326a16be0e365430fdc135772a9 (commit)
       via  899c7cefab16e77f96b76b0ef1366635dc6264ae (commit)
       via  3ce14549ca64438d6084293ab8c9a451c823946b (commit)
       via  23c80b2e2d73c656f5e1251fb97ad9df846fe15e (commit)
       via  8776da8f437f00216ae028923164362845d94e8a (commit)
       via  8f7082988a1f46786e0741a6f7bbaa6db39771fb (commit)
       via  3799e786f20c54dcde25b3b9a9b37df2d4549d9b (commit)
       via  dcd0b7f613a6d8ee075f726ab7925de2753cc437 (commit)
       via  290487c1a7b5aa610e49e1370e454386bd9985ec (commit)
       via  37017f5df819fc13418826caa203afe5d3b8148a (commit)
       via  04861ef1ed4da11b6118df445631d8121e643954 (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 (6dd6af58b4f2b3a6cdc73d5f9f35afcac8944e7c)
            \
             N -- N -- N (d047834fb7765326a16be0e365430fdc135772a9)

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

commit d047834fb7765326a16be0e365430fdc135772a9
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=899c7cefab16e77f96b76b0ef1366635dc6264ae

commit 899c7cefab16e77f96b76b0ef1366635dc6264ae
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=3ce14549ca64438d6084293ab8c9a451c823946b

commit 3ce14549ca64438d6084293ab8c9a451c823946b
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=23c80b2e2d73c656f5e1251fb97ad9df846fe15e

commit 23c80b2e2d73c656f5e1251fb97ad9df846fe15e
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=8776da8f437f00216ae028923164362845d94e8a

commit 8776da8f437f00216ae028923164362845d94e8a
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=8f7082988a1f46786e0741a6f7bbaa6db39771fb

commit 8f7082988a1f46786e0741a6f7bbaa6db39771fb
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=3799e786f20c54dcde25b3b9a9b37df2d4549d9b

commit 3799e786f20c54dcde25b3b9a9b37df2d4549d9b
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=dcd0b7f613a6d8ee075f726ab7925de2753cc437

commit dcd0b7f613a6d8ee075f726ab7925de2753cc437
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=290487c1a7b5aa610e49e1370e454386bd9985ec

commit 290487c1a7b5aa610e49e1370e454386bd9985ec
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Thu Jan 14 12:52:53 2016 +0100

    move dummy_cn to 127.0.0.2 (Iu-PS) because I'm testing Osmo-CSCN on 127.0.0.1 (Iu-CS)

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

Summary of changes:
 README         | 2 ++
 src/hnbgw_cn.c | 2 ++
 2 files changed, 4 insertions(+)


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



More information about the osmocom-commitlog mailing list