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.orgThis 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  4cd60620fc46a386637ec24c502224e4221b3dd8 (commit)
      from  c9d1f6f84194ae025e44f3dd86b4f5f792868c26 (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=4cd60620fc46a386637ec24c502224e4221b3dd8
commit 4cd60620fc46a386637ec24c502224e4221b3dd8
Author: Ivan Kluchnikov <kluchnikovi at gmail.com>
Date:   Thu Aug 10 17:34:05 2017 +0300
    handover_logic: set correct link to bts for subscriber_connection in case of moving this connection to another bts
    
    In case of successful completion of handover gsm_subscriber_connection could be moved from one bts to another,
    so connection link to bts should be replaced by link to bts, which owns new_lchan.
    This bug was detected, because conn->bts->nr is used in call control log messages
    and wrong number of bts was observed in these messages after handover.
    
    Change-Id: Idc7dd412b7580c451e716b73ef7549826c60b0d9
-----------------------------------------------------------------------
Summary of changes:
 openbsc/src/libbsc/handover_logic.c | 1 +
 1 file changed, 1 insertion(+)
hooks/post-receive
-- 
Legacy: The OpenBSC GSM Base Station Controller (+MSC/HLR/SGSN)