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() {
cat <<EOF
[Modem Manager]
CarrierMMSC=http://wholesale.mmsmvno.com/mms/wapenc
MMS_APN=Ultra
CarrierMMSC=http://mms.invalid
MMS_APN=apn.invalid
CarrierMMSProxy=NULL
DefaultModemNumber=NULL
AutoProcessOnConnection=true
AutoProcessSMSWAP=true
[Settings]
UseDeliveryReports=false
AutoCreateSMIL=false
ForceCAres=false
TotalMaxAttachmentSize=1100000
MaxAttachments=25
IMSI=invalid
EOF
}