From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1077659475395542736==" MIME-Version: 1.0 From: Marcel Holtmann Subject: Re: [PATCH] atmodem: fix signal strength issue with ifx Date: Tue, 18 Jan 2011 16:05:51 +0100 Message-ID: <1295363151.3873.203.camel@aeonflux> In-Reply-To: <1295362831-23684-1-git-send-email-jeevaka.badrappan@elektrobit.com> List-Id: To: ofono@ofono.org --===============1077659475395542736== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Hi Jeevaka, > drivers/atmodem/network-registration.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > = > diff --git a/drivers/atmodem/network-registration.c b/drivers/atmodem/net= work-registration.c > index 0c77ba8..e11c974 100644 > --- a/drivers/atmodem/network-registration.c > +++ b/drivers/atmodem/network-registration.c > @@ -662,13 +662,13 @@ static void ifx_xciev_notify(GAtResult *result, gpo= inter user_data) > return; > = > if (ind =3D=3D 0) > - strength =3D 0; > + strength =3D -1; > else if (ind =3D=3D 7) > strength =3D 100; > else > strength =3D (ind * 15); > = > - ofono_netreg_strength_notify(netreg, ind); > + ofono_netreg_strength_notify(netreg, strength); good catch. I really screwed this one up. Patch has been applied. Regards Marcel --===============1077659475395542736==--