osmo-bts.git branch master updated. 0.4.0-395-g0418ef5

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 Feb 10 13:38:24 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  0418ef588cddd9ae06e7505890ed028b17f9abce (commit)
      from  e2e0ed5a8962cd465fd5394815af20a46a1d23d2 (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=0418ef588cddd9ae06e7505890ed028b17f9abce

commit 0418ef588cddd9ae06e7505890ed028b17f9abce
Author: Ivan Klyuchnikov <kluchnikovi at gmail.com>
Date:   Thu Jan 26 14:42:18 2017 +0000

    osmo-trx-bts: Fix osmo-bts-trx crash on startup during reading phy instance parameters from config file
    
    pinst->u.osmotrx.hdl should be allocated before reading phy_instance parameters from config file and applying them.
    So allocation of pinst->u.osmotrx.hdl should be moved from l1if_open function to bts_model_phy_instance_set_defaults function,
    which is proper place for this allocation according to start-up procedure of osmo-bts.
    
    Change-Id: I6e23f92644400acb268818c9373a8fb10c003da1

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

Summary of changes:
 src/osmo-bts-trx/l1_if.c | 3 +--
 src/osmo-bts-trx/main.c  | 4 ++++
 2 files changed, 5 insertions(+), 2 deletions(-)


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



More information about the osmocom-commitlog mailing list