libosmocore.git branch master updated. 0.8.0-31-g9731935

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
Thu Apr 30 18:02:23 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 "An utility library for Open Source Mobile Communications".

The branch, master has been updated
       via  97319359849cb21342a3243c6202def1cd18bc94 (commit)
      from  580af4be0023a669d1b756f0f6180eed5ea98144 (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=97319359849cb21342a3243c6202def1cd18bc94

commit 97319359849cb21342a3243c6202def1cd18bc94
Author: Jacob Erlbeck <jerlbeck at sysmocom.de>
Date:   Thu Apr 30 19:28:03 2015 +0200

    bssgp: Fix call to llist_entry in fc_queue_timer_cfg
    
    Currently the DL sometimes hangs and sometimes a lot of messages
    (still not able to send PDU) are logged. This is caused by an invalid
    timer delay computation, setting msecs either to 0 or to some big value.
    
    This is due to an '&' operator at the wrong place, accessing some
    parts in fc instead of the first element of the list.
    
    This commit fixes that issue.
    
    Sponsored-by: On-Waves ehf

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

Summary of changes:
 src/gb/gprs_bssgp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


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



More information about the osmocom-commitlog mailing list