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, nrw/litecell15-merge-and-rebase has been updated
via c37cbb45f509529fedfb19f4a146420d61d503d1 (commit)
from da30a797762a0113b75bcc6008d1b6699eb1278f (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=c37cbb45f509529fedfb19f4a146420…
commit c37cbb45f509529fedfb19f4a146420d61d503d1
Author: Minh-Quang Nguyen <minh-quang.nguyen(a)nutaq.com>
Date: Thu Sep 1 15:46:51 2016 -0400
LC15: Implementation of major BTS alarms
Change-Id: Ic4e088a3af115d3d5a124b61c1e92eed277d3469
-----------------------------------------------------------------------
Summary of changes:
include/osmo-bts/gsm_data.h | 1 +
include/osmo-bts/oml.h | 71 +++++++++
src/common/bts.c | 19 ++-
src/common/l1sap.c | 7 +-
src/common/main.c | 13 +-
src/common/oml.c | 299 +++++++++++++++++++++++++++++++++++
src/common/pcu_sock.c | 44 +++++-
src/common/rsl.c | 30 ++++
src/osmo-bts-litecell15/calib_file.c | 49 ++++--
src/osmo-bts-litecell15/l1_if.c | 40 ++++-
src/osmo-bts-litecell15/l1_if.h | 1 +
11 files changed, 553 insertions(+), 21 deletions(-)
hooks/post-receive
--
Osmocom BTS-side code (Abis, scheduling, ...)