mbmmodem: End session on *STKEND.

This commit is contained in:
Andrzej Zaborowski 2010-07-07 00:38:57 +02:00 committed by Denis Kenzior
parent cbdb7278ac
commit 4344c7423f
1 changed files with 3 additions and 0 deletions

View File

@ -179,6 +179,9 @@ static void stkn_notify(GAtResult *result, gpointer user_data)
static void stkend_notify(GAtResult *result, gpointer user_data)
{
struct ofono_stk *stk = user_data;
ofono_stk_proactive_session_end_notify(stk);
}
static void mbm_stkc_cb(gboolean ok, GAtResult *result, gpointer user_data)