osmocom-bb.git branch master updated. osmocon_v0.0.0-1889-g68bd1107

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
Wed Dec 13 12:25:51 UTC 2017


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 "The Open Source GSM Base Band stack".

The branch, master has been updated
       via  68bd1107178044207c07a3fd75219413e9a17c65 (commit)
       via  1a8a80aeae4c2e5c870ae5b032d9a6ae60b67ac8 (commit)
      from  2cac7e8ceffc8e7d4667b2f9f7477364b80716d0 (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/osmocom-bb/commit/?id=68bd1107178044207c07a3fd75219413e9a17c65

commit 68bd1107178044207c07a3fd75219413e9a17c65
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Sat Dec 9 02:03:13 2017 +0700

    mobile/gsm48_rr.c: cosmetic: drop wrong comment
    
    Nothing is actually being skipped in this function.
    
    Change-Id: I9d5a33cf3a1dd7a75f9769d3c5ba85c59594b8f4

http://cgit.osmocom.org/osmocom-bb/commit/?id=1a8a80aeae4c2e5c870ae5b032d9a6ae60b67ac8

commit 1a8a80aeae4c2e5c870ae5b032d9a6ae60b67ac8
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Wed Dec 6 03:36:48 2017 +0700

    mobile/gsm48_rr.c: fix ACCH System Information parsing
    
    According to GSM 04.08, the System Information messages, such as
    SI5, SI5ter, SI5bis and SI6 (described in sections 9.1.37-40),
    have no the 'L2 Pseudo Length' (10.5.2.19) field, unlike others.
    
    So, previously the ACCH SI messages were ignored due to an
    implementation error - the gsm48_system_information_type_header
    struct isn't applicable here, because it assumes the 'l2_plen'.
    
    Since there is no (yet?) equivalent struct for the ACCH SI, this
    change replaces the wrong struct by the 'gsm48_hdr', which
    satisfies described requirements.
    
    Moreover, this change cleans up some gsm48_rr_rx_sysinfo*
    functions, getting rid of meaningless pionter shifting.
    
    Change-Id: I9166996f146af7973bf02a8a1c965581dc58a4a5

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

Summary of changes:
 src/host/layer23/src/mobile/gsm48_rr.c | 27 +++++++++++----------------
 1 file changed, 11 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
The Open Source GSM Base Band stack



More information about the osmocom-commitlog mailing list