summaryrefslogtreecommitdiffstats
path: root/gatchat/gatppp.c
diff options
context:
space:
mode:
Diffstat (limited to 'gatchat/gatppp.c')
-rw-r--r--gatchat/gatppp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gatchat/gatppp.c b/gatchat/gatppp.c
index 0813435c..9f082618 100644
--- a/gatchat/gatppp.c
+++ b/gatchat/gatppp.c
@@ -385,6 +385,7 @@ static void ppp_transition_phase(GAtPPP *ppp, enum ppp_phase phase)
/* bring network phase up */
ppp_net_open(ppp->net);
pppcp_signal_open(ppp->ipcp);
+ pppcp_signal_up(ppp->ipcp);
break;
}
}
@@ -481,6 +482,7 @@ void g_at_ppp_open(GAtPPP *ppp)
{
/* send an open event to the lcp layer */
pppcp_signal_open(ppp->lcp);
+ pppcp_signal_up(ppp->lcp);
}
void g_at_ppp_set_credentials(GAtPPP *ppp, const char *username,