Change in libosmocore[master]: bts_features: add feature BTS_FEAT_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
Sun Jul 5 09:27:36 UTC 2020


lynxis lazus has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/19145 )


Change subject: bts_features: add feature BTS_FEAT_IPV6_NSVC
......................................................................

bts_features: add feature BTS_FEAT_IPV6_NSVC

A bts with BTS_FEAT_IPV6_NSVC supports IPV6 for NSVC (PCU<Gb>SGSN).
The NSVC remote address is transfered via OML using the new OML attribute
NM_ATT_OSMO_NS_LINK_CFG which supports IPv4 and IPv6.

Change-Id: I9ef7949f66764b3c639e45eb440122e318da44a0
---
M include/osmocom/gsm/bts_features.h
M src/gsm/bts_features.c
2 files changed, 2 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/45/19145/1

diff --git a/include/osmocom/gsm/bts_features.h b/include/osmocom/gsm/bts_features.h
index 22461a6..341ba40 100644
--- a/include/osmocom/gsm/bts_features.h
+++ b/include/osmocom/gsm/bts_features.h
@@ -25,6 +25,7 @@
 	BTS_FEAT_SPEECH_H_AMR,
 	BTS_FEAT_ETWS_PN,
 	BTS_FEAT_PAGING_COORDINATION,	/* BTS hands CS paging to PCU/PACCH */
+	BTS_FEAT_IPV6_NSVC,
 	_NUM_BTS_FEAT
 };
 
diff --git a/src/gsm/bts_features.c b/src/gsm/bts_features.c
index 5a4b7f6..4efc8df 100644
--- a/src/gsm/bts_features.c
+++ b/src/gsm/bts_features.c
@@ -40,6 +40,7 @@
 	{ BTS_FEAT_SPEECH_H_AMR,	"Halfrate speech AMR" },
 	{ BTS_FEAT_ETWS_PN,		"ETWS Primary Notification via PCH" },
 	{ BTS_FEAT_PAGING_COORDINATION,	"BSS Paging Coordination" },
+	{ BTS_FEAT_IPV6_NSVC,		"NSVC IPV6" },
 	{ 0, NULL }
 };
 

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I9ef7949f66764b3c639e45eb440122e318da44a0
Gerrit-Change-Number: 19145
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/20200705/8883d961/attachment.htm>


More information about the gerrit-log mailing list