Quectel EC2x/EG9x/EG2x-G Series Software Configuration for AT&T Data-only Guide

Version: 1.0

Date: 2021-06-30

Status: Released

About the Document

Revision History

Version Date Author Description
2021-06-09 Dennis FENG Creation of the document
1.0 2021-06-30 Dennis FENG First official release

Contents

Table Index:

1. Introduction

This document introduces how to switch from Quectel Data + Voice modules to Data-only modules through software configuration, as AT&T requires devices certified as Data-only to use modules certified as Data-only. This helps users optimize operations for AT&T technology approval test requirements and increase certification speed.

1.1. Applicable Modules

Module Series Module
EC2x EC21 series
EC25 series
EG9x EG91 series
EG95 series
EG2x-G EG21-G
EG25-G

1.2. Data + Voice and Data-only Modules

The following table shows the Data + Voice and Data-only modules for EC2x, EG9x, and EG2x-G series. The Data + Voice modules can be switched to Data-only modules via software configuration described in Chapter 3. The Data-only modules are for reference.

Module Data + Voice Model Data-only Model
EC25 系列 & EC25 系列 Mini PCle EC25-AF EC25-AF(D)
EC25-AF Mini PCle EC25-AF(D) Mini PCIe
EC25-AFX EC25-AFXD
EC25-AFX Mini PCIe EC25-AFXD Mini PCIe
EC21 系列 & EC21 系列 Mini PCle EC25-A /
EC25-A Mini PCle /
EC21 系列 & EC21 系列 Mini PCle EC21-A /
EC21-A Mini PCIe /
EG25-G & EG25-G Mini PCle EG25-G EG25-G(D)
EG25-G Mini PCle EG25-G(D) Mini PCle
EG21-G & EG21-G Mini PCIe EG25-G(C) /
EG21-G /
EG21-G & EG21-G Mini PCIe EG21-G Mini PCle /
EG91-NA /
EG91 系列 EG91-NAX EG91-NAXD
EG91-NS /
EG95 系列 EG95-NA /
EG95-NAX EG95-NAXD

2. Background

This chapter introduces AT&T's requirements for Data-only devices, including AT&T 13340 V21.1 configuration requirements.

CDR-IOT-180: Data Only module and device configuration
Summary: Cat 1 and above Data Only (DO) modules and devices must operate in CS/PS mode 2 (3GPP TS 24.301, section 4.3.1) and perform combined EPS/IMSI Attach & TAU with the Additional Update Type set to "SMS only" (3GPP TS 24.301, section 9.9.3.0B). Per 3GPP TS 24.301, sections 8.2.4.13 and 8.2.29.19, UE Usage and Voice Domain Reference Information Elements (IEs) are omitted for a data-only product.

CDR-LTE-1112: SMS Only Indication
Summary: Devices supporting SMS over SGs but NOT CSFB for voice must provide the "SMS Only" indication during the combined attach response for correct network handling. As per 3GPP 23.272 section 5.6, UEs needing SMS service without CSFB indicate this condition with the 'SMS-only' indication in the EPS/IMSI Attach Request and combined TA/LA update procedures.

CDR-CDS-042: APN for 4G Data Devices
Summary: 4G data-only devices must use "broadband" as the default APN when an AT&T SIM is detected.

CDR-CDS-045: APN for Data Devices - FirstNet SIM
Summary: When a FirstNet SIM is detected (as per CDR-SMCD-2102), the data-centric device must use "firstnet-broadband" as the default APN.

Figure 1: Background of AT&T Requirements for Data-only Devices

3. Software Configuration

This chapter details the software configuration steps for EC2x, EG9x, and EG2x-G modules to switch from Data + Voice to Data-only.

3.1. Disable Voice and ECC

Execute the following AT commands to disable voice and ECC:

AT+QNVW=5280,0,"0102000000000000" //Disable voice and ECC.
OK
AT+QNVR=5280,0 //Query current configuration.
+QNVR: "0102000000000000"
OK

3.2. Configure Ue_Usage_Setting

Execute the following AT commands to configure Ue_Usage_Setting to Data Centric as required by AT&T:

AT+QNVFW="/nv/item_files/modem/mmode/ue_usage_setting",01 //Configure Ue_Usage_Setting as data centric.
OK
AT+QNVFR="/nv/item_files/modem/mmode/ue_usage_setting" //Query current configuration.
+QNVFR: 01
OK

3.3. Disable IMS

Execute the following AT commands to disable IMS:

AT+QNVFW="/nv/item_files/ims/IMS_enable",00 //Disable IMS.
OK
AT+QNVFR="/nv/item_files/ims/IMS_enable" //Query current configuration.
+QNVFR: 00
OK

3.4. Configure UE to SMS Only

Execute the following AT commands to configure the UE to SMS only, according to AT&T Data-only device requirements:

AT+QNVFW="/nv/item_files/modem/mmode/sms_only",01 //Configure the UE as SMS Only.
OK
AT+QNVFR="/nv/item_files/modem/mmode/sms_only" //Query current configuration.
+QNVFR: 01
OK

3.5. Configure First APN

Execute the following AT commands to configure the first APN. Refer to document [1] for details.

3.5.1. Configure the First APN to broadband

If the AT&T carrier (U)SIM card is inserted, execute the following commands to configure the APN name:

AT+CGDCONT=1,"IPV4V6","broadband" //Set the first APN to AT&T's default Data-only APN "broadband". If there is a customized APN, please ignore this step.
OK
AT+CGDCONT? //Query current configuration.

+CGDCONT: 1,"IPV4V6","broadband","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0
+CGDCONT: 2,"IPV4V6","ims","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0
+CGDCONT: 3,"IPV4V6","SOS","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,1 OK

3.5.2. Configure the First APN to firstnet-broadband

If an AT&T FirstNet SIM card is inserted, execute the following commands:

AT+CGDCONT=1,"IPV4V6","firstnet-broadband" //Set the first APN to AT&T FirstNet's default Data-only APN "firstnet-broadband". If there is a customized APN, please ignore this step.
OK
AT+CGDCONT? //Query current configuration.
+CGDCONT: 1,"IPV4V6","firstnet-broadband","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0
+CGDCONT: 2,"IPV4V6","ims","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,0
+CGDCONT: 3,"IPV4V6","SOS","0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0",0,0,0,1 OK

3.6. Reboot the Module

Manually reboot the module to apply the configuration changes.

NOTE: Every time the (U)SIM card is switched between carriers (e.g., AT&T to FirstNet or vice versa), reconfigure the module software as Data-only according to this chapter's description.

4. Appendix References

Table 3: Related Documents

Document Name
[1] Quectel_EC2x&EG9x&EG2x-G&EM05_Series_AT_Commands_Manual

Table 4: Terms and Abbreviations

Abbreviation Description
APN Access Point Name
ECC Emergency Communications Center
EPS Evolved Packet System
IMS IP Multimedia Subsystem
IoT Internet of Things
LTE Long-Term Evolution
RAT Radio Access Technology
(U)SIM (Universal) Subscriber Identity Module
SMS Short Message Service
UE User Equipment
VoLTE Voice (voice calls) over LTE

PDF preview unavailable. Download the PDF instead.

Quectel EC2xEG9xEG2x-G Series Software Configuration For ATT Data-Only Guide V1.0 Microsoft Word 2016

Related Documents

Preview Quectel EC2x/EG2x/EG9x Series AWS IoT Platform Access Guide
Quectel's guide to connecting EC2x, EG2x, and EG9x series LTE modules to AWS IoT via MQTTS, covering platform access and device shadow service.
Preview Quectel EC2x, EG2x, EG9x, EM05 Series DFOTA Upgrade Guide
A comprehensive guide for Quectel EC2x, EG2x, EG9x, and EM05 series LTE modules, detailing the DFOTA firmware upgrade process, AT commands, and troubleshooting steps for efficient module management.
Preview Quectel Product Change Notification: RED DA Certification & Firmware Upgrade for IoT Modules
Quectel announces a Product Change Notification (PCN) for its wireless communication modules, including RED DA certification and firmware upgrades. This update affects GSM, WCDMA, LTE, LTE-A, 5G, and LPWA product lines, with new firmware versions becoming standard for EU-bound shipments after August 1, 2025. Learn about the impact and recommended actions for integrated devices.
Preview Quectel LTE Standard & UMTS Module Product Overview
A comprehensive overview of Quectel's LTE Standard and UMTS modules, detailing product portfolios, specifications, advantages, applications, and customer support. This document provides key information for understanding and selecting Quectel's cellular connectivity solutions.
Preview Quectel Module Secondary SMT Application Note for LCC/LGA Series
This application note from Quectel provides detailed guidelines for Surface Mount Technology (SMT) processes, including stencil design, soldering, mounting, and ESD protection for Quectel's LCC/LGA module series.
Preview Quectel Module Secondary SMT User Guide
This user guide provides detailed instructions and requirements for the secondary SMT (Surface Mount Technology) and desoldering processes of Quectel modules in LCC or LGA packages. It covers chip mounter requirements, soldering specifications, stencil design, mounting procedures, reflow soldering profiles, desoldering techniques, and repair instructions.
Preview Quectel IoT Modules and Antenna Catalogue: Global Solutions
Quectel is a leading global Internet of Things (IoT) solutions provider, offering a comprehensive portfolio of advanced wireless modules and antennas essential for connecting the world. This catalogue details their extensive range, including cutting-edge 5G NR, LTE-A, LPWA, Smart, Automotive, and Satellite modules, alongside a wide selection of antennas and specialized services. Quectel empowers businesses and developers to build a smarter, more connected future.
Preview Quectel EG21-GL Hardware Design - LTE Standard Module Series
Comprehensive hardware design specifications for the Quectel EG21-GL LTE Standard Module Series, detailing features, interfaces, RF specifications, and electrical characteristics for M2M applications.