cdmamodem: Notify when connection is lost

This commit is contained in:
Guillaume Zajac 2011-11-04 16:28:07 +01:00 committed by Denis Kenzior
parent 708d12909c
commit 7fd5c92036
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ static void ppp_disconnect(GAtPPPDisconnectReason reason, gpointer user_data)
CALLBACK_WITH_SUCCESS(cd->down_cb, cd->cb_data);
break;
default:
/* TODO: Handle network initiated disconnection */
ofono_cdma_connman_deactivated(cm);
break;
}