aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2021-01-29 17:12:14 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2021-01-29 18:01:14 +0100
commit3e3f3777493530bf086c791a19bb6face43e40cd (patch)
treed79b4ae9e2ba4308d99683993f3a46a3d6e4d42d /src/gsm
parent5b6f1d7d7a56f529d750197a38bcf8f5835f87b8 (diff)
gsm: bts_features: Introduce BTS_FEAT_CCN
This feature is used by BSC to gain knowledge on whether a given BTS supports GPRS Cell Change Notification (CCN) related procedures on PDCH, and as a result enable or not by default the CCN_ACTIVE bit in SI13 to announce the support it is allowed to use the feature. Related: SYS#4909 Change-Id: I61991266b95d0c13d51b47906cc07846e9cf1390
Diffstat (limited to 'src/gsm')
-rw-r--r--src/gsm/bts_features.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gsm/bts_features.c b/src/gsm/bts_features.c
index d8c27d82..1e15616d 100644
--- a/src/gsm/bts_features.c
+++ b/src/gsm/bts_features.c
@@ -42,6 +42,7 @@ const struct value_string osmo_bts_features_descs[] = {
{ BTS_FEAT_PAGING_COORDINATION, "BSS Paging Coordination" },
{ BTS_FEAT_IPV6_NSVC, "NSVC IPv6" },
{ BTS_FEAT_ACCH_REP, "FACCH/SACCH Repetition" },
+ { BTS_FEAT_CCN, "Cell Change Notification (CCN)" },
{ 0, NULL }
};