Changeset 3964
- Timestamp:
- 01/26/08 19:38:56 (5 years ago)
- File:
-
- 1 edited
-
trunk/src/target/gsm/src/gsmd/gsmd.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/target/gsm/src/gsmd/gsmd.c
r3915 r3964 183 183 rc |= gsmd_simplecmd(gsmd, "AT+CLIP=1"); 184 184 /* use +COLP: to indicate COLP */ 185 rc |= gsmd_simplecmd(gsmd, "AT+COLP=1"); 185 /* set it 0 to disable subscriber info and avoid cme err 512 */ 186 rc |= gsmd_simplecmd(gsmd, "AT+COLP=0"); 186 187 /* use +CCWA: to indicate waiting call */ 187 188 rc |= gsmd_simplecmd(gsmd, "AT+CCWA=1,1");
Note: See TracChangeset
for help on using the changeset viewer.
