Ticket #290 (closed enhancement: fixed)
Can't get LAC with GetStatus()
| Reported by: | sdhillon | Owned by: | mickey |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | framework/ogsmd | Version: | |
| Keywords: | Cc: |
Description
You can only get the LAC through the a signal only when you first register, and not through GSM.Network.GetStatus?(). OGSM should store the LAC for future getStatus() calls.
Change History
Note: See
TracTickets for help on using
tickets.

Done with [fef37dc8c1085f24ba95a3ef5e375d7ca962a86c].
Example (cli-framework):
>>> gsmnetwork.GetStatus() { 'cid': '0343', 'code': 26203, 'lac': '000F', 'mode': 'automatic', 'provider': 'E-Plus', 'registration': 'home', 'strength': 79}