[RFC PATCH v3] gprs: add function to handle activated context

2011-02-09 Thread Soum, RedouaneX
The purpose of the patch is to handle Network Initiated Context Activation and PDN connection request as part of EPS Attach procedure (LTE) in oFono core. In order to avoid issue regarding CID allocation : - driver should call the core using ofono_gprs_set_cid_range function to specify CID range

Re: [RFC PATCH v3] gprs: add function to handle activated context

2011-02-11 Thread Tomasz Gregorek
Hi Redouane Find some comments below. 2011/2/9 Soum, RedouaneX > The purpose of the patch is to handle Network Initiated Context Activation > and PDN connection request as part of EPS Attach procedure (LTE) in oFono > core. > > In order to avoid issue regarding CID allocation : > - driver should

RE: [RFC PATCH v3] gprs: add function to handle activated context

2011-02-22 Thread Soum, RedouaneX
Hi, > -Original Message- > From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of > Soum, RedouaneX > Sent: Wednesday, February 09, 2011 7:32 PM > To: ofono@ofono.org > Subject: [RFC PATCH v3] gprs: add function to handle activated context > Th

Re: [RFC PATCH v3] gprs: add function to handle activated context

2011-04-06 Thread Arun Ravindran
Hi Redouane, The purpose of the patch is to handle Network Initiated Context Activation and PDN connection request as part of EPS Attach procedure (LTE) in oFono core. In order to avoid issue regarding CID allocation : - driver should call the core using ofono_gprs_set_cid_range function to

Re: [RFC PATCH v3] gprs: add function to handle activated context

2011-04-06 Thread Pekka Pessi
Hi Arun, 2011/4/6 Arun Ravindran : > According to this, the cid of user initiated context and network initiated > context doesn't overlap. The problem is, the initial EPS context is initiated by mobile, not by the network. The mobile sends a piggybacked PDN CONNECTIVITY REQUEST with the initial a

Re: [RFC PATCH v3] gprs: add function to handle activated context

2011-04-06 Thread Arun Ravindran
Hi Pessi, Hi Arun, 2011/4/6 Arun Ravindran: According to this, the cid of user initiated context and network initiated context doesn't overlap. The problem is, the initial EPS context is initiated by mobile, not by the network. The mobile sends a piggybacked PDN CONNECTIVITY REQUEST with the

RE: [RFC PATCH v3] gprs: add function to handle activated context

2011-04-07 Thread Soum, RedouaneX
Hi All, >-Original Message- >From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On Behalf Of >Arun Ravindran >Sent: Wednesday, April 06, 2011 4:06 PM >Cc: ofono@ofono.org >Subject: Re: [RFC PATCH v3] gprs: add function to handle activated context > &g

Re: [RFC PATCH v3] gprs: add function to handle activated context

2011-04-07 Thread Arun Ravindran
Hi Redouane, the network. The mobile sends a piggybacked PDN CONNECTIVITY REQUEST with the initial attach request in order to initiate the initial EPS context. How does this happen from oFono (or in the TE-MT Interface). The problem is, the initial EPS context is initiated by mobile, not by I

RE: [RFC PATCH v3] gprs: add function to handle activated context

2011-04-07 Thread Soum, RedouaneX
Hi, > >So the spec says, ME PDN ACT can come even for an implicit context >activation request associated with CGATT, which is the case with EPS. > >For 3G, if this happens (ME PDN ACT) for UE initiated activation of >context, then the cid is already set with CGDCONT. > >For EPS this can happen for

RE: [RFC PATCH v3] gprs: add function to handle activated context

2011-04-08 Thread Joly, Frederic
Hi, My 2 cts. > -Original Message- > From: ofono-boun...@ofono.org [mailto:ofono-boun...@ofono.org] On > Behalf Of Arun Ravindran > Sent: Wednesday, April 06, 2011 11:30 AM > To: ofono@ofono.org > Subject: Re: [RFC PATCH v3] gprs: add function to handle activated > 27.007 section 10.1.1 s

Re: [RFC PATCH v3] gprs: add function to handle activated context

2011-04-08 Thread Arun Ravindran
Hi Redouane, So the spec says, ME PDN ACT can come even for an implicit context activation request associated with CGATT, which is the case with EPS. For 3G, if this happens (ME PDN ACT) for UE initiated activation of context, then the cid is already set with CGDCONT. For EPS this can happen

RE: [RFC PATCH v3] gprs: add function to handle activated context

2011-04-08 Thread Soum, RedouaneX
Hi Arun, >>> So the spec says, ME PDN ACT can come even for an implicit context >>> activation request associated with CGATT, which is the case with EPS. >>> >>> For 3G, if this happens (ME PDN ACT) for UE initiated activation of >>> context, then the cid is already set with CGDCONT. >>> >>> For E