Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
We no longer expose lac/ci/tech attributes obtained from CGREG
(some modems, like ISI, do not even report them for GPRS separately).
Simplify the internal gprs driver api to only report the registration
status (e.g. home, roaming, searching, not registered, etc)
|
|
|
|
|
|
The standard only specifies that the context might have been detached by
the network / mobile equipment. Not attached.
|
|
|
|
|
|
Split up GPRS into two atoms: GPRS and GPRS Context. GPRS will handle
the areas of GPRS network registration, basic GPRS capability detection
and attach / detach.
GPRS Context will handle setting up / activating / deactivating the
indicidual contexts.
This will allow us to use the generic GPRS atom for most devices while
customizing the GPRS context accordingly.
|
|
|
|
Keep the name specific to GSM, other implementations will probably
require their own interfaces
|