[PATCH] emulator: add dialing support

2011-02-18 Thread Gustavo F. Padovan
It handles client ATD*99# request and then initiate the PPP negotiation. IP forward through the new ppp interface is not done yet. Initially based on patches from Zhenhua Zhang --- src/emulator.c | 121 1 files changed, 121 insertions(+),

Re: [PATCH] emulator: add dialing support

2011-02-18 Thread Denis Kenzior
Hi Gustavo, On 02/18/2011 11:27 AM, Gustavo F. Padovan wrote: > It handles client ATD*99# request and then initiate the PPP negotiation. > IP forward through the new ppp interface is not done yet. > > Initially based on patches from Zhenhua Zhang > --- > src/emulator.c | 121 > +++