osmo-iuh.git branch sysmocom/ipa_nano3G updated. 30188bb5a81e2ba5e02e9c0a522d5848d2212550

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
Tue Apr 26 12:39:32 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, sysmocom/ipa_nano3G has been updated
  discards  ee62f4ee8595382b7db8dcecafdf8b6d353d7e3c (commit)
  discards  3e648c14fef4e50840ccfc8e238ffeb87d782772 (commit)
  discards  0c35d83fbd19f841d84c3218635c5ac9fdbf54d1 (commit)
  discards  2860445326f4a23e382cb349d4e7b52f44d8a7a1 (commit)
  discards  3b8e4d9675c9e36c19e64256da3658ed4347287f (commit)
  discards  819fbb5213c98a98bc82ae89e033f6eef333746d (commit)
  discards  adbda2688e83043b72bd8f1e03b220c242fbec14 (commit)
       via  30188bb5a81e2ba5e02e9c0a522d5848d2212550 (commit)
       via  6bdba59239e4353da96bcae05ce2f8f9a6a3b680 (commit)
       via  dd072a90d77eafd2252d31834ad1cc18afed031d (commit)
       via  fd7ce5f9b48839013617aef8c7f410ced2672754 (commit)
       via  cbb8db325c2bdfbd5495d4b8d0edbbbfb360d3d1 (commit)
       via  5b6fb9c301f4906f2fceac33bb74485d298711e3 (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 (ee62f4ee8595382b7db8dcecafdf8b6d353d7e3c)
            \
             N -- N -- N (30188bb5a81e2ba5e02e9c0a522d5848d2212550)

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=30188bb5a81e2ba5e02e9c0a522d5848d2212550

commit 30188bb5a81e2ba5e02e9c0a522d5848d2212550
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Sat Apr 23 13:53:28 2016 +0200

    hnbgw: dumb fix of context map hnb_list double delete

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

commit 6bdba59239e4353da96bcae05ce2f8f9a6a3b680
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Apr 25 15:05:32 2016 +0200

    hack: simply accept UE Register Requests with TMSI
    
    HNBGW would usually keep track of UEs that have registered, with their
    IMSI. When a UE registers with only a TMSI, we obviously can't store an
    IMSI. However, since we're so far never *using* the list of UEs in
    osmo-hnbgw, we might as well just accept the TMSI registration and carry
    on as usual.
    
    This is particularly helpful with an ip.access nano3G femto cell, as it
    tends to send UE registrations with a TMSI+LAI identification instead of
    an IMSI when the subscriber is known. This causes timeouts of several
    minutes until a UE registration switches back to IMSI. When simply
    accepting the TMSI in osmo-hngw, no problems are apparent in our current
    code state.
    
    We could use the subscriber list during paging, but on the other hand,
    it doesn't hurt to anyway always page to all HNBs connected to osmo-hnbgw.
    The paging procedure does include a page-to-all-HNBs in case the first
    HNB paging fails. However, since we're now failing to record UEs that
    register by TMSI, we must be aware that trying to page such UE on only
    its last seen HNB will fail; it is plainly missing in the list.

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

commit dd072a90d77eafd2252d31834ad1cc18afed031d
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Apr 25 14:55:35 2016 +0200

    UE Register with TMSI: reply with a Register Reject
    
    When receiving a UE Register Request with TMSI and no IMSI, compose a
    Register Reject with the same UE Identity and send.
    
    The accepting function expects a ue_context argument and composes the
    message from the IMSI found there. This new rejection message cannot rely
    on a ue_context struct and hence uses the asn1 uE_Identity directly.

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

commit fd7ce5f9b48839013617aef8c7f410ced2672754
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Apr 25 15:21:09 2016 +0200

    RAB parameters: add Extended Max Bitrate
    
    This IE is seen in a "real life" pcap of hNodeB operation. We did not need it
    so far, but add it to test the ip.access nano3G.
    
    Comment from the future: the ip.access nano3G rebooted upon RAB Assignment
    Request, and after adding/tweaking some IEs it stopped rebooting. This is one
    of the changes that fixed the reboot issue. The changes have been tested
    incrementally until reboots vanished, but it's not clear/hasn't been tested
    whether omitting this change alone will cause reboots to re-appear.

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

commit cbb8db325c2bdfbd5495d4b8d0edbbbfb360d3d1
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Apr 25 15:17:25 2016 +0200

    RAB parameters: tweak the Allocation Or Retention Priority
    
    These values are seen in a "real life" pcap from hNodeB operation.
    
    Comment from the future: the ip.access nano3G rebooted upon RAB Assignment
    Request, and after adding/tweaking some IEs it stopped rebooting. This is one
    of the changes that fixed the reboot issue. The changes have been tested
    incrementally until reboots vanished, but it's not clear/hasn't been tested
    whether omitting this change alone will cause reboots to re-appear.

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

commit 5b6fb9c301f4906f2fceac33bb74485d298711e3
Author: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Date:   Mon Apr 25 15:14:08 2016 +0200

    RAB parameters: add Traffic Handling Priority
    
    Add this 'missing' IE from the RAB Assignment Request (while hacking on the
    ip.access nano3G).
    
    Comment from the future: the ip.access nano3G rebooted upon RAB Assignment
    Request, and after adding/tweaking some IEs it stopped rebooting. This is one
    of the changes that fixed the reboot issue. The changes have been tested
    incrementally until reboots vanished, but it's not clear/hasn't been tested
    whether omitting this change alone will cause reboots to re-appear.

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

Summary of changes:
 src/ranap_msg_factory.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


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



More information about the osmocom-commitlog mailing list