Ticket #578 (closed defect: fixed)
Calypso's @POFF command fully turns off the modem, no sense in waiting for the answer
| Reported by: | PaulFertser | Owned by: | mickey |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | cornucopia/fsogsm | Version: | milestone5.5 |
| Keywords: | Cc: |
Description
2010-07-17T07:28:45.973687Z [INFO] TiCalypsoModem <4C>: Modem Status changed to FSO_GSM_MODEM_STATUS_CLOSED 2010-07-17T07:28:45.975184Z [INFO] DBusServiceDevice <>: Modem closed successfully 2010-07-17T07:28:46.233728Z [DEBUG] libfsotransport <0710:2>: Wrote '@POFF'. Waiting (120s) for answer... 2010-07-17T07:30:46.101850Z [WARN] libfsotransport <0710:2>: Timeout while waiting for an answer to '@POFF' 2010-07-17T07:30:46.104069Z [DEBUG] libfsotransport <0710:2>: Retrying '@POFF', retry counter = 2 2010-07-17T07:32:46.101671Z [WARN] libfsotransport <0710:2>: Timeout while waiting for an answer to '@POFF' 2010-07-17T07:32:46.102934Z [DEBUG] libfsotransport <0710:2>: Retrying '@POFF', retry counter = 1 2010-07-17T07:34:46.101669Z [WARN] libfsotransport <0710:2>: Timeout while waiting for an answer to '@POFF' 2010-07-17T07:34:46.102936Z [DEBUG] libfsotransport <0710:2>: Retrying '@POFF', retry counter = 0 2010-07-17T07:36:46.101672Z [WARN] libfsotransport <0710:2>: Timeout while waiting for an answer to '@POFF' 2010-07-17T07:36:46.103107Z [INFO] libfsotransport <0710:2>: SRC: "@POFF" -> [ "+EXT: TIMEOUT 120" ] 2010-07-17T07:56:07.275383Z [INFO] fsogsmd : received signal -15, exiting.
Change History
Note: See
TracTickets for help on using
tickets.

@POFF actually gets confirmed, its just that there was another bug that prevented the OK to show up. This bug has been fixed since and it now works correctly:
2010-08-01T15:28:57.162365Z [DEBUG] libfsotransport <0710:2>: Wrote '@POFF'. Waiting (120s) for answer... 2010-08-01T15:28:57.189974Z [INFO] libfsotransport <0710:2>: SRC: "@POFF" -> [ "OK" ]
Closing this bug.