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 58e4e18206501c3bffa65f0b876bbc5ebe175d6e (commit)
via cbbce0be0965c3160c4916384c3d3d5303c57ae2 (commit)
via d0d2c9217a909c1455dfabb26cd3e678493490d9 (commit)
from 7158c2ed082eaca6063a501e490e8d3c3b181560 (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=58e4e18206501c3bffa65f0b876bbc5…
commit 58e4e18206501c3bffa65f0b876bbc5ebe175d6e
Author: Minh-Quang Nguyen <minh-quang.nguyen(a)nutaq.com>
Date: Thu Jun 9 16:24:36 2016 -0400
LC15: TRX nominal TX power can be used from EEPROM or from BTS configuration
Change-Id: I173f4126cea41959d48def07bff25fcd29894b7e
http://cgit.osmocom.org/osmo-bts/commit/?id=cbbce0be0965c3160c4916384c3d3d5…
commit cbbce0be0965c3160c4916384c3d3d5303c57ae2
Author: Minh-Quang Nguyen <minh-quang.nguyen(a)nutaq.com>
Date: Thu Jun 9 16:19:12 2016 -0400
LC15: Hardware changes:
- Change system devices path
- Remove obsoleted sensors and add new sensors
- Change TRX and sensors numbering to 0,1 instead of 1,2 (JFD)
Change-Id: I5172daf68d3145a6398e37df87df21b0e5affe42
http://cgit.osmocom.org/osmo-bts/commit/?id=d0d2c9217a909c1455dfabb26cd3e67…
commit d0d2c9217a909c1455dfabb26cd3e678493490d9
Author: Minh-Quang Nguyen <minh-quang.nguyen(a)nutaq.com>
Date: Thu Jun 9 15:01:01 2016 -0400
LC15: Bring back DSP trace argument
Change-Id: I822651d9ba4959ce5885a2c0362f1ea583b724da
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/phy_link.h | 3 +-
src/osmo-bts-litecell15/calib_file.c | 212 +++++++++++++++++++++-
src/osmo-bts-litecell15/hw_misc.c | 4 +-
src/osmo-bts-litecell15/l1_if.c | 6 +
src/osmo-bts-litecell15/l1_transp_hw.c | 4 +-
src/osmo-bts-litecell15/lc15bts_vty.c | 25 ++-
src/osmo-bts-litecell15/main.c | 11 +-
src/osmo-bts-litecell15/misc/lc15bts_bid.c | 4 +-
src/osmo-bts-litecell15/misc/lc15bts_clock.c | 18 +-
src/osmo-bts-litecell15/misc/lc15bts_mgr.c | 20 ++-
src/osmo-bts-litecell15/misc/lc15bts_mgr.h | 22 +--
src/osmo-bts-litecell15/misc/lc15bts_mgr_nl.c | 2 +-
src/osmo-bts-litecell15/misc/lc15bts_mgr_temp.c | 105 ++++++-----
src/osmo-bts-litecell15/misc/lc15bts_mgr_vty.c | 222 +++++++++++++-----------
src/osmo-bts-litecell15/misc/lc15bts_misc.c | 62 +++----
src/osmo-bts-litecell15/misc/lc15bts_par.c | 14 +-
src/osmo-bts-litecell15/misc/lc15bts_par.h | 7 +-
src/osmo-bts-litecell15/misc/lc15bts_power.c | 34 ++--
src/osmo-bts-litecell15/misc/lc15bts_power.h | 2 +-
src/osmo-bts-litecell15/misc/lc15bts_temp.c | 64 ++-----
src/osmo-bts-litecell15/misc/lc15bts_temp.h | 10 +-
21 files changed, 535 insertions(+), 316 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)