Change in osmo-bsc[master]: om2k: Properly name message 0x0136, found to be MCTR Statistics Report

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:20 UTC 2020


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

Change subject: om2k: Properly name message 0x0136, found to be MCTR Statistics Report
......................................................................

om2k: Properly name message 0x0136, found to be MCTR Statistics Report

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

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



diff --git a/src/osmo-bsc/abis_om2000.c b/src/osmo-bsc/abis_om2000.c
index c32a5fa..936fd67 100644
--- a/src/osmo-bsc/abis_om2000.c
+++ b/src/osmo-bsc/abis_om2000.c
@@ -226,6 +226,10 @@
 	OM2K_MSGT_MCTR_CONFIG_RES_ACK		= 0x0130,
 	OM2K_MSGT_MCTR_CONFIG_RES_NACK		= 0x0131,
 	OM2K_MSGT_MCTR_CONFIG_RES		= 0x0132,
+
+	OM2K_MSGT_MCTR_STATS_REP_ACK		= 0x0134,
+	OM2K_MSGT_MCTR_STATS_REP_NACK		= 0x0135,
+	OM2K_MSGT_MCTR_STATS_REP		= 0x0136,
 };
 
 enum abis_om2k_dei {
@@ -558,6 +562,9 @@
 	{ 0x0130, "MCTR Configuration Result ACK" },
 	{ 0x0131, "MCTR Configuration Result NACK" },
 	{ 0x0132, "MCTR Configuration Result" },
+	{ 0x0134, "MCTR Statistics report ACK" },
+	{ 0x0135, "MCTR Statistics report NACK" },
+	{ 0x0136, "MCTR Statistics report" },
 
 	{ 0, NULL }
 };
@@ -2740,8 +2747,8 @@
 	case OM2K_MSGT_CAPA_RES:
 		rc = abis_om2k_tx_simple(bts, &o2h->mo, OM2K_MSGT_CAPA_RES_ACK);
 		break;
-	case 0x0136:	/* Unknown ... something for MCTR */
-		rc = abis_om2k_tx_simple(bts, &o2h->mo, 0x0134);
+	case OM2K_MSGT_MCTR_STATS_REP:
+		rc = abis_om2k_tx_simple(bts, &o2h->mo, OM2K_MSGT_MCTR_STATS_REP_ACK);
 		break;
 	/* ERrors */
 	case OM2K_MSGT_START_REQ_REJ:

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I4b4389fd2e7bf0b3078b8ff60f6ea109114a4475
Gerrit-Change-Number: 18116
Gerrit-PatchSet: 2
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/679545b3/attachment.htm>


More information about the gerrit-log mailing list