common/bts: set feature IPV6_NSVC

Since I310699fabbfec4255f0474f31717f215c1201eca the BTS
can decode NM_ATT_OSMO_NS_LINK_CFG. This OML attribute will be
only used if the OML feature IPV6_NSVC is present.

Change-Id: I9910f2afb3ab94167938b0fd356f2f0a8c382130
This commit is contained in:
Alexander Couzens 2020-10-07 23:40:04 +02:00
parent 650a0c31a7
commit d6b82e57a3
1 changed files with 1 additions and 0 deletions

View File

@ -344,6 +344,7 @@ int bts_init(struct gsm_bts *bts)
/* features implemented in 'common', available for all models */
osmo_bts_set_feature(bts->features, BTS_FEAT_ETWS_PN);
osmo_bts_set_feature(bts->features, BTS_FEAT_IPV6_NSVC);
rc = bts_model_init(bts);
if (rc < 0) {