Change in osmo-bsc[master]: om2k: Rename MCTR config request constants for consistency

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
Fri May 8 16:07:24 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/18123 )

Change subject: om2k: Rename MCTR config request constants for consistency
......................................................................

om2k: Rename MCTR config request constants for consistency

Signed-off-by: Sylvain Munaut <tnt at 246tNt.com>
Change-Id: I776b0016837e018500ef69acb2f30a274008818e
---
M src/osmo-bsc/abis_om2000.c
1 file changed, 6 insertions(+), 6 deletions(-)

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



diff --git a/src/osmo-bsc/abis_om2000.c b/src/osmo-bsc/abis_om2000.c
index f5d8095..dc233c6 100644
--- a/src/osmo-bsc/abis_om2000.c
+++ b/src/osmo-bsc/abis_om2000.c
@@ -219,13 +219,13 @@
 	OM2K_MSGT_FEATURE_CTRL_COMPL		= 0x011a,
 	OM2K_MSGT_FEATURE_CTRL_REJ		= 0x011b,
 
-	OM2K_MSGT_MCTR_CONFIG_REQ		= 0x012c,
-	OM2K_MSGT_MCTR_CONFIG_REQ_ACK		= 0x012e,
-	OM2K_MSGT_MCTR_CONFIG_REQ_REJ		= 0x012f,
+	OM2K_MSGT_MCTR_CONF_REQ			= 0x012c,
+	OM2K_MSGT_MCTR_CONF_REQ_ACK		= 0x012e,
+	OM2K_MSGT_MCTR_CONF_REQ_REJ		= 0x012f,
 
-	OM2K_MSGT_MCTR_CONFIG_RES_ACK		= 0x0130,
-	OM2K_MSGT_MCTR_CONFIG_RES_NACK		= 0x0131,
-	OM2K_MSGT_MCTR_CONFIG_RES		= 0x0132,
+	OM2K_MSGT_MCTR_CONF_RES_ACK		= 0x0130,
+	OM2K_MSGT_MCTR_CONF_RES_NACK		= 0x0131,
+	OM2K_MSGT_MCTR_CONF_RES			= 0x0132,
 
 	OM2K_MSGT_MCTR_STATS_REP_ACK		= 0x0134,
 	OM2K_MSGT_MCTR_STATS_REP_NACK		= 0x0135,

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I776b0016837e018500ef69acb2f30a274008818e
Gerrit-Change-Number: 18123
Gerrit-PatchSet: 5
Gerrit-Owner: tnt <tnt at 246tNt.com>
Gerrit-Reviewer: Jenkins Builder
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/20200508/ef341b0b/attachment.htm>


More information about the gerrit-log mailing list