aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/pcu_if.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/bsc/pcu_if.h')
-rw-r--r--include/osmocom/bsc/pcu_if.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/osmocom/bsc/pcu_if.h b/include/osmocom/bsc/pcu_if.h
index 3c34cdf4c..2a2afa869 100644
--- a/include/osmocom/bsc/pcu_if.h
+++ b/include/osmocom/bsc/pcu_if.h
@@ -14,6 +14,9 @@ struct pcu_sock_state {
struct llist_head upqueue; /* queue for sending messages */
};
+/* Check if BTS has a PCU connection */
+bool pcu_connected(struct gsm_bts *bts);
+
/* PCU relevant information has changed; Inform PCU (if connected) */
void pcu_info_update(struct gsm_bts *bts);