After looking through the RM551e-gl documentation, it appears the module should support establishing multiple data connections. I am trying to get this working.
I have a working connection using MPDN rule 0 on VLAN 0 using APN profile 1. I have successfully created another VLAN (VLAN 2) and am trying to create another MPDN rule for this VLAN. When I go to create the rule, I get this error.
[2025-02-05 14:56:52:353_S:] AT+QMAP="MPDN_rule",1,1,2,1,1,"FF:FF:FF:FF:FF:FF"
[2025-02-05 14:56:52:439_R:] AT+QMAP="MPDN_rule",1,1,2,1,1,"FF:FF:FF:FF:FF:FF"
[2025-02-05 14:56:52:439_R:] ERROR
Of note, I am trying to use the same APN profile as MPDN rule 0, which by default wouldn’t be allowed but, I have disabled the PDP duplicate check.
[2025-02-05 15:01:28:695_S:] AT+QCFG="pdp/duplicatechk"
[2025-02-05 15:01:28:780_R:] AT+QCFG="pdp/duplicatechk"
[2025-02-05 15:01:28:780_R:] +QCFG: "pdp/duplicatechk",1
I have also tried creating a second APN profile and using that instead only to receive the same error when attempting to create the second MPDN rule.
This is the output of the VLAN configs just so you can see I have a second one created:
[2025-02-05 15:12:48:410_S:] AT+QMAP="VLAN"
[2025-02-05 15:12:48:558_R:] AT+QMAP="VLAN"
[2025-02-05 15:12:48:558_R:] +QMAP: "VLAN",0
[2025-02-05 15:12:48:558_R:] +QMAP: "VLAN",2,1
Anyone have any thoughts?
