Ignore:
Timestamp:
04/25/07 10:54:42 (6 years ago)
Author:
laforge
Message:

zero LAC and CI if +CREG is 0 / 2 (and not 1). (Closes: #454)

File:
1 edited

Legend:

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

    r1316 r1827  
    161161                        return -EINVAL; 
    162162                aux->u.netreg.ci = strtoul(comma+2, NULL, 16); 
    163         } 
     163        } else 
     164                aux->u.netreg.lac = aux->u.netreg.ci = 0; 
    164165 
    165166        return usock_evt_send(gsmd, ucmd, GSMD_EVT_NETREG); 
Note: See TracChangeset for help on using the changeset viewer.