MC7304 prevent data usage

Hello,

the modem MC7304(edited) uses mobile data.
To the background, we are using the modem on a debian with smstools to send SMS.
This works fine. There is only one interface listed, eth0 for ethernet. But there the sim card seems to use mobile data and produces costs. The sim card is an m2m sim card.

Is this a known issue?

Best Regards
ArmMa

Check AT+WDSC? and see what +WDSC: 3,x is. If x is not 0, you can set it to 0 and check if you still see the data usage. How much data usage do you see?

The data usage is not consistent. Only once or twice a month with a couple of kbytes.
I will check the option and will give you a feedback as soon as it is fixed.

@anon56110884
I miss read the model of the modem. It is a older one, an MC7304
The at command is not working with it. Do you have any ideas?

The MC73xx modems do not support the command. The data you’re seeing maybe GPS XTRA downloading assistance data. You can disable it, if enabled.
AT!ENTERCND=“your password”
AT!GPSXTRADATAENABLE=0
AT!GPSXTRATIMEENABLE=0
AT!RESET

AT commands guide is available at https://source.sierrawireless.com/resources/airprime/software/airprime-em73xx_mc73xx-at-command-reference/

AT!GPSXTRADATAENABLE?
This was already on 0
So I checked for AT!CUSTOM? which gave me this:
!CUSTOM:
GPIOSARENABLE 0x01
GPSENABLE 0x01
GPSLPM 0x01
NMEAENABLE 0x01
GOBIIMEN 0x01
USBSERIALENABLE 0x02

After AT!CUSTOM=“GPSENABLE”,0

It gave the output
GPIOSARENABLE 0x01
GPSLPM 0x01
NMEAENABLE 0x01
GOBIIMEN 0x01
USBSERIALENABLE 0x02

So I guess this was the Problem, or did I changed something else?

You will have to set XTRA DATA and TIME to 0. Removing GPSENABLE is also fine as you are not using GNSS.

Hello @anon56110884,

there was traffic again. I have checked the settings suggested from you:

XTRA Data Enabled: 0
XTRA Data Retry Number: 3
XTRA Data Retry Interval: 10
XTRA Data Autodownload Enabled: 0
XTRA Data Autodownload Interval: 24
XTRA Data Validity Time: 168

XTRA Time Info Enabled: 0
XTRA Time Uncertainty Threshold: 12500
XTRA Time Delay Threshold:1000

!CUSTOM:
GPIOSARENABLE 0x01
GPSLPM 0x01
NMEAENABLE 0x01
GOBIIMEN 0x01
USBSERIALENABLE 0x02

Xtra Data and Time are Enable=0 and GPS is not enabled.
Is there another setting I should check to prevent any data usage?

Best Regards,
Arma

HI @arma, please reach out to Sierra Wireless support or your distributor to debug further. The way to debug will be to capture DM logs, extract the data packets and identify the extra traffic. Such in depth debugging cannot be done on the forum. Thanks.