diff options
author | erin_yueh <erin_yueh@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2008-02-18 09:42:28 +0000 |
---|---|---|
committer | erin_yueh <erin_yueh@99fdad57-331a-0410-800a-d7fa5415bdb3> | 2008-02-18 09:42:28 +0000 |
commit | 20adbe01bb4d7490436d0294de37b6c12624143b (patch) | |
tree | e3733c7a585f478dd5f7dc3c2638056986ab01cf /include | |
parent | 9425af516e374f787bcb20244d931e7a355fd0f8 (diff) |
gsmd: bug fixed for some changes (Sudharshan S, Paulius Zaleckas)
git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@4084 99fdad57-331a-0410-800a-d7fa5415bdb3
Diffstat (limited to 'include')
-rw-r--r-- | include/gsmd/gsmd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/gsmd/gsmd.h b/include/gsmd/gsmd.h index fc26875..0521dd5 100644 --- a/include/gsmd/gsmd.h +++ b/include/gsmd/gsmd.h @@ -73,7 +73,6 @@ struct gsmd; #define GSMD_FLAG_SMS_FMT_TEXT 0x0002 /* TODO Use TEXT rather than PDU mode */ #define GSMD_ATCMD_TIMEOUT 60 /* If doesn get respond within 60 secs, discard */ -#define GSMD_MAX_INFO_LEN 64 /* by the standard it should be 2048, way too much :) */ struct gsmd { unsigned int flags; |