Home
last modified time | relevance | path

Searched refs:sms_per_thread (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/tools/messagegen/
Dfillsms95 sms_per_thread=$1
196 …_cs,read,type,error,has_attachment) values ($thread_id, $timestamp, $sms_per_thread, $addr_id, 'sn…
199 if [ $sms_per_thread -gt "0" ]; then
200 …half_timestamp_inc=$(( 500 + ((($sms_per_thread + $mms_per_thread) * $TIMESTAMP_INC_IN_SECONDS) * …
201 for j in `seq 1 $sms_per_thread`;
204 …date=$(( ( 1000 * $timestamp ) - $half_timestamp_inc * ( 2 * ($sms_per_thread - $j) + ( $i % 2 ) )…
205 message_id=$(( $TABLE_SMS_START_ID + $sms_per_thread * $i * 2 + (2 * $j) ))
213 …half_timestamp_inc=$(( 1 + ((($sms_per_thread + $mms_per_thread) * $TIMESTAMP_INC_IN_SECONDS) / ( …
222 message_id=$(( $TABLE_SMS_START_ID + $sms_per_thread * $i * 2 + (2 * $j + 1) ))
275 if [ $sms_per_thread -gt "0" ]; then