Change in osmo-bsc[master]: abis_nm: Avoid various "Unhandled message" errors on BS-11 startup

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
Tue Jul 14 20:50:50 UTC 2020


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


Change subject: abis_nm: Avoid various "Unhandled message" errors on BS-11 startup
......................................................................

abis_nm: Avoid various "Unhandled message" errors on BS-11 startup

There are a number of OML messages which are not seen on IP based
BTSs.  Those are perfectly normal and expected on E1 based BTS.

Change-Id: Icd87fc9f3652b21f9d569af2572d080c9ac89e8b
Closes: OS#4665
---
M src/osmo-bsc/abis_nm.c
1 file changed, 12 insertions(+), 0 deletions(-)



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

diff --git a/src/osmo-bsc/abis_nm.c b/src/osmo-bsc/abis_nm.c
index e17c6f5..8dde8de 100644
--- a/src/osmo-bsc/abis_nm.c
+++ b/src/osmo-bsc/abis_nm.c
@@ -969,6 +969,18 @@
 	case NM_MT_GET_ATTR_RESP:
 		ret = abis_nm_rx_get_attr_resp(mb, gsm_bts_trx_num(bts, (foh)->obj_inst.trx_nr));
 		break;
+	case NM_MT_ESTABLISH_TEI_ACK:
+	case NM_MT_CONN_TERR_SIGN_ACK:
+	case NM_MT_DISC_TERR_SIGN_ACK:
+	case NM_MT_CONN_TERR_TRAF_ACK:
+	case NM_MT_DISC_MDROP_LINK_ACK:
+	case NM_MT_STOP_EVENT_REP_ACK:
+	case NM_MT_REST_EVENT_REP_ACK:
+	case NM_MT_BS11_BEGIN_DB_TX_ACK:
+	case NM_MT_BS11_END_DB_TX_ACK:
+	case NM_MT_BS11_SET_ATTR_ACK:
+		DEBUGPFOH(DNM, foh, "%s\n", get_value_string(abis_nm_msgtype_names, mt));
+		break;
 	default:
 		LOGPFOH(DNM, LOGL_ERROR, foh, "Unhandled message %s\n",
 			get_value_string(abis_nm_msgtype_names, mt));

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

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: Icd87fc9f3652b21f9d569af2572d080c9ac89e8b
Gerrit-Change-Number: 19263
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/20200714/0ffd79b0/attachment.htm>


More information about the gerrit-log mailing list