osmocom-bb.git branch fixeria/trx updated. osmocon_v0.0.0-2064-g4ccb2261

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 Mar 11 11:19:24 UTC 2018


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 "The Open Source GSM Base Band stack".

The branch, fixeria/trx has been updated
       via  4ccb2261b1ac2e207303393fe509878f160dd96b (commit)
       via  40e71126abc26eb4d3deea580ca8c8f1c6c8c73b (commit)
       via  47aaf962fbd358f5b66a2d349160f25c521e6393 (commit)
       via  caebbebd164d5cfc4d1625cf5c11f64e85078f7f (commit)
       via  633c806a2bc25bac0abce6b48c5cf255cc99f8a1 (commit)
       via  ddddf9e0c488b51d08f6127e29a2d2e48e440095 (commit)
      from  d316b84413a4646b440ff5a5ab198a9f10aa9459 (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/osmocom-bb/commit/?id=4ccb2261b1ac2e207303393fe509878f160dd96b

commit 4ccb2261b1ac2e207303393fe509878f160dd96b
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Fri Mar 9 17:28:57 2018 +0700

    trxcon/sched_lchan_tchf.c: always send traffic indications
    
    We shall always send traffic frame indications, even if received
    frame is incomplete or decoding was failed. This is required
    for proper Measurement Reporting.
    
    Change-Id: I99e134699796c7075299459e96b2f2d462636619

http://cgit.osmocom.org/osmocom-bb/commit/?id=40e71126abc26eb4d3deea580ca8c8f1c6c8c73b

commit 40e71126abc26eb4d3deea580ca8c8f1c6c8c73b
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Fri Mar 9 17:09:44 2018 +0700

    trxcon/sched_lchan_xcch.c: always send data indications
    
    We shall always send data frame indications, even if received
    frame is incomplete or decoding was failed. This is required
    for proper Measurement Reporting.
    
    Change-Id: I7beee7e797f488d04c3b59bee9501ce823717092

http://cgit.osmocom.org/osmocom-bb/commit/?id=47aaf962fbd358f5b66a2d349160f25c521e6393

commit 47aaf962fbd358f5b66a2d349160f25c521e6393
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Fri Mar 9 15:24:20 2018 +0700

    trxcon/scheduler: enforce lchan handlers to set message type
    
    Since this change, each lchan handler shall manually indicate
    a type of both message indications and confirmations.
    
    Change-Id: I02e0b87d61c127d2f6f5b9532909af78332bf707

http://cgit.osmocom.org/osmocom-bb/commit/?id=caebbebd164d5cfc4d1625cf5c11f64e85078f7f

commit caebbebd164d5cfc4d1625cf5c11f64e85078f7f
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Fri Mar 9 15:07:17 2018 +0700

    trxcon/sched_lchan_common.c: use static memory allocation
    
    There is no need to allocate the DL header for each new message.
    
    Change-Id: Id7ad815c6b403f5c3d15fc02022397188f1d87fd

http://cgit.osmocom.org/osmocom-bb/commit/?id=633c806a2bc25bac0abce6b48c5cf255cc99f8a1

commit 633c806a2bc25bac0abce6b48c5cf255cc99f8a1
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Fri Mar 9 14:52:35 2018 +0700

    trxcon: clean up DATA / TRAFFIC indication API
    
      - change 'l1ctl_tx_data_ind' symbol to 'l1ctl_tx_dt_ind' in
        order to indicate that it's used for both DATA and TRAFFIC;
    
      - introduce a 'traffic' flag, which is used to define either
        TRAFFIC or DATA indication type;
    
      - pass L2 payload and its length separately from the
        Downlink info header.
    
    Change-Id: I9fe65ee9b2d772576b86b7bc85d53518530d1579

http://cgit.osmocom.org/osmocom-bb/commit/?id=ddddf9e0c488b51d08f6127e29a2d2e48e440095

commit ddddf9e0c488b51d08f6127e29a2d2e48e440095
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Fri Mar 9 14:34:21 2018 +0700

    trxcon: clean up DATA / TRAFFIC confirmation API
    
      - change 'l1ctl_tx_data_conf' symbol to 'l1ctl_tx_dt_conf' in
        order to indicate that it's used for both DATA and TRAFFIC;
    
      - introduce a 'traffic' flag, which is used to define either
        TRAFFIC or DATA confirmation type;
    
    Change-Id: Iedd569086a264dc7d8740abea5c6e5ca21e299f6

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

Summary of changes:
 src/host/trxcon/l1ctl.c              | 47 ++++++++++++------------
 src/host/trxcon/l1ctl.h              |  8 ++---
 src/host/trxcon/sched_lchan_common.c | 70 +++++++++++++-----------------------
 src/host/trxcon/sched_lchan_tchf.c   | 53 ++++++++++++++++-----------
 src/host/trxcon/sched_lchan_xcch.c   | 17 +++++----
 src/host/trxcon/sched_trx.h          |  8 ++---
 6 files changed, 99 insertions(+), 104 deletions(-)


hooks/post-receive
-- 
The Open Source GSM Base Band stack



More information about the osmocom-commitlog mailing list