diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/gsm/bts_features.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gsm/bts_features.c b/src/gsm/bts_features.c index 4ec24fa2..e4ff76c8 100644 --- a/src/gsm/bts_features.c +++ b/src/gsm/bts_features.c @@ -38,6 +38,7 @@ const struct value_string osmo_bts_features_descs[] = { { BTS_FEAT_SPEECH_F_EFR, "Fullrate speech EFR" }, { BTS_FEAT_SPEECH_F_AMR, "Fullrate speech AMR" }, { BTS_FEAT_SPEECH_H_AMR, "Halfrate speech AMR" }, + { BTS_FEAT_ETWS_PN, "ETWS Primary Notification via PCH" }, { 0, NULL } }; |