This commit was manufactured by cvs2svn to create tag
[gnokii.git] / common / protocol / mbus.c
index a81cd4d..48b4562 100644 (file)
@@ -10,8 +10,6 @@
 
 */
 
-#include "config.h"
-
 /* "Turn on" prototypes in MBUS.h */
 #define __MBUS_c 
 
@@ -218,7 +216,7 @@ void MBUS_RX_StateMachine(unsigned char rx_byte) {
 #endif
 
 #ifdef DEBUG
-  if (strcmp(GSM_Info->MBUSModels, "sniff"))
+  if (strcmp(GSM_Info->MBUSModels, "mbussniff"))
   {
 #endif
 
@@ -384,7 +382,7 @@ void MBUS_RX_StateMachine(unsigned char rx_byte) {
 
         } else {
 #ifdef DEBUG
-          if (strstr(GSM_Info->MBUSModels, "6110sniff") != NULL) {
+          if (strstr(GSM_Info->MBUSModels, "sniff") != NULL) {
              fprintf(stdout, _("PC: "));
 
              fprintf(stdout, "%02x:", MBUS_FRAME_ID);