From 348c9af2fce8d0d53341d9861494b5c13f9796f1 Mon Sep 17 00:00:00 2001 From: laforge Date: Fri, 17 Aug 2007 08:29:08 +0000 Subject: From: Andrzej Zaborowski Date: Thu, 26 Jul 2007 00:32:38 +0200 Subject: [PATCH] SMSC and Preferred Storage operations. This adds setting and retrieval of SMS storage stats (memory type, used entries, all entries), and of the default service centre (SMSC) number for outgoing messages. The operation of setting a new SMSC number is untested because my SIM doesn't seem to allow this (that or I did something wrong). New "libgmsd-tool -m shell" commands for testing are also added. Other changes in this patch: * The third, optional, parameter to +CMGL: is a string, not an integer as I wrongly assumed earlier, this is now corrected. * Rename libgsmd API functions starting with lgsmd_.. to lgsm_.. for consistency with all other identifiers. * Move lgsm_send_simple() to libgsmd.c and add a prototype in lgsm_internals.h, this eliminates some compile-time warnings. git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@2720 99fdad57-331a-0410-800a-d7fa5415bdb3 --- include/libgsmd/misc.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'include/libgsmd/misc.h') diff --git a/include/libgsmd/misc.h b/include/libgsmd/misc.h index 672b980..9988518 100644 --- a/include/libgsmd/misc.h +++ b/include/libgsmd/misc.h @@ -65,11 +65,6 @@ extern int lgsm_get_netreg_state(struct lgsm_handle *lh, /* CLIP, CLIR, COLP, Call Forwarding, Call Waiting, Call Deflecting */ /* TBD */ - -/* SMS related functions */ -/* TBD */ - - /* GPRS related functions */ /* TBD */ -- cgit v1.2.3