Package: fso-gsmd
Version: 0.5.0+git20110804-1
Severity: normal

Hi, please consider applying the attached patch, it allows showing timestamps
in SMS messages. It's already commited to
http://git.freesmartphone.org/?p=cornucopia.git.

Thanks!

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.39-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- fsogsm3rdparty.vapi	2011-08-06 05:14:57.000000000 -0300
+++ /home/tiago/Downloads/fsogsm3rdparty.vapi	2011-09-26 17:05:48.075716936 -0300
@@ -359,6 +359,7 @@
             props.insert( "pid", pid );
             props.insert( "dcs", dcs );
             props.insert( "udl", udl );
+            props.insert( "timestamp", scts.to_string() );
             if ( udhi )
             {
                 props.insert( "udh", "%02X %02X %02X %04X %04X".printf( ud[0], ud[1], ud[2], ud[4] + (ud[3] << 8), ud[6] + (ud[5] << 8) ) );

Reply via email to