pespin has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-bts/+/29575 )
Change subject: fixup
......................................................................
fixup
Change-Id: Id53822c4a0486b0090df2db3d185e047d14fc90a
---
M src/common/osmux.c
1 file changed, 2 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/75/29575/1
diff --git a/src/common/osmux.c b/src/common/osmux.c
index d10d091..498fe24 100644
--- a/src/common/osmux.c
+++ b/src/common/osmux.c
@@ -237,6 +237,8 @@
struct osmux_handle *h;
if (!lchan->abis_ip.osmux.use)
continue;
+ if (!lchan_osmux_connected(lchan))
+ continue;
if (lchan->abis_ip.osmux.local_cid != osmux_cid)
continue;
h = osmux_xfrm_input_get_deliver_cb_data(lchan->abis_ip.osmux.in);
--
To view, visit
https://gerrit.osmocom.org/c/osmo-bts/+/29575
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Id53822c4a0486b0090df2db3d185e047d14fc90a
Gerrit-Change-Number: 29575
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-MessageType: newchange