Change in osmo-bsc[master]: om2k: Acknowledge the unknown MCTR messages we get from time to time

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 19:49:51 UTC 2020


tnt has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/18065 )


Change subject: om2k: Acknowledge the unknown MCTR messages we get from time to time
......................................................................

om2k: Acknowledge the unknown MCTR messages we get from time to time

This is probably a fault report of some kind, but didn't get any
confirmation or naming from anywhere for it yet.

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



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/65/18065/1

diff --git a/src/osmo-bsc/abis_om2000.c b/src/osmo-bsc/abis_om2000.c
index ee5c8d0..c32a5fa 100644
--- a/src/osmo-bsc/abis_om2000.c
+++ b/src/osmo-bsc/abis_om2000.c
@@ -2740,6 +2740,9 @@
 	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);
+		break;
 	/* ERrors */
 	case OM2K_MSGT_START_REQ_REJ:
 	case OM2K_MSGT_CONNECT_REJ:

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I8333093d09f27f61094c7f5854573aa16e4bf28c
Gerrit-Change-Number: 18065
Gerrit-PatchSet: 1
Gerrit-Owner: tnt <tnt at 246tNt.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200505/da1bfc29/attachment.htm>


More information about the gerrit-log mailing list