From 994df263faecc280b0ebf47f2309d48b0dd9a329 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 3 Sep 2019 16:52:09 +0200 Subject: Introduce BTS_FEAT_ETWS_PN for communicating ETWS PN capability As 3GPP doesn't specify how the BSC shall communicate ETWS Primary Notifications over Abis/RSL, we have to use a vendor-specific RSL message for this. And in order to know if the peer supports this feature, we introduces BTS_FEAT_ETWS_PN. Change-Id: I89c24a81ada6627694a9632e87485a61cbd3e680 Related: OS#4046, OS#4047 --- include/osmocom/gsm/bts_features.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/osmocom') diff --git a/include/osmocom/gsm/bts_features.h b/include/osmocom/gsm/bts_features.h index e84f95b6..7ead0203 100644 --- a/include/osmocom/gsm/bts_features.h +++ b/include/osmocom/gsm/bts_features.h @@ -23,6 +23,7 @@ enum osmo_bts_features { BTS_FEAT_SPEECH_F_EFR, BTS_FEAT_SPEECH_F_AMR, BTS_FEAT_SPEECH_H_AMR, + BTS_FEAT_ETWS_PN, _NUM_BTS_FEAT }; -- cgit v1.2.3