[PATCH 16/21] gprs: Add DUN +CGDCONT support in gprs atom

2011-01-12 Thread Frédéric Dalleau
From: Zhenhua Zhang zhenhua.zh...@intel.com DUN client may request to define the APN of context. Find the existing context and update the APN. --- src/gprs.c | 46 ++ 1 files changed, 46 insertions(+), 0 deletions(-) diff --git a/src/gprs.c

[PATCH 16/21] gprs: Add DUN +CGDCONT support in gprs atom

2010-09-29 Thread Zhenhua Zhang
DUN client may request to define the APN of context. Find the existing context and update the APN. --- src/gprs.c | 46 ++ 1 files changed, 46 insertions(+), 0 deletions(-) diff --git a/src/gprs.c b/src/gprs.c index 01babdc..617ed05 100644 ---