Change in osmo-bts[master]: common/bts: set feature IPV6_NSVC

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Wed Oct 7 22:29:49 UTC 2020


lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/20478 )


Change subject: common/bts: set feature IPV6_NSVC
......................................................................

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
---
M src/common/bts.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/78/20478/1

diff --git a/src/common/bts.c b/src/common/bts.c
index c121609..5890c1a 100644
--- a/src/common/bts.c
+++ b/src/common/bts.c
@@ -344,6 +344,7 @@
 
 	/* 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) {

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/20478
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I9910f2afb3ab94167938b0fd356f2f0a8c382130
Gerrit-Change-Number: 20478
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201007/f2cec396/attachment.htm>


More information about the gerrit-log mailing list