Change in osmo-bsc[master]: om2000: Don't print "should not generate any message" on FAULT_REP

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
Sun Jan 2 14:15:32 UTC 2022


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


Change subject: om2000: Don't print "should not generate any message" on FAULT_REP
......................................................................

om2000: Don't print "should not generate any message" on FAULT_REP

Change-Id: I65184ef5aa90a993491f9393614bb499c6998169
Closes: OS#4643
---
M src/osmo-bsc/abis_om2000.c
1 file changed, 2 insertions(+), 1 deletion(-)



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

diff --git a/src/osmo-bsc/abis_om2000.c b/src/osmo-bsc/abis_om2000.c
index 660db5d..babfa47 100644
--- a/src/osmo-bsc/abis_om2000.c
+++ b/src/osmo-bsc/abis_om2000.c
@@ -2970,7 +2970,8 @@
 	case OM2K_MSGT_FAULT_REP:
 		display_fault_maps(msg->l2h, msgb_l2len(msg), &o2h->mo);
 		rc = abis_om2k_tx_simple(bts, &o2h->mo, OM2K_MSGT_FAULT_REP_ACK);
-		break;
+		/* we receive this fro MOs without FSM (https://osmocom.org/issues/4643) */
+		goto no_mo;
 	case OM2K_MSGT_NEGOT_REQ:
 		rc = om2k_rx_negot_req(msg);
 		break;

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I65184ef5aa90a993491f9393614bb499c6998169
Gerrit-Change-Number: 26713
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20220102/745614f5/attachment.htm>


More information about the gerrit-log mailing list