libosmocore.git branch master updated. 0.10.2-218-g473485c9

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
Fri Mar 23 12:31:40 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, master has been updated
       via  473485c903c16c36198d6317a0545f109785cf21 (commit)
      from  c1991df2c496835bd2bdfda6c79c5100dea56a8d (commit)

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=473485c903c16c36198d6317a0545f109785cf21

commit 473485c903c16c36198d6317a0545f109785cf21
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Fri Mar 23 02:04:18 2018 +0100

    gsm0808_test: cosmetic: test non-hex MCC
    
    The test currently sets the MCC by a hex value, which is a weird choice. The
    MCC gets BCD'd and hence we will see the decimal values 1:1 in the encoded
    octets as hex digits. Using hex as input obscures that:
    
    Right now it sets mcc = 0x123, which is actually 291 in decimal, and we hence
    see "92 .1" in the expected BCD result. Using 0x124 in the test source actually
    makes it hard to see where the 0x123 went.
    
    Change the MCC to decimal notation (123, 124, 125) and adjust the expected
    encoded output.
    
    Change-Id: I973835c54a90fefe50d2b3581324d12556715f58

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

Summary of changes:
 tests/gsm0808/gsm0808_test.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)


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



More information about the osmocom-commitlog mailing list