Change in libosmocore[master]: gsm_08_18.h: Add #defines for [extended] feature bits

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
Tue Dec 8 12:27:41 UTC 2020


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

Change subject: gsm_08_18.h: Add #defines for [extended] feature bits
......................................................................

gsm_08_18.h: Add #defines for [extended] feature bits

Change-Id: I7743cb901988c8fddd91127cfdca6e54b3d44ea8
---
M include/osmocom/gprs/protocol/gsm_08_18.h
1 file changed, 20 insertions(+), 0 deletions(-)

Approvals:
  fixeria: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified



diff --git a/include/osmocom/gprs/protocol/gsm_08_18.h b/include/osmocom/gprs/protocol/gsm_08_18.h
index 679a08e..0ce28f5 100644
--- a/include/osmocom/gprs/protocol/gsm_08_18.h
+++ b/include/osmocom/gprs/protocol/gsm_08_18.h
@@ -321,3 +321,23 @@
 	BSSGP_CAUSE_DTM_HO_MSC_ERR		= 0x4a,
 	BSSGP_CAUSE_INVAL_CSG_CELL		= 0x4b,
 };
+
+/* Feature Bitmap (Section 11.3.45) */
+#define	BSSGP_FEAT_PFC		0x01	/* Packet Flow Context */
+#define	BSSGP_FEAT_CBL		0x02	/* Current Bucket Level */
+#define	BSSGP_FEAT_INR		0x04	/* Inter-NSE re-routing */
+#define	BSSGP_FEAT_LCS		0x08	/* Location Services */
+#define	BSSGP_FEAT_RIM		0x10	/* RAN Inoformation Management */
+#define	BSSGP_FEAT_PFC_FC	0x20	/* PFC Flow Control */
+#define	BSSGP_FEAT_ERS		0x40	/* Enhanced Radio Status */
+#define	BSSGP_FEAT_MBMS		0x80	/* Multimedia Broadcast */
+
+/* Extended Feature Bitmap (Section 11.3.84) */
+#define	BSSGP_XFEAT_PSHO	0x01	/* PS Handover */
+#define	BSSGP_XFEAT_GBIT	0x02	/* Gigabit Interface */
+#define	BSSGP_XFEAT_MOCN	0x04	/* Multi-Operator CN */
+#define	BSSGP_XFEAT_CSPS	0x08	/* CS/PS coordination enhancements */
+#define	BSSGP_XFEAT_ECIoT	0x10	/* EC-GSM-IoT */
+#define	BSSGP_XFEAT_DCN		0x20	/* Dedicated CN */
+#define	BSSGP_XFEAT_eDRX	0x40	/* eDRX */
+#define	BSSGP_XFEAT_MSAD	0x80	/* MS-assisted Dedicated CN selection */

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I7743cb901988c8fddd91127cfdca6e54b3d44ea8
Gerrit-Change-Number: 21595
Gerrit-PatchSet: 2
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201208/5f7ae22b/attachment.htm>


More information about the gerrit-log mailing list