Ticket #290 (closed enhancement: fixed)

Opened 3 years ago

Last modified 3 years ago

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

comment:1 Changed 3 years ago by mickey

  • Status changed from new to closed
  • Resolution set to fixed

Done with [fef37dc8c1085f24ba95a3ef5e375d7ca962a86c].

Example (cli-framework):

>>> gsmnetwork.GetStatus()
{   'cid': '0343',
    'code': 26203,
    'lac': '000F',
    'mode': 'automatic',
    'provider': 'E-Plus',
    'registration': 'home',
    'strength': 79}
Note: See TracTickets for help on using tickets.