[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: SMS logo error
From: |
Pawel Kot |
Subject: |
Re: SMS logo error |
Date: |
Fri, 28 Jun 2002 12:16:47 +0200 (CEST) |
On 28 Jun 2002, Eugene Grimsdell wrote:
> That is because I didn't see any documentation of error codes. I would
> love to have a "man" or "info" file with error codes or some indication
> of how to interpret error's (he doesn't know gnokii)
include/gsm-error.h
common/gsm-error.c
Before releasing 0.4.0 I want to go through gnokii.c and replace all
printf("%d", error) with printf("%s (%d)", print_error(error), error);
> Quick question if error=4 is a timeout, is there a place I could extend
> the time to live?
In the phone driver.
In 0.3.x it would be the last argument to wait_on() function. In 0.4.0 it
is the last argument to SM_BlockNoRetryTimeout() and cousins.
pkot
--
mailto:address@hidden :: mailto:address@hidden
http://kt.linuxnews.pl/ :: Kernel Traffic po polsku
- Re: SMS logo error, Marcin Wiacek, 2002/06/27
- Re: SMS logo error, Marcin Wiacek, 2002/06/28
- Re: SMS logo error, Marcin Wiacek, 2002/06/28
- Re: SMS logo error, Eugene Grimsdell, 2002/06/28
- Re: SMS logo error,
Pawel Kot <=
- Re: SMS logo error, Markus Plail, 2002/06/28
- Re: SMS logo error, Eugene Grimsdell, 2002/06/28
- Re: SMS logo error, Pawel Kot, 2002/06/28
- Re: SMS logo error, Eugene Grimsdell, 2002/06/28
- Re: SMS logo error, Pawel Kot, 2002/06/28
- Re: SMS logo error, Derek Broughton, 2002/06/28
Re: SMS logo error, Marcin Wiacek, 2002/06/28
Re: SMS logo error, Marcin Wiacek, 2002/06/28