Change in libosmocore[master]: add BTS_FEAT_VAMOS

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/.

laforge gerrit-no-reply at lists.osmocom.org
Sat Mar 27 18:15:57 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/23515 )

Change subject: add BTS_FEAT_VAMOS
......................................................................

add BTS_FEAT_VAMOS

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

Approvals:
  fixeria: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/include/osmocom/gsm/bts_features.h b/include/osmocom/gsm/bts_features.h
index d0dbe48..ac2c760 100644
--- a/include/osmocom/gsm/bts_features.h
+++ b/include/osmocom/gsm/bts_features.h
@@ -28,6 +28,7 @@
 	BTS_FEAT_IPV6_NSVC,
 	BTS_FEAT_ACCH_REP,
 	BTS_FEAT_CCN, /* Is CCN supported by the cell? TS 44.060 sec 8.8.2 */
+	BTS_FEAT_VAMOS, /* Is the BTS VAMOS capable? */
 	_NUM_BTS_FEAT
 };
 
diff --git a/src/gsm/bts_features.c b/src/gsm/bts_features.c
index 1e15616..c3f3667 100644
--- a/src/gsm/bts_features.c
+++ b/src/gsm/bts_features.c
@@ -43,6 +43,7 @@
 	{ BTS_FEAT_IPV6_NSVC,		"NSVC IPv6" },
 	{ BTS_FEAT_ACCH_REP,		"FACCH/SACCH Repetition" },
 	{ BTS_FEAT_CCN,			"Cell Change Notification (CCN)" },
+	{ BTS_FEAT_VAMOS,		"VAMOS (Voice services over Adaptive Multi-user channels on One Slot)" },
 	{ 0, NULL }
 };
 

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ic3bd1b8075f76d1f35499faa68fad70698ee9a00
Gerrit-Change-Number: 23515
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210327/d27c3747/attachment.htm>


More information about the gerrit-log mailing list