dect
/
libdect
Archived
13
0
Fork 0

mm: only complete info request procedure in PP mode

The procedure only consists of a single message in FP->PP direction,
don't terminate prematurely in FP mode.

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2011-05-30 17:04:31 +02:00
parent 7b76f999c8
commit 7e73e6223d
1 changed files with 2 additions and 1 deletions

View File

@ -2828,7 +2828,8 @@ static void dect_mm_rcv_info_request(struct dect_handle *dh,
param->iwu_to_iwu = dect_ie_hold(msg.iwu_to_iwu);
param->escape_to_proprietary = dect_ie_hold(msg.escape_to_proprietary);
dect_mm_procedure_complete(dh, mme);
if (dh->mode == DECT_MODE_PP)
dect_mm_procedure_complete(dh, mme);
mm_debug(mme, "MM_INFO-ind");
dh->ops->mm_ops->mm_info_ind(dh, mme, param);