From bd3f1498ccd05a9aac192f84bf3f40189ff3a0d6 Mon Sep 17 00:00:00 2001 From: tick Date: Thu, 25 Oct 2007 11:53:03 +0000 Subject: handle CME and CMS errors (Erin Yueh) git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3267 99fdad57-331a-0410-800a-d7fa5415bdb3 --- include/gsmd/event.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/gsmd/event.h') diff --git a/include/gsmd/event.h b/include/gsmd/event.h index 829b0fa..c8221b3 100644 --- a/include/gsmd/event.h +++ b/include/gsmd/event.h @@ -18,6 +18,7 @@ enum gsmd_events { GSMD_EVT_CIPHER = 13, /* Chiphering Information */ GSMD_EVT_IN_CBM = 14, /* Incoming Cell Broadcat message */ GSMD_EVT_IN_DS = 15, /* SMS Status Report */ + GSMD_EVT_IN_ERROR = 16, /* CME/CMS error */ __NUM_GSMD_EVT }; -- cgit v1.2.3