Change in osmo-bsc[master]: om2k: Acknowledge the HW Infos Reports

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

tnt gerrit-no-reply at lists.osmocom.org
Tue May 5 20:03:56 UTC 2020


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

Change subject: om2k: Acknowledge the HW Infos Reports
......................................................................

om2k: Acknowledge the HW Infos Reports

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

Approvals:
  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 b14643b..ee5c8d0 100644
--- a/src/osmo-bsc/abis_om2000.c
+++ b/src/osmo-bsc/abis_om2000.c
@@ -192,6 +192,10 @@
 	OM2K_MSGT_TX_CONF_RES_NACK		= 0x00b5,
 	OM2K_MSGT_TX_CONF_RES			= 0x00b6,
 
+	OM2K_MSGT_CAPA_HW_INFOS_REP_ACK		= 0x00e4,
+	OM2K_MSGT_CAPA_HW_INFOS_REP_NACK	= 0x00e5,
+	OM2K_MSGT_CAPA_HW_INFOS_REP		= 0x00e6,
+
 	OM2K_MSGT_CAPA_REQ			= 0x00e8,
 	OM2K_MSGT_CAPA_REQ_ACK			= 0x00ea,
 	OM2K_MSGT_CAPA_REQ_REJ			= 0x00eb,
@@ -2730,6 +2734,9 @@
 	case OM2K_MSGT_TEST_RES:
 		rc = abis_om2k_tx_simple(bts, &o2h->mo, OM2K_MSGT_TEST_RES_ACK);
 		break;
+	case OM2K_MSGT_CAPA_HW_INFOS_REP:
+		rc = abis_om2k_tx_simple(bts, &o2h->mo, OM2K_MSGT_CAPA_HW_INFOS_REP_ACK);
+		break;
 	case OM2K_MSGT_CAPA_RES:
 		rc = abis_om2k_tx_simple(bts, &o2h->mo, OM2K_MSGT_CAPA_RES_ACK);
 		break;

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Ida92c9ca59a608854737ba9e330a5394cceff0fe
Gerrit-Change-Number: 18064
Gerrit-PatchSet: 1
Gerrit-Owner: tnt <tnt at 246tNt.com>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: tnt <tnt at 246tNt.com>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200505/c5e27b60/attachment.htm>


More information about the gerrit-log mailing list