atmodem: Add debug for IFX signal strength reporting

This commit is contained in:
Marcel Holtmann 2012-02-14 14:53:51 +01:00
parent 1f42acc86e
commit 286b4a8530
1 changed files with 2 additions and 0 deletions

View File

@ -699,6 +699,8 @@ static void ifx_xciev_notify(GAtResult *result, gpointer user_data)
else
strength = (ind * 15);
DBG("ind %d strength %d", ind, strength);
ofono_netreg_strength_notify(netreg, strength);
}