libosmocore.git branch neels/inter_bsc_ho updated. 0.10.2-226-g488bae86

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
Sat Mar 24 19:14:26 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 updated
  discards  da22d5b2a40f145ab4c522f251f9f5712357d299 (commit)
       via  488bae86a2259ca2b1d45dda4b13c3c1fae9e53a (commit)
       via  b2e03af892a06fe2bbe1021244b237bdfb839a51 (commit)
       via  1449840506ee8e61565b41ba4a1e9d69f204e0af (commit)
       via  156c2e9b8d900c0bca6fa65d87824097118d5205 (commit)
       via  098e2f81df056e2eaa6f3a89fd2ecf89cd815155 (commit)
       via  21946e8f5dbc0c7128ac82991017ec6d4c99d0d1 (commit)
       via  8b8cd938173b2c1ef1f836a613691bd9e6789b76 (commit)
       via  c44fc23feecc58ef3041f317dee0e5297e3c4571 (commit)
       via  473485c903c16c36198d6317a0545f109785cf21 (commit)
       via  c1991df2c496835bd2bdfda6c79c5100dea56a8d (commit)
       via  7e27b14ef29da0d8f834d8aba03551c34341ba90 (commit)
       via  04a2a3231f8c300e27e0d8309acef081ed58d80f (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 (da22d5b2a40f145ab4c522f251f9f5712357d299)
            \
             N -- N -- N (488bae86a2259ca2b1d45dda4b13c3c1fae9e53a)

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/libosmocore/commit/?id=488bae86a2259ca2b1d45dda4b13c3c1fae9e53a

commit 488bae86a2259ca2b1d45dda4b13c3c1fae9e53a
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Fri Mar 23 01:46:42 2018 +0100

    add gsm0808_cell_id_list_add() to combine two cell identifier lists
    
    Change-Id: I5781f5fa5339c92ab2e2620489b002829d206925

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

commit b2e03af892a06fe2bbe1021244b237bdfb839a51
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Thu Mar 22 14:04:30 2018 +0100

    add osmo_cgi_name()
    
    Change-Id: Iebc5cdf61b697b1603900993fc265af3eca0cedf

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

commit 1449840506ee8e61565b41ba4a1e9d69f204e0af
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=156c2e9b8d900c0bca6fa65d87824097118d5205

commit 156c2e9b8d900c0bca6fa65d87824097118d5205
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Fri Mar 23 01:47:14 2018 +0100

    avoid warning in gsm0808_create_layer3
    
    Change-Id: Ie098af4fc9640240196eda10fd61edcb3a872455

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

commit 098e2f81df056e2eaa6f3a89fd2ecf89cd815155
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Thu Mar 22 14:05:21 2018 +0100

    deprecate PLMN de-/coding functions incapable of 3-digit MNC with leading zeros
    
    All our projects have seen patches to move to 3-digit MNC handling.
    
    Furthermore, since our builds no longer break from deprecation warnings, I shall
    no longer refrain from deprecating old API.
    
    Change-Id: I55dfaf7ce74870de44120b26c42d45bb7b184341

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

commit 21946e8f5dbc0c7128ac82991017ec6d4c99d0d1
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Sat Mar 24 20:10:30 2018 +0100

    cosmetic: gsm0808_test: drop extraneous assertion
    
    Recent commit I77cd4b9142510c6914298b720d9c19ab68f9ebef left an obsolete
    assertion around. It is already done in the if-body now.
    
    Change-Id: I1bb2ea363e8a9d86b24338df3584abc93ebc6dd4

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

Summary of changes:
 include/osmocom/gsm/gsm0808.h            |  9 ++--
 include/osmocom/gsm/gsm23003.h           |  2 +
 include/osmocom/gsm/gsm48.h              | 12 +++--
 include/osmocom/gsm/protocol/gsm_08_08.h |  8 +--
 src/fsm.c                                | 36 ++++++++-----
 src/gsm/gsm0808.c                        | 88 +++++++++++++++++++++++++++++++-
 src/gsm/gsm0808_utils.c                  |  8 +--
 src/gsm/gsm23003.c                       | 18 +++++++
 src/gsm/libosmogsm.map                   |  3 ++
 tests/fsm/fsm_test.c                     |  4 ++
 tests/gsm0808/gsm0808_test.c             | 78 +++++++++++++++-------------
 11 files changed, 201 insertions(+), 65 deletions(-)


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



More information about the osmocom-commitlog mailing list