From 6a1ab2dab58871fad2474f21cb05da8f057ff435 Mon Sep 17 00:00:00 2001 From: "Andreas.Eversberg" Date: Tue, 12 Oct 2010 11:19:06 +0000 Subject: [PATCH] [layer23] Reconnect of layer 2 link must be performed in idle mode also --- src/host/layer23/src/common/lapdm.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/host/layer23/src/common/lapdm.c b/src/host/layer23/src/common/lapdm.c index f06c738..b1c0d40 100644 --- a/src/host/layer23/src/common/lapdm.c +++ b/src/host/layer23/src/common/lapdm.c @@ -2136,7 +2136,8 @@ static struct l2downstate { RSL_MT_RES_REQ, rslms_rx_rll_res_req}, /* create and send SABM command (reconnect) */ - {SBIT(LAPDm_STATE_MF_EST) | + {SBIT(LAPDm_STATE_IDLE) | + SBIT(LAPDm_STATE_MF_EST) | SBIT(LAPDm_STATE_TIMER_RECOV), RSL_MT_RECON_REQ, rslms_rx_rll_res_req}, -- 2.20.1