Dear @silvia I would like not to activate any profile, since I don’t think there is an appropriate one for the network I am trying to connect. My command flow is the following. Before putting the SIM card:
[2024-06-27_15:04:20:237] AT+QMBNCFG=“List”
[2024-06-27_15:04:20:268]+QMBNCFG: “List”,0,1,0,“ROW_Commercial”,0x0A010809,202111051
[2024-06-27_15:04:20:268]+QMBNCFG: “List”,1,0,0,“Volte_OpenMkt-Commercial-CMCC”,0x0A012010,202209221
[2024-06-27_15:04:20:268]+QMBNCFG: “List”,2,0,0,“Telia_Sweden”,0x0A012400,202111051
[2024-06-27_15:04:20:268]+QMBNCFG: “List”,3,0,0,“TIM_Italy_Commercial”,0x0A012B00,202111051
[2024-06-27_15:04:20:284]+QMBNCFG: “List”,4,0,0,“France-Commercial-Orange”,0x0A010B21,202111051
[2024-06-27_15:04:20:284]+QMBNCFG: “List”,5,0,0,“Commercial-DT-VOLTE”,0x0A011F1F,202212061
[2024-06-27_15:04:20:284]+QMBNCFG: “List”,6,0,0,“Germany-VoLTE-Vodafone”,0x0A010449,202111051
[2024-06-27_15:04:20:284]+QMBNCFG: “List”,7,0,0,“UK-VoLTE-Vodafone”,0x0A010426,202111051
[2024-06-27_15:04:20:284]+QMBNCFG: “List”,8,0,0,“Commercial-EE”,0x0A01220B,202111051
[2024-06-27_15:04:20:284]+QMBNCFG: “List”,9,0,0,“VoLTE-CU”,0x0A011561,202204211
[2024-06-27_15:04:20:284]+QMBNCFG: “List”,10,0,0,“VoLTE_OPNMKT_CT”,0x0A0113E0,202204211
[2024-06-27_15:04:22:300] AT+QMBNCFG=“Deactivate”
[2024-06-27_15:04:24:315] AT+QMBNCFG=“AutoSel”,0
Now, after putting the SIM
[2024-06-27_15:08:20:245 AT+QMBNCFG=“List”
[2024-06-27_15:08:20:468]+QMBNCFG: “List”,0,1,1,“Volte_OpenMkt-Commercial-CMCC”,0x0A012010,202209221
[2024-06-27_15:08:20:468]+QMBNCFG: “List”,1,0,0,“ROW_Commercial”,0x0A010809,202111051
[2024-06-27_15:08:20:468]+QMBNCFG: “List”,2,0,0,“Telia_Sweden”,0x0A012400,202111051
[2024-06-27_15:08:20:468]+QMBNCFG: “List”,3,0,0,“TIM_Italy_Commercial”,0x0A012B00,202111051
[2024-06-27_15:08:20:484]+QMBNCFG: “List”,4,0,0,“France-Commercial-Orange”,0x0A010B21,202111051
[2024-06-27_15:08:20:484]+QMBNCFG: “List”,5,0,0,“Commercial-DT-VOLTE”,0x0A011F1F,202212061
[2024-06-27_15:08:20:484]+QMBNCFG: “List”,6,0,0,“Germany-VoLTE-Vodafone”,0x0A010449,202111051
[2024-06-27_15:08:20:484]+QMBNCFG: “List”,7,0,0,“UK-VoLTE-Vodafone”,0x0A010426,202111051
[2024-06-27_15:08:20:484]+QMBNCFG: “List”,8,0,0,“Commercial-EE”,0x0A01220B,202111051
[2024-06-27_15:08:20:484]+QMBNCFG: “List”,9,0,0,“VoLTE-CU”,0x0A011561,202204211
[2024-06-27_15:08:20:484]+QMBNCFG: “List”,10,0,0,“VoLTE_OPNMKT_CT”,0x0A0113E0,202204211
So, the profile has been activated. I want to prevent this from happening.