openbsc.git branch master updated. 0.15.0-881-gb0a6d1b92

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 Sep 5 10:38: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 "Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)".

The branch, master has been updated
       via  b0a6d1b92daffa37761bbb342d465c46825ad68a (commit)
      from  5932ff04a1c7c3c831dae366d394d7ef0f8d1ffd (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/openbsc/commit/?id=b0a6d1b92daffa37761bbb342d465c46825ad68a

commit b0a6d1b92daffa37761bbb342d465c46825ad68a
Author: Ivan Kluchnikov <kluchnikovi at gmail.com>
Date:   Wed Aug 23 17:39:36 2017 +0300

    handover_decision: Fix condition for power budget handover attempt
    
    Handover attempt for power budget case should be performed every N SACCH frames,
    where N = Power Budget Interval.
    First measurement report with mr->nr = 0 was used for the first handover attempt
    in this case, which is not correct, because first usable report should have
    mr->nr = net->handover.pwr_interval-1.
    Moreover using the first measurement report with mr->nr = 0 for handover attempt
    could lead to unnecessary handover, because usually av_rxlev for first measurement report
    from MS is worse than for following reports.
    
    Change-Id: If7f54a4cb179eaa9e5eb147b9477633ac618e69e

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

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


hooks/post-receive
-- 
Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)



More information about the osmocom-commitlog mailing list