aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMax <msuraev@sysmocom.de>2017-11-29 12:18:02 +0100
committerMax <msuraev@sysmocom.de>2017-11-29 12:18:02 +0100
commitaa954cd10fc5235f334b389cdeeec93e8e0452de (patch)
tree99c9fe63168e6df5d88aebf59b7721a00ebdc97d /include
parente8dda5f296106ff6b79875cc24f25cf23e928c6b (diff)
OML: consider administrative state when reporting
Report state as degraded if BTS or any of its TRX are administratively locked. Change-Id: Ic9ee998d972ca870ce5d039c3ed95edb6ba8b36f Related: OS#2486
Diffstat (limited to 'include')
-rw-r--r--include/osmocom/bsc/abis_nm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/bsc/abis_nm.h b/include/osmocom/bsc/abis_nm.h
index e25cb4fdf..b0cb16669 100644
--- a/include/osmocom/bsc/abis_nm.h
+++ b/include/osmocom/bsc/abis_nm.h
@@ -162,7 +162,7 @@ int ipac_parse_bcch_info(struct ipac_bcch_info *binf, uint8_t *buf);
const char *ipacc_testres_name(uint8_t res);
/* Functions calling into other code parts */
-bool all_trx_rsl_connected(const struct gsm_bts *bts);
+bool all_trx_rsl_connected_unlocked(const struct gsm_bts *bts);
int nm_is_running(struct gsm_nm_state *s);
int abis_nm_vty_init(void);