osmo-bts.git branch master updated. 0.4.0-262-g4dfc3da

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 30 07:36:05 UTC 2016


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  4dfc3da96bbad9e6a8641233c87a05a46af7d906 (commit)
       via  9faaf4ecf01322189808901398e06d7e4f14560d (commit)
       via  3b2e5de3aea8652969e7bbd1e3c04206dce51330 (commit)
      from  988f634c97d070840f4ffc952f6bac32d967859b (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=4dfc3da96bbad9e6a8641233c87a05a46af7d906

commit 4dfc3da96bbad9e6a8641233c87a05a46af7d906
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Tue Aug 9 19:56:50 2016 +0200

    dyn TS: sysmo,lc15: ph_data_req: fix PDCH mode detection
    
    Though this patch theoretically makes a lot of sense, it is not entirely clear
    why dyn TS are working without it. Committing due to common sense, not to fix
    any actual breakage.
    
    Change-Id: I6136cb42a4d627ebefc963eb5321fadfe63cca4b

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

commit 9faaf4ecf01322189808901398e06d7e4f14560d
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Tue Aug 9 20:15:09 2016 +0200

    cosmetic: common ts_is_pdch()
    
    Have one common ts_is_pdch(), placed in lchan.c, since this file is pretty
    empty and pretty close to ts. Publish in gsm_data.h.
    
    Remove the if-style implementation from l1sap.c, and instead implement in a
    switch statement.
    
    This prepares for upcoming ts_is_pdch() usage in ph_data_req() for sysmo and
    lc15.
    
    Change-Id: Ib78d663fdbac5a1d7053f1b9d543649b66da00e2

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

commit 3b2e5de3aea8652969e7bbd1e3c04206dce51330
Author: Neels Hofmeyr <neels at hofmeyr.de>
Date:   Wed Jul 27 15:16:29 2016 +0200

    dyn TS: measurement: use correct nr of subslots, rm code dup
    
    In measurement.c, fix the number of sublots for TCH/F_TCH/H_PDCH, by using
    ts_subslots() from gsm_data_shared.c. The local dup of subslots_per_pchan[] is
    no longer needed. (depends on recent commit to openbsc.git for ts_sublots())
    
    Change-Id: I9d9df470c49487bffd56dde42c7bec0da2f50642

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

Summary of changes:
 include/osmo-bts/gsm_data.h     |  1 +
 src/common/l1sap.c              | 11 -----------
 src/common/lchan.c              | 16 ++++++++++++++++
 src/common/measurement.c        | 16 +---------------
 src/osmo-bts-litecell15/l1_if.c |  2 +-
 src/osmo-bts-sysmo/l1_if.c      |  2 +-
 6 files changed, 20 insertions(+), 28 deletions(-)


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



More information about the osmocom-commitlog mailing list