osmo-bts.git branch master updated. 0.4.0-423-g25742a5

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
Fri Apr 14 09:11:08 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 "Osmocom BTS-side code (Abis, scheduling, ...)".

The branch, master has been updated
       via  25742a5929edecc545a4fc254f678cc834f8c3b3 (commit)
       via  e4403464ed7de23f8fa3a2a57acee31248993c3d (commit)
       via  7a21dccec1c672e0c071eb5f264a26c248ac6cac (commit)
       via  d040bf97de45a4ff70d51f76f70f4a64693e4df3 (commit)
       via  1fde15c8bd12a469fe5f5d51b71486c3409e7b60 (commit)
       via  8e7a51d8c3d945e0cce34fc25170c98375978c7c (commit)
       via  416ee3ec89baa14c6d3ee632556e00521f12368c (commit)
      from  dafb3635333d3754864de86cb89d78ee5bf0c013 (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=25742a5929edecc545a4fc254f678cc834f8c3b3

commit 25742a5929edecc545a4fc254f678cc834f8c3b3
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Mon Mar 6 13:52:56 2017 +0100

    octphy: set tx/rx antenne IDs via VTY
    
    add support for the TX/RX antenna-id feature that has been
    introduced with release OCTSDR-2G-02.07.00-B1314-BETA. The
    user can now set individual ID numbers for the TX and for
    the RX antenna.
    
    Change-Id: I872fe3c4d7b593358a4ce2f02cf0726611b9f3aa

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

commit e4403464ed7de23f8fa3a2a57acee31248993c3d
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Thu Mar 2 12:43:47 2017 +0100

    octphy: add conditional compilation to support latest octasic header release
    
    With octasics latest release (octsdr-2g-02.07.01-B1351-beta), some struct
    members are moved or renamed. This patch adds ifdef-logic and configure
    checks to restore compatibilty.
    
    Change-Id: I73287983e8bed8bf64b2ab87e6b810c2c59ea6fd

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

commit 7a21dccec1c672e0c071eb5f264a26c248ac6cac
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Thu Apr 13 14:34:37 2017 +0200

    octphy: display hint in case of wrongly configured transceiver number
    
    Making use of the multi-trx feature requires to tell osmo-bts that
    more than one transceiver are available. Otherwise it will complain
    that not enough transceivers are available. This can be quite
    confusing, even a correct config file will fail to parse if it
    specifies more transcrivers than available.
    
    This patch adds a hint to the error message so that the user knows
    that he should check the -t commandline option
    
    Change-Id: Ifbeacd9d43f7c6cd74a1e1b33288e66828fe843f

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

commit d040bf97de45a4ff70d51f76f70f4a64693e4df3
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Thu Apr 13 13:58:07 2017 +0200

    octphy: print log message for multi-trx support
    
    Some header file versions support multi-trx and some do not. After
    to compiling it is very difficult to find out if the binary is
    multi-trx capable por not. This patch adds a log line that should
    rule out any doubts.
    
    Change-Id: I257c0a5e7c5ff5df2f0a603d1ede6db5679382e0

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

commit 1fde15c8bd12a469fe5f5d51b71486c3409e7b60
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Thu Mar 2 13:50:19 2017 +0100

    l1sap: improve log output
    
    Print toa and ra value with the "RACH for packet access" log
    message.
    
    Change-Id: I3a2dde95947438aa8348a0a9fc8566cbc177aa2d

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

commit 8e7a51d8c3d945e0cce34fc25170c98375978c7c
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Mon Mar 6 15:50:35 2017 +0100

    octphy: add CBCH support
    
    add Support for CBCH channels in osmo-bts-octphy
    
    Change-Id: Ic5c8363b4dd8ba78ab22bd5527c08d1162331540

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

commit 416ee3ec89baa14c6d3ee632556e00521f12368c
Author: Philipp Maier <pmaier at sysmocom.de>
Date:   Thu Mar 2 13:32:05 2017 +0100

    octphy: fix usage of wrong define constant
    
    octphy_hw_get_rf_ant_tx_config() uses define constant
    cOCTVC1_HW_MSG_RF_PORT_INFO_ANTENNA_RX_CONFIG_CID instead of
    cOCTVC1_HW_MSG_RF_PORT_INFO_ANTENNA_TX_CONFIG_CID. This commit
    replaces exchanges the wrong constant with the correct one.
    
    Change-Id: Ie4de23daf79bb07ca0c0b818eefe350d18d27e4d

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

Summary of changes:
 configure.ac                        | 45 +++++++++++++++++++++++++++-
 include/osmo-bts/phy_link.h         |  4 +++
 src/common/l1sap.c                  |  4 ++-
 src/common/vty.c                    |  2 ++
 src/osmo-bts-octphy/l1_if.c         | 12 +++++++-
 src/osmo-bts-octphy/l1_oml.c        | 19 ++++++++++++
 src/osmo-bts-octphy/octphy_hw_api.c | 29 ++++++++++++++++--
 src/osmo-bts-octphy/octphy_vty.c    | 60 +++++++++++++++++++++++++++++++++++++
 8 files changed, 169 insertions(+), 6 deletions(-)


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



More information about the osmocom-commitlog mailing list