osmo-bts.git branch master updated. 0.4.0-16-g62d7502

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
Sun Dec 6 20:31:16 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 "Osmocom BTS-side code (Abis, scheduling, ...)".

The branch, master has been updated
       via  62d7502b82cbe56211bcd4aa3a363757650fced3 (commit)
       via  2d5481da278f8b09c4772d54f044ba2b26eeef14 (commit)
       via  44bc9408b1dcc4d07f8aff9800d8fcf317954231 (commit)
       via  02337e1d1d5a97c0c062c4d2cdc13bff7c17bae7 (commit)
      from  437deb5f3a9dcfcb0c40ac8b44c20a5987907990 (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/osmo-bts/commit/?id=62d7502b82cbe56211bcd4aa3a363757650fced3

commit 62d7502b82cbe56211bcd4aa3a363757650fced3
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Dec 5 15:57:09 2015 +0100

    osmo-bts-sysmo: Disable DSP trace flags by default

http://cgit.osmocom.org/osmo-bts/commit/?id=2d5481da278f8b09c4772d54f044ba2b26eeef14

commit 2d5481da278f8b09c4772d54f044ba2b26eeef14
Author: Harald Welte <laforge at gnumonks.org>
Date:   Sat Dec 5 11:54:08 2015 +0100

    l1sap: Ensure we only pass PHY primitives of active lchans
    
    In some situations, a PHY might send us a primitive for a logical
    channel that is not (or no longer) active.  Passing such primitives
    higher up the stack is asking for trouble.  Specifically, LAPDm
    instances cannot accept messages once their instance has been released.
    
    We introduce two new helper functions: get_lchan_by_chan_nr() as well as
    get_active_lchan_by_chan_nr().  The former just centralizes the look-up
    of the lchan by timeslot number and sub-slot number.  The latter also
    checks to ensure the lchan is active, which is used for PH-DATA / PH-RTS
    primitives.  To the contrary, MPH primitives generally don't require the
    cahnnel to be active for processing.

http://cgit.osmocom.org/osmo-bts/commit/?id=44bc9408b1dcc4d07f8aff9800d8fcf317954231

commit 44bc9408b1dcc4d07f8aff9800d8fcf317954231
Author: Harald Welte <laforge at gnumonks.org>
Date:   Thu Dec 3 19:54:38 2015 +0100

    common/rsl.c: The presence of a valied measurement result is DEBUG
    
    we shouldn't consider the presence of a valid measurement result
    as something NOTICEable

http://cgit.osmocom.org/osmo-bts/commit/?id=02337e1d1d5a97c0c062c4d2cdc13bff7c17bae7

commit 02337e1d1d5a97c0c062c4d2cdc13bff7c17bae7
Author: Harald Welte <laforge at gnumonks.org>
Date:   Fri Nov 20 21:35:07 2015 +0100

    sysmobts: Dont recycle PHY primitive for L1SAP in PH-DATA.ind

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

Summary of changes:
 src/common/l1sap.c         | 86 ++++++++++++++++++++++------------------------
 src/common/rsl.c           |  2 +-
 src/osmo-bts-sysmo/l1_if.c | 34 ++++++++----------
 src/osmo-bts-sysmo/main.c  |  2 +-
 4 files changed, 57 insertions(+), 67 deletions(-)


hooks/post-receive
-- 
Osmocom BTS-side code (Abis, scheduling, ...)



More information about the osmocom-commitlog mailing list