All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: ofono and connecting to an APN
Date: Thu, 08 Nov 2012 08:15:17 -0600	[thread overview]
Message-ID: <509BBE75.60308@gmail.com> (raw)
In-Reply-To: <op.wngea2yoyxxkfz@pohanka-pc>

[-- Attachment #1: Type: text/plain, Size: 1450 bytes --]

Hi Jan,

> Just one additional question here
>
> $ ./test/process-context-settings
> Configuring /telit2_0/context1
> Interface is ppp0
> IP address is 10.9.8.171
> Gateway is 0.0.0.0
> Nameserver is 10.168.38.53
> Nameserver is 10.168.38.53
> route: SIOCADDRT: File exists
>
>
> Where these settings (addresses) come from (dhcp?), and why there is no
> correct gateway? I'm also wondering if these commands are connecting
> through GPRS or through 3G if I have 3G modem.

There is no DHCP in GSM.  The settings are obtained via underlying 
network to mobile signaling.  How they are provided to the telephony 
stack varies.  In the case of PPP it is done via IPCP.  Some modems fake 
a DHCP server in their firmware, and some provide the settings via AT 
commands.

There is no gateway because the link is point-to-point, it isn't necessary.

For your question regarding GPRS vs 3G.  The commands used are the same. 
  The modem capability and network availability will determine the 
technology used.  Really the only difference will be the speed you 
connect at.  PPP is too slow for true 3G speeds.  This is why most modem 
manufacturers have switched to high-speed interfaces (e.g. faked 
ethernet) or other special extensions.

Regards,
-Denis

>
> best regards
> Jan
> _______________________________________________
> ofono mailing list
> ofono(a)ofono.org
> http://lists.ofono.org/listinfo/ofono


      reply	other threads:[~2012-11-08 14:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-06 14:36 ofono and connecting to an APN Jan Pohanka
2012-11-06 15:05 ` Denis Kenzior
2012-11-07  6:42   ` Jan Pohanka
2012-11-07 14:17     ` Denis Kenzior
2012-11-07 14:46       ` Jan Pohanka
2012-11-07 15:04         ` Denis Kenzior
2012-11-08 12:00           ` Jan Pohanka
2012-11-08 14:15             ` Denis Kenzior [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=509BBE75.60308@gmail.com \
    --to=denkenz@gmail.com \
    --cc=ofono@ofono.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.