openbsc.git branch fairwaves/master-rebase updated. fairwaves/0.15.1-fw.7-4-g8623c372c

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 Aug 23 15:08:53 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, fairwaves/master-rebase has been updated
       via  8623c372ccd739b073c405bf475be3c3f0aab5e3 (commit)
       via  ee594b10352dee30458d48fdc6d661a9b9576f76 (commit)
       via  688915abc7d64bf8e0ce25db96ccf14f98e917f9 (commit)
      from  4cd60620fc46a386637ec24c502224e4221b3dd8 (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=8623c372ccd739b073c405bf475be3c3f0aab5e3

commit 8623c372ccd739b073c405bf475be3c3f0aab5e3
Author: Ivan Kluchnikov <kluchnikovi at gmail.com>
Date:   Wed Aug 23 17:53:37 2017 +0300

    transaction: Add new function trans_find_by_lchan
    
    Function returns transaction for given lchan.
    In case of active call hold procedure it could be two transactions in a list with links to the same lchan:
     * transaction for call on hold
     * transaction for active call.
    In this case function ignores transaction which was put on hold and returns active call transaction.
    
    Change-Id: I41171d4e61abfa5f2b01d6fbf4a0ac98073d97a9

http://cgit.osmocom.org/openbsc/commit/?id=ee594b10352dee30458d48fdc6d661a9b9576f76

commit ee594b10352dee30458d48fdc6d661a9b9576f76
Author: Ivan Kluchnikov <kluchnikovi at gmail.com>
Date:   Wed Aug 23 17:51:22 2017 +0300

    handover_decision: Add more log messages to get more information about HO causes in logs
    
    Change-Id: Ib0a0787ac8b877ac63455d72886389b546e7a337

http://cgit.osmocom.org/openbsc/commit/?id=688915abc7d64bf8e0ce25db96ccf14f98e917f9

commit 688915abc7d64bf8e0ce25db96ccf14f98e917f9
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/include/openbsc/transaction.h  |  1 +
 openbsc/src/libbsc/handover_decision.c | 24 ++++++++++++++++++------
 openbsc/src/libmsc/transaction.c       | 26 ++++++++++++++++++++++++++
 3 files changed, 45 insertions(+), 6 deletions(-)


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



More information about the osmocom-commitlog mailing list