libosmocore.git branch neels/inter_bsc_ho created. 0.10.2-207-g780971e9

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 Mar 13 02:42:18 UTC 2018


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 "An utility library for Open Source Mobile Communications".

The branch, neels/inter_bsc_ho has been created
        at  780971e9fb9654ebee53d6044cc6c7eee09011eb (commit)

- Log -----------------------------------------------------------------
http://cgit.osmocom.org/libosmocore/commit/?id=780971e9fb9654ebee53d6044cc6c7eee09011eb

commit 780971e9fb9654ebee53d6044cc6c7eee09011eb
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Tue Mar 13 03:40:53 2018 +0100

    add support for gsm0808 HANDOVER REQUIRED message
    
    Change-Id: Idb6dc3eab0282158a17091d97ed77c1e2e3eb3c2

http://cgit.osmocom.org/libosmocore/commit/?id=d97bcebd64b604efbe8502a81fb2fc504903b4a9

commit d97bcebd64b604efbe8502a81fb2fc504903b4a9
Author: Stefan Sperling <ssperling at sysmocom.de>
Date:   Thu Feb 15 18:28:04 2018 +0100

    support for more cell ID list types in libosmocore
    
    Introduce gsm0808_dec_cell_id_list2() with supports additional types of
    cell identifier lists. The new parsing routines are based on similar
    routines used by the paging code in osmo-bsc's osmo_bsc_bssap.c.
    
    Likewise, introduce gsm0808_enc_cell_id_list2() with support for the
    same additional types of cell identifier lists.
    
    The old API using struct gsm0808_cell_id_list is deprecated.
    The previous definition was insufficient because it assumed that all
    decoded cell ID types could be represented with a single uint16_t.
    It was declared in a GSM protocol header (gsm/protocol/gsm_08_08.h)
    despite being a host-side representation of data in an IE.
    The only user I am aware of is in osmo-msc, where this struct is used
    for one local variable. osmo-msc releases >= 1.1.0 make use of this API.
    
    While here, fix a small bug in a test:
    test_gsm0808_enc_dec_cell_id_list_bss() set the cell ID type to 'LAC'
    but obviously wants to use type 'BSS'.
    
    Change-Id: Ib7e754f538df0c83298a3c958b4e15a32fcb8abb
    Related: OS#2847

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


hooks/post-receive
-- 
An utility library for Open Source Mobile Communications



More information about the osmocom-commitlog mailing list