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.
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.
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!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?
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
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.