[PATCH] osmo-bts[master]: LC15: common/abis.c: fix 100% CPU usage after disconnecting ...

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

Minh-Quang Nguyen gerrit-no-reply at lists.osmocom.org
Mon Jun 13 13:29:16 UTC 2016


Review at  https://gerrit.osmocom.org/235

LC15: common/abis.c: fix 100% CPU usage after disconnecting OML/RSL link (Bug #1703)

Change-Id: I24605b8a6d4e778a3280ffba8bc1fc7a284ce12d
---
M src/common/abis.c
1 file changed, 0 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/35/235/1

diff --git a/src/common/abis.c b/src/common/abis.c
index defdb44..6753149 100644
--- a/src/common/abis.c
+++ b/src/common/abis.c
@@ -144,7 +144,6 @@
 		if (trx->rsl_link) {
 			e1inp_sign_link_destroy(trx->rsl_link);
 			trx->rsl_link = NULL;
-			trx_link_estab(trx);
 		}
 	}
 

-- 
To view, visit https://gerrit.osmocom.org/235
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I24605b8a6d4e778a3280ffba8bc1fc7a284ce12d
Gerrit-PatchSet: 1
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Owner: Minh-Quang Nguyen <minh-quang.nguyen at nutaq.com>



More information about the gerrit-log mailing list