aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/smscb.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2022-04-27 22:25:35 +0200
committerlaforge <laforge@osmocom.org>2022-05-13 06:26:13 +0000
commitd8017c3533c459e684f2ff47d954c20bfd26c90b (patch)
tree285ab9fd9990a7eb22a6f4b6daa9dcaed2ae8b5b /include/osmocom/bsc/smscb.h
parentfa3e40e454db1f4612f8eb3bb7faa1d82fe51aad (diff)
smscb: Send ETWS PN to BTS if ETWS active before BTS connects
Especially during emergencies / natural disasters, it is particularly likely that networks become unreliable and BTSs disconnect and reconnect. If upon reconnect there still is an active ETWS/PWS emergency message active for this BTS, send it to the BTS to ensure it re-starts broadcasting that message until disabled. Change-Id: I175c33297c08e65bdbf38447e697e37f8a64d527
Diffstat (limited to 'include/osmocom/bsc/smscb.h')
-rw-r--r--include/osmocom/bsc/smscb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/bsc/smscb.h b/include/osmocom/bsc/smscb.h
index 5b0905bcf..0e157c618 100644
--- a/include/osmocom/bsc/smscb.h
+++ b/include/osmocom/bsc/smscb.h
@@ -66,3 +66,4 @@ int bsc_cbc_link_restart(void);
int cbsp_tx_decoded(struct bsc_cbc_link *cbc, struct osmo_cbsp_decoded *decoded);
void bts_etws_init(struct gsm_bts *bts);
+void bts_etws_bootstrap(struct gsm_bts *bts);