--- smsdaemon/SmsPdu.cpp 2008/06/13 09:33:47 74 +++ smsdaemon/SmsPdu.cpp 2008/06/13 10:10:06 75 @@ -13,11 +13,9 @@ #include "common.h" #include "util.h" -#include using namespace std; - namespace SmsPdu { @@ -313,13 +311,11 @@ if (UDHI) { int udh_len = (*it++); - cout << "UDH_LEN:" << udh_len << endl; it += udh_len; //just ignore the User Data Header data_len -= udh_len; shift_start = udh_len+1; //make the 8to7bit decode start with the right shift level } - cout << hex<< (int)(*it) << endl;; vector user_data;