osmocom-bb.git branch fixeria/fake_trx updated. osmocon_v0.0.0-1880-gd504a6aa

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 Aug 15 08:37:47 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 "The Open Source GSM Base Band stack".

The branch, fixeria/fake_trx has been updated
       via  d504a6aa017e5ed4325b3654e5e6e038ad323a96 (commit)
       via  5a9a92a902bcaa695e0b5ff4f97489ec7c4dbbeb (commit)
       via  ccb175b0881b4d2764d22fa32ca9c709658a0a74 (commit)
       via  90ebcd849a4f2aaeedf01c7ccd58b95b275003e0 (commit)
       via  601ffed41570f65736f33944255d0b05a22ee039 (commit)
       via  95fde54a438942a68713a57fab3602d5de2e6ad3 (commit)
       via  dafa0c2f8621587bfbc12a40fb9f43bdd591888f (commit)
       via  3a128e5671fdc55991e92199ad1489fdfbd24a63 (commit)
      from  2ae2660cea8680bc2d0f9025b7a0f00161ffabe7 (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=d504a6aa017e5ed4325b3654e5e6e038ad323a96

commit d504a6aa017e5ed4325b3654e5e6e038ad323a96
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Tue Aug 15 14:30:19 2017 +0600

    host/trxcon/l1ctl.c: use primitive management API for RACH
    
    Change-Id: I956ddfc4d1b47575715375c08f46c55953ec5fb6

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

commit 5a9a92a902bcaa695e0b5ff4f97489ec7c4dbbeb
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Sun Aug 13 00:16:24 2017 +0600

    host/trxcon/l1ctl.c: share primitive management code
    
    This change introduces shared primitive management functions,
    exposed from the l1ctl_rx_data_req() implementation:
    
      - sched_trx_init_prim() - allocates memory for a new primitive
        and its payload. Initializes primitive's header, setting
        the logical channel type and the payload length. After
        initialization, the talloc context of a primitive is
        a trx instance, which passed as the first argument.
    
      - sched_trx_push_prim() - decodes the timeslot index from
        chan_nr and pushes a primitive to its transimt queue.
        The talloc context of primitive is changed to the
        parent trx_ts instance after queuing.
    
    Both functions will be used for handling both L1CTL_TRAFFIC_REQ
    and L1CTL_RACH_REQ.
    
    Change-Id: I8169a1ef4ef54d91b50f3e213e4842f54af8b499

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

commit ccb175b0881b4d2764d22fa32ca9c709658a0a74
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Sun Aug 13 01:20:19 2017 +0600

    host/trxcon/l1ctl.c: don't fill l1ctl_info_ul into a primitive
    
    The UL frame header isn't used by lchan handlers.
    
    Change-Id: Ia1c63b6f17c3802b29f54299da1151a39edf3a03

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

commit 90ebcd849a4f2aaeedf01c7ccd58b95b275003e0
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Mon Aug 7 13:18:59 2017 +0600

    host/trxcon/l1ctl.c: retune TRX only if current ARFCN differs
    
    Change-Id: I797dc284bd92d07ad4859f851a44d048407db86d

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

commit 601ffed41570f65736f33944255d0b05a22ee039
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Sat Aug 5 02:22:12 2017 +0600

    host/trxcon/scheduler: send stored tx_power to transceiver
    
    Previously a fixed fake value (10) was used.
    
    Change-Id: I8ba70bbda6c8c9249f8eb4294aeb41ab8769a19a

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

commit 95fde54a438942a68713a57fab3602d5de2e6ad3
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Fri Aug 4 16:37:45 2017 +0600

    host/trxcon/l1ctl.c: fix wrong log level
    
    Change-Id: I0ac65d94b0ae3dd370675318a26a65d11c49cbbe

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

commit dafa0c2f8621587bfbc12a40fb9f43bdd591888f
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Fri Aug 4 16:31:04 2017 +0600

    host/trxcon: separate logging of L1 Control and L1 Data
    
    L1 Data is quite verbose, while Control is typically limited.
    And if you would need to debug some Control message handling,
    the Data messages wont overflow your terminal anymore. This
    change introduces a new logging category named 'DL1D'.
    
    Change-Id: Id830c8bf913f7a8ddc87c47f70a337ee4623abd8

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

commit 3a128e5671fdc55991e92199ad1489fdfbd24a63
Author: Vadim Yanitskiy <axilirator at gmail.com>
Date:   Fri Aug 4 13:05:09 2017 +0600

    host/trxcon/l1ctl.c: do nothing if CCCH mode matches
    
    When the L1CTL_CCCH_MODE_REQ is received, we don't need to
    reconfigure anything if the current mode matches requested.
    
    Change-Id: Ib8a511e4edd7210b1806f47e83f316be00a8cbb1

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

Summary of changes:
 src/host/trxcon/l1ctl.c            | 140 +++++++++++++++++--------------------
 src/host/trxcon/l1ctl_link.c       |  16 ++---
 src/host/trxcon/logging.c          |   6 ++
 src/host/trxcon/logging.h          |   3 +-
 src/host/trxcon/sched_lchan_rach.c |   2 +-
 src/host/trxcon/sched_lchan_xcch.c |   6 +-
 src/host/trxcon/sched_trx.c        |  69 ++++++++++++++++++
 src/host/trxcon/sched_trx.h        |   8 +++
 8 files changed, 159 insertions(+), 91 deletions(-)


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



More information about the osmocom-commitlog mailing list