osmo-bts.git branch achemeris/loopback updated. 0.3.0-265-g2c060ab

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 Jun 30 02:09:37 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, achemeris/loopback has been updated
  discards  5fb10f653e256a20a66a507108ad904989d5e6d8 (commit)
  discards  7f03c72929b9d3150320459a65d377ef96df059a (commit)
  discards  007b2379253894149c469834a84040e0ca33ab40 (commit)
  discards  6ed073b1cb038d348c902ba32ea2750b4a8dca8d (commit)
  discards  3a1fd7ce0fd44e8146deb9cc62318a1955ce6634 (commit)
  discards  7bd01f168ce68880d2e2f68414e723a7f1bc0d73 (commit)
  discards  7b20c63fd7d57152c7c626223aa9066d23e821be (commit)
  discards  4afba199afff3c3ee1901f0c92091c44595ec16e (commit)
       via  2c060ab9ad4a8a018784236487168f2ac468160e (commit)
       via  cfe6649d724409090f862cba5d657ce4a319a4b2 (commit)
       via  90fb92cb57526c6cb8867935df89b2e91929f1cf (commit)
       via  e1b76f598ef80ea6397cd532ee58f65bdad1c02a (commit)
       via  825811ebf508d29d6c69e9079e390e40942b4cbf (commit)
       via  f4076e1291f7af76ad6c1a7b47ee48e68e1f0766 (commit)
       via  99a213d34e528927de320e0e57e6ab5dc0ed59aa (commit)
       via  36de62b2b4cc2016f809cd7f5347aec6518f6810 (commit)
       via  771f09c378f0a008bd69ad25bbaab66360404b19 (commit)
       via  9c5cd51116ff2257ae27e31362085ffe6e9acd6e (commit)
       via  c3bbf75524836c28c4eb1bf91f04409dab8beb01 (commit)
       via  073bfb2e594a99c69b96300c2fe68ec01932d7e9 (commit)

This update added new revisions after undoing existing revisions.  That is
to say, the old revision is not a strict subset of the new revision.  This
situation occurs when you --force push a change and generate a repository
containing something like this:

 * -- * -- B -- O -- O -- O (5fb10f653e256a20a66a507108ad904989d5e6d8)
            \
             N -- N -- N (2c060ab9ad4a8a018784236487168f2ac468160e)

When this happens we assume that you've already had alert emails for all
of the O revisions, and so we here report only the revisions in the N
branch from the common base, B.

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=2c060ab9ad4a8a018784236487168f2ac468160e

commit 2c060ab9ad4a8a018784236487168f2ac468160e
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Mon Jun 15 00:40:27 2015 -0400

    trx: fix potential use of uninitialized toa variable.
    
    Not really a bug, as we're smart about it down the stream, but it's better to
    be strict here as well.

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

commit cfe6649d724409090f862cba5d657ce4a319a4b2
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Mon Jun 15 00:33:37 2015 -0400

    trx: Send POWERON/OFF commands to osmo-bts only for the first channel.
    
    osmo-trx never supported separate power control for trx's, but now it started
    to be more strict about it.

http://cgit.osmocom.org/osmo-bts/commit/?id=90fb92cb57526c6cb8867935df89b2e91929f1cf

commit 90fb92cb57526c6cb8867935df89b2e91929f1cf
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Sun Jun 14 23:49:16 2015 -0400

    HACK: Do not discard GSM-FR frames with bad CRC.

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

commit e1b76f598ef80ea6397cd532ee58f65bdad1c02a
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Wed Jun 10 00:47:13 2015 -0400

    trx: Support "bad burst" frames coming from osmo-trx.
    
    Todo: We should actually send command to enable this mode in osmo-trx.

http://cgit.osmocom.org/osmo-bts/commit/?id=825811ebf508d29d6c69e9079e390e40942b4cbf

commit 825811ebf508d29d6c69e9079e390e40942b4cbf
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Wed Jun 10 00:45:08 2015 -0400

    trx: Process undecodable frames coming from osmo-trx.
    
    The purpose is to support RSSI measurements even when we can't decode a burst.
    
    This commit also cleans up and abstracts some of the code in scheduler.c

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

commit f4076e1291f7af76ad6c1a7b47ee48e68e1f0766
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Sun Jun 14 23:52:57 2015 -0400

    vty: Add commands to manually activate/deactivate a channel.

http://cgit.osmocom.org/osmo-bts/commit/?id=99a213d34e528927de320e0e57e6ab5dc0ed59aa

commit 99a213d34e528927de320e0e57e6ab5dc0ed59aa
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Sun Jun 14 23:52:27 2015 -0400

    l1sap: Fix use-after-free in loopback mode.

http://cgit.osmocom.org/osmo-bts/commit/?id=36de62b2b4cc2016f809cd7f5347aec6518f6810

commit 36de62b2b4cc2016f809cd7f5347aec6518f6810
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Fri Jun 5 01:07:21 2015 -0400

    DEBUG: Bump log levels for messages useful for LOOPBACK debugging.

http://cgit.osmocom.org/osmo-bts/commit/?id=771f09c378f0a008bd69ad25bbaab66360404b19

commit 771f09c378f0a008bd69ad25bbaab66360404b19
Author: Alexander Chemeris <Alexander.Chemeris at gmail.com>
Date:   Fri Jun 5 01:05:59 2015 -0400

    trx: Add debug message about a successfully decoded FR frame.

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

Summary of changes:
 src/common/l1sap.c                | 23 +++----------
 src/common/vty.c                  | 70 ++++++++++++++++++++++++++++++++-------
 src/osmo-bts-trx/gsm0503_coding.c |  6 ++--
 src/osmo-bts-trx/scheduler.c      |  4 +--
 src/osmo-bts-trx/trx_if.c         | 14 +++++---
 5 files changed, 77 insertions(+), 40 deletions(-)


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



More information about the osmocom-commitlog mailing list