Hello,
I am testing Ethernet PDU / TSN on a Quectel RM520N-GL module.
Firmware version:
RM520NGLAAR05A01M4G_01.300.01.300
My goal is to make the UE send a PDU Session Establishment Request with Ethernet PDU type, or understand the correct AT command sequence required to do that on this firmware.
Supported commands shown by the module
AT+QMAP=?
The output includes:
+QMAP: "ETH_PDU",("enable","disable")
+QMAP: "connect",(0-3),(0,1)
+QMAP: "MPDN_status"
+QMAP: "MPDN_rule",(0-3),(1-16),(0,2-255),(0-3),(0,1),<IPPT_info>
AT+QNWCFG=?
The output includes:
+QNWCFG: "eth_cfg",(0,1),(1,2)
Current modem state
AT+QMAP="ETH_PDU"
+QMAP: "ETH_PDU","enable"
AT+QNWCFG="eth_cfg"
+QNWCFG: "eth_cfg",0
AT+QWDSCFG="profile"
+QWDSCFG: "profile",1,"IP","tsn",0,0
+QWDSCFG: "profile",2,"IPV4V6","ims",0,0
+QWDSCFG: "profile",3,"IPV4V6","sos",0,0
Commands I tried
AT+CGDCONT=1,"ETH","tsn"
Result:
ERROR
AT+QWDSCFG="profile",1,"ETH","tsn",0,0
Result:
ERROR
AT+QMAP="ETH_PDU","enable"
Result:
OK
AT+QMAP="connect",0,1
In the failing case, result is:
ERROR
Behavior seen in signaling
On NGAP / NAS signaling trace, I can see:
-
successful registration
-
registration accept
-
registration complete
But in the failing Ethernet-PDU case, I do not see a PDU Session Establishment Request from the UE.
So it looks like the modem may be failing locally before it even sends the NAS request.
My questions
-
What is the correct AT command sequence on firmware
RM520NGLAAR05A01M4G_01.300.01.300to make the module request an Ethernet PDU session? -
Is
AT+QMAP="ETH_PDU","enable"alone sufficient, or is an additional command required? -
What is the meaning of:
AT+QNWCFG="eth_cfg" +QNWCFG: "eth_cfg",0and how should
eth_cfgbe configured for Ethernet PDU / 5G LAN? -
If
AT+CGDCONTandAT+QWDSCFG="profile"do not accept"ETH", how is the Ethernet PDU type actually configured on this firmware? -
Does this firmware fully support user-configurable Ethernet PDU / TSN / 5G LAN through public AT commands?
If needed, I can also provide full AT logs and signaling traces.
Thank you.
