From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: [PATCH] atmodem: CEREG support for LTE network status reporting in AT modem
Date: Tue, 22 Feb 2011 10:35:19 -0600 [thread overview]
Message-ID: <4D63E5C7.9010804@gmail.com> (raw)
In-Reply-To: <8281606748F03E4390BB98A3F47F2E948A9F98CA08@irsmsx501.ger.corp.intel.com>
[-- Attachment #1: Type: text/plain, Size: 2288 bytes --]
Hi,
On 02/22/2011 10:08 AM, Soum, RedouaneX wrote:
> Hi guys,
>
>
>>> I agree with you , both bearers are almost similar.Minor difference i
>>> see are context managment (especially default context creation) and some
>>> eps related spill over on other existing atoms (For ex SIM would not
>>> contain some ISIM (IMPU/IMPI)related stuff).My idea is seperate atoms
>>> solution would even work for legacy switch back(CSFB) too with a minimal
>>> impact on exiting architecture.Your comments on these ideas would also
>>> very valuable here as i assume you have real modem unlike me.
>>>
>> My main concern is about LTE only modems, these ones would not register gprs
>> atom so all stuff from gprs atom needs to be done in eps atom, plus CEREG
>> and initial PDN. Than if you have a mix modem with 3G and LTE than all this "stuff"
>> would be done twice without some additional logic. Sounds complicated to me.
>> About initial PDN, acually I think it can be placed in gprs atom
>> too, it won't influence 3G modems at all and we have +CGEV: handling there already
>> (maybe not the strongest argument but would make things easier).
>
> I agree, the differences between 2G/3G and LTE are not so big so it'll be better if we keep the logic in the existing atoms.
> A lot of LTE AT commands were extended from 2G/3G to support LTE.
>
> A good approach would be to extend netreg and gprs atoms to handle lte including initial default bearer (as part of attach procedure) and dedicated bearers( secondary context in 2G/2G).
>
> For the concepts that are not present in 2G and 3G, such as IMS related concepts then we can use a dedicated atom.
One thing to keep in mind about LTE is that we're not only looking to
support GSM style networks. There are hybrid networks such as Verizon
which have CDMA/LTE mix. From an API point of view it might not make
sense to expose unneeded GSM details in such situations.
There are also plenty of implementation details inside gprs atom
specific to gprs. So for ease of implementation it might be sensible to
have a separate LTE atom anyway, even if it still implements the exact
same API. We can factor out common context / bearer management into a
separate utility / atom if needed.
Regards,
-Denis
next prev parent reply other threads:[~2011-02-22 16:35 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-22 13:46 [PATCH] atmodem: CEREG support for LTE network status reporting in AT modem Vijay.Nayani
2011-02-22 14:09 ` Tomasz Gregorek
2011-02-22 14:59 ` Vijay.Nayani
2011-02-22 15:20 ` Tomasz Gregorek
2011-02-22 16:08 ` Soum, RedouaneX
2011-02-22 16:35 ` Denis Kenzior [this message]
2011-02-23 10:13 ` Tomasz Gregorek
2011-02-23 15:58 ` Denis Kenzior
2011-02-23 16:36 ` Soum, RedouaneX
2011-02-23 16:49 ` Denis Kenzior
2011-02-23 18:24 ` Joly, Frederic
2011-02-23 18:52 ` Denis Kenzior
2011-02-24 10:34 ` Arun Ravindran
2011-02-24 16:12 ` Denis Kenzior
-- strict thread matches above, loose matches on Subject: below --
2011-02-18 3:52 Tomasz Gregorek
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=4D63E5C7.9010804@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.