mmsdconfig: Use correct default config

As with vvmd, this allows mmsd-tng to look up service providers,
and does not default to T-mobile-USA

Signed-off-by: Willow Barraco <contact@willowbarraco.fr>
This commit is contained in:
Chris Talbot
2023-04-02 09:51:22 -04:00
committed by Willow Barraco
parent 0e39ef1c2d
commit 4394816f16

View File

@@ -15,19 +15,13 @@ MMSCONFIG="$MMS_BASE_DIR/mms"
defaultconfig() { defaultconfig() {
cat <<EOF cat <<EOF
[Modem Manager] [Modem Manager]
CarrierMMSC=http://wholesale.mmsmvno.com/mms/wapenc CarrierMMSC=http://mms.invalid
MMS_APN=Ultra MMS_APN=apn.invalid
CarrierMMSProxy=NULL CarrierMMSProxy=NULL
DefaultModemNumber=NULL DefaultModemNumber=NULL
AutoProcessOnConnection=true AutoProcessOnConnection=true
AutoProcessSMSWAP=true AutoProcessSMSWAP=true
IMSI=invalid
[Settings]
UseDeliveryReports=false
AutoCreateSMIL=false
ForceCAres=false
TotalMaxAttachmentSize=1100000
MaxAttachments=25
EOF EOF
} }