Change in osmo-bts[master]: remove unused LCHAN_S_INACTIVE

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

neels gerrit-no-reply at lists.osmocom.org
Tue Aug 17 22:05:37 UTC 2021


neels has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bts/+/25194 )

Change subject: remove unused LCHAN_S_INACTIVE
......................................................................

remove unused LCHAN_S_INACTIVE

Change-Id: Ia738eaa796264fe0a97a2c86d6bbd37eaffe0a59
---
M include/osmo-bts/gsm_data.h
M src/common/gsm_data.c
2 files changed, 0 insertions(+), 2 deletions(-)

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



diff --git a/include/osmo-bts/gsm_data.h b/include/osmo-bts/gsm_data.h
index 0ed6361..2e3eaa4 100644
--- a/include/osmo-bts/gsm_data.h
+++ b/include/osmo-bts/gsm_data.h
@@ -92,7 +92,6 @@
 	LCHAN_S_REL_REQ,	/* channel release has been requested */
 	LCHAN_S_REL_ERR,	/* channel is in an error state */
 	LCHAN_S_BROKEN,		/* channel is somehow unusable */
-	LCHAN_S_INACTIVE,	/* channel is set inactive */
 };
 
 #define MAX_NUM_UL_MEAS	104
diff --git a/src/common/gsm_data.c b/src/common/gsm_data.c
index 36a5711..7eb6ff1 100644
--- a/src/common/gsm_data.c
+++ b/src/common/gsm_data.c
@@ -88,7 +88,6 @@
 	{ LCHAN_S_NONE,		"NONE" },
 	{ LCHAN_S_ACT_REQ,	"ACTIVATION REQUESTED" },
 	{ LCHAN_S_ACTIVE,	"ACTIVE" },
-	{ LCHAN_S_INACTIVE,	"INACTIVE" },
 	{ LCHAN_S_REL_REQ,	"RELEASE REQUESTED" },
 	{ LCHAN_S_REL_ERR,	"RELEASE DUE ERROR" },
 	{ LCHAN_S_BROKEN,	"BROKEN UNUSABLE" },

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ia738eaa796264fe0a97a2c86d6bbd37eaffe0a59
Gerrit-Change-Number: 25194
Gerrit-PatchSet: 2
Gerrit-Owner: neels <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: neels <nhofmeyr at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210817/6036792f/attachment.htm>


More information about the gerrit-log mailing list