osmo-pcu.git branch master updated. 0.2-771-g660709d

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 May 20 16:26:36 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 "UNNAMED PROJECT".

The branch, master has been updated
       via  660709dc7cfd6a42088988122d65ae8dfadd009c (commit)
      from  58b664675013b948a37ce151948cabe9fe17d386 (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-pcu/commit/?id=660709dc7cfd6a42088988122d65ae8dfadd009c

commit 660709dc7cfd6a42088988122d65ae8dfadd009c
Author: Yves Godin <support at nuranwireless.com>
Date:   Thu May 19 11:08:03 2016 +0200

    Add support for NuRAN Wireless Litecell 1.5 BTS
    
    Layer 1 compatibility with previous generation or NuRan GSM product,
    therefore the support for the Litecell 1.5 uses its own sources instead
    of using tons of ifdef/endif.
    
    Max's amendments:
    * make headers path configurable
    * use configured TRX instead of hardcoded value
    * split subdir-objects into separate commit
    * cosmetic changes
    
    Change-Id: Ib1287375cb10a889625bbac8528fa60deed23a2b
    Fixes: SYS#2443
    Reviewed-on: https://gerrit.osmocom.org/61
    Tested-by: Jenkins Builder
    Reviewed-by: Harald Welte <laforge at gnumonks.org>

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

Summary of changes:
 configure.ac                                       |  19 ++
 src/Makefile.am                                    |  24 ++
 .../lc15_l1_hw.c}                                  | 103 ++++---
 .../lc15_l1_if.c}                                  | 106 ++++---
 .../lc15_l1_if.h}                                  |  59 ++--
 src/osmo-bts-litecell15/lc15bts.c                  | 332 +++++++++++++++++++++
 src/osmo-bts-litecell15/lc15bts.h                  |  64 ++++
 7 files changed, 586 insertions(+), 121 deletions(-)
 copy src/{osmo-bts-sysmo/sysmo_l1_hw.c => osmo-bts-litecell15/lc15_l1_hw.c} (63%)
 copy src/{osmo-bts-sysmo/sysmo_l1_if.c => osmo-bts-litecell15/lc15_l1_if.c} (73%)
 copy src/{osmo-bts-sysmo/sysmo_l1_if.h => osmo-bts-litecell15/lc15_l1_if.h} (50%)
 create mode 100644 src/osmo-bts-litecell15/lc15bts.c
 create mode 100644 src/osmo-bts-litecell15/lc15bts.h


hooks/post-receive
-- 
UNNAMED PROJECT



More information about the osmocom-commitlog mailing list