Changeset 3964


Ignore:
Timestamp:
01/26/08 19:38:56 (5 years ago)
Author:
erin_yueh
Message:

gsmd: disable COLP to avoid cme error 512 (Sean Chiang)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/target/gsm/src/gsmd/gsmd.c

    r3915 r3964  
    183183        rc |= gsmd_simplecmd(gsmd, "AT+CLIP=1"); 
    184184        /* 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"); 
    186187        /* use +CCWA: to indicate waiting call */ 
    187188        rc |= gsmd_simplecmd(gsmd, "AT+CCWA=1,1"); 
Note: See TracChangeset for help on using the changeset viewer.