osmocom-bb.git branch master updated. osmocon_v0.0.0-1755-g8a2e935

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 Jul 21 11:19:35 UTC 2015


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  8a2e935cdb67ff93a0ec8382b41f173b216ca3b5 (commit)
      from  fc20a37cb375dac11f45b78a446237c70f00841c (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=8a2e935cdb67ff93a0ec8382b41f173b216ca3b5

commit 8a2e935cdb67ff93a0ec8382b41f173b216ca3b5
Author: Felix Domke <tmbinc at elitedvb.net>
Date:   Wed Jul 15 04:09:50 2015 +0200

    layer1: fix chan_nr2mf_task_mask for TCH/H channel
    
    "multiframe", the frame layout (used to compute neighbor
    cell monitoring pattern) was uninitialized in TCH/H case.
    
    This, in combination with gcc optimizing the
    "switch(multiframe)"-statement into a LUT without bounds-
    checking (since using an uninitialized value is undefined
    behavior) caused neigh_task to be filled with an out-of-
    bounds value, eventually crashing the TDMA scheduler.
    
    Written-by: Felix Domke <tmbinc at elitedvb.net>
    Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>

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

Summary of changes:
 src/target/firmware/layer1/l23_api.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


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



More information about the osmocom-commitlog mailing list