Hi, We’re facing a problem where ModemManager (v1.10.0) doesn’t respect the allowed modes when the modem (Quectel BG96) fails to connect the first try.
First, we set the allowed modes to 4G (--set-allowed-modes=4g) which works. We verified this by running AT+QCFG=“nwscanmode” which is correctly set to “3” after running the command. When NetworkManager then issues a simple connect, ModemManager launches an automatic network registration which appears to reset the allowed modes. Querying nwscanmode afterwards yields “0” which corresponds to all modes (2g+4g). How can we make the allowed modes setting stick (preferably across module restarts/resets as well)? Thanks for your help! Best regards Sven Here’s the relevant log: ModemManager[4228]: <debug> [1593676655.436917] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676655.437243] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676655.466843] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",0<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676655.470457] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: [/dev/cdc-wdm0] sent message... <<<<<< RAW: <<<<<< length = 22 <<<<<< data = 01:15:00:00:03:02:00:11:00:33:00:09:00:17:01:00:01:11:02:00:10:00 ModemManager[4228]: [/dev/cdc-wdm0] sent generic request (translated)... <<<<<< QMUX: <<<<<< length = 21 <<<<<< flags = 0x00 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "none" <<<<<< transaction = 17 <<<<<< tlv_length = 9 <<<<<< message = "Set System Selection Preference" (0x0033) <<<<<< TLV: <<<<<< type = "Change Duration" (0x17) <<<<<< length = 1 <<<<<< value = 01 <<<<<< translated = permanent <<<<<< TLV: <<<<<< type = "Mode Preference" (0x11) <<<<<< length = 2 <<<<<< value = 10:00 <<<<<< translated = lte ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 20 <<<<<< data = 01:13:00:80:03:02:02:11:00:33:00:07:00:02:04:00:00:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic response (translated)... <<<<<< QMUX: <<<<<< length = 19 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "response" <<<<<< transaction = 17 <<<<<< tlv_length = 7 <<<<<< message = "Set System Selection Preference" (0x0033) <<<<<< TLV: <<<<<< type = "Result" (0x02) <<<<<< length = 4 <<<<<< value = 00:00:00:00 <<<<<< translated = SUCCESS ModemManager[4228]: [/dev/cdc-wdm0] sent message... <<<<<< RAW: <<<<<< length = 13 <<<<<< data = 01:0C:00:00:03:02:00:12:00:34:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] sent generic request (translated)... <<<<<< QMUX: <<<<<< length = 12 <<<<<< flags = 0x00 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "none" <<<<<< transaction = 18 <<<<<< tlv_length = 0 <<<<<< message = "Get System Selection Preference" (0x0034) ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 151 <<<<<< data = 01:96:00:80:03:02:02:12:00:34:00:8A:00:02:04:00:00:00:00:00:10:01:00:00:11:02:00:10:00:12:08:00:80:03:28:00:00:00:00:00:15:08:00:9F:18:0F:0A:40:00:00:00:16:01:00:00:18:04:00:02:00:00:00:19:04:00:01:00:00:00:1C:05:00:04:08:00:00:04:1D:04:00:00:00:00:00:1F:04:00:02:00:00:00:20:04:00:01:00:00:00:24:08:00:02:00:00:00:00:00:00:00:25:08:00:9F:18:0E:0A:40:00:00:00:26:08:00:9F:18:0E:0A:00:00:00:00:27:11:00:04:08:00:00:00:0A:00:00:00:0B:00:00:00:04:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic response (translated)... <<<<<< QMUX: <<<<<< length = 150 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "response" <<<<<< transaction = 18 <<<<<< tlv_length = 138 <<<<<< message = "Get System Selection Preference" (0x0034) <<<<<< TLV: <<<<<< type = "Result" (0x02) <<<<<< length = 4 <<<<<< value = 00:00:00:00 <<<<<< translated = SUCCESS <<<<<< TLV: <<<<<< type = "Emergency mode" (0x10) <<<<<< length = 1 <<<<<< value = 00 <<<<<< translated = no <<<<<< TLV: <<<<<< type = "Mode Preference" (0x11) <<<<<< length = 2 <<<<<< value = 10:00 <<<<<< translated = lte <<<<<< TLV: <<<<<< type = "Band Preference" (0x12) <<<<<< length = 8 <<<<<< value = 80:03:28:00:00:00:00:00 <<<<<< translated = gsm-dcs-1800, gsm-900-extended, gsm-900-primary, gsm-850, gsm-pcs-1900 <<<<<< TLV: <<<<<< type = "LTE Band Preference" (0x15) <<<<<< length = 8 <<<<<< value = 9F:18:0F:0A:40:00:00:00 <<<<<< translated = 1, 2, 3, 4, 5, 8, 12, 13, 17, 18, 19, 20, 26, 28, 39 <<<<<< TLV: <<<<<< type = "Network Selection Preference" (0x16) <<<<<< length = 1 <<<<<< value = 00 <<<<<< translated = automatic <<<<<< TLV: <<<<<< type = "Service Domain Preference" (0x18) <<<<<< length = 4 <<<<<< value = 02:00:00:00 <<<<<< translated = cs-ps <<<<<< TLV: <<<<<< type = "GSM WCDMA Acquisition Order Preference" (0x19) <<<<<< length = 4 <<<<<< value = 01:00:00:00 <<<<<< translated = gsm <<<<<< TLV: <<<<<< type = "Acquisition Order Preference" (0x1c) <<<<<< length = 5 <<<<<< value = 04:08:00:00:04 <<<<<< translated = { [0] = 'lte ' [1] = 'none ' [2] = 'none ' [3] = 'gsm '} <<<<<< TLV: <<<<<< type = 0x1d <<<<<< length = 4 <<<<<< value = 00:00:00:00 <<<<<< TLV: <<<<<< type = 0x1f <<<<<< length = 4 <<<<<< value = 02:00:00:00 <<<<<< TLV: <<<<<< type = 0x20 <<<<<< length = 4 <<<<<< value = 01:00:00:00 <<<<<< TLV: <<<<<< type = 0x24 <<<<<< length = 8 <<<<<< value = 02:00:00:00:00:00:00:00 <<<<<< TLV: <<<<<< type = 0x25 <<<<<< length = 8 <<<<<< value = 9F:18:0E:0A:40:00:00:00 <<<<<< TLV: <<<<<< type = 0x26 <<<<<< length = 8 <<<<<< value = 9F:18:0E:0A:00:00:00:00 <<<<<< TLV: <<<<<< type = 0x27 <<<<<< length = 17 <<<<<< value = 04:08:00:00:00:0A:00:00:00:0B:00:00:00:04:00:00:00 ModemManager[4228]: <debug> [1593676655.856792] Periodic signal check refresh ignored: checks not enabled ModemManager[4228]: <debug> [1593676656.436873] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676656.438216] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676656.470910] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676656.478503] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676657.061668] Running registration checks (CS: 'yes', PS: 'yes', EPS: 'yes') ModemManager[4228]: [/dev/cdc-wdm0] sent message... <<<<<< RAW: <<<<<< length = 13 <<<<<< data = 01:0C:00:00:03:02:00:13:00:24:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] sent generic request (translated)... <<<<<< QMUX: <<<<<< length = 12 <<<<<< flags = 0x00 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "none" <<<<<< transaction = 19 <<<<<< tlv_length = 0 <<<<<< message = "Get Serving System" (0x0024) ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 41 <<<<<< data = 01:28:00:80:03:02:02:13:00:24:00:1C:00:02:04:00:00:00:00:00:01:06:00:02:02:02:00:01:00:11:01:00:00:21:05:00:00:03:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic response (translated)... <<<<<< QMUX: <<<<<< length = 40 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "response" <<<<<< transaction = 19 <<<<<< tlv_length = 28 <<<<<< message = "Get Serving System" (0x0024) <<<<<< TLV: <<<<<< type = "Result" (0x02) <<<<<< length = 4 <<<<<< value = 00:00:00:00 <<<<<< translated = SUCCESS <<<<<< TLV: <<<<<< type = "Serving System" (0x01) <<<<<< length = 6 <<<<<< value = 02:02:02:00:01:00 <<<<<< translated = [ registration_state = 'not-registered-searching' cs_attach_state = 'detached' ps_attach_state = 'detached' selected_network = 'unknown' radio_interfaces = '{ [0] = 'none '}' ] <<<<<< TLV: <<<<<< type = "Data Service Capability" (0x11) <<<<<< length = 1 <<<<<< value = 00 <<<<<< translated = {} <<<<<< TLV: <<<<<< type = "Detailed Service Status" (0x21) <<<<<< length = 5 <<<<<< value = 00:03:00:00:00 <<<<<< translated = [ status = 'none' capability = 'cs-ps' hdr_status = 'none' hdr_hybrid = 'no' forbidden = 'no' ] ModemManager[4228]: <debug> [1593676657.068882] No 3GPP info given... ModemManager[4228]: <debug> [1593676657.069077] Modem not yet registered in a 3GPP network... will recheck soon ModemManager[4228]: <debug> [1593676657.427320] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676657.427636] (ttyUSB2): --> 'AT+QENG="servingcell"<CR>' ModemManager[4228]: <debug> [1593676657.437132] (ttyUSB2) device open count is 3 (open) ModemManager[4228]: <debug> [1593676657.459943] (ttyUSB2): <-- '<CR><LF>+QENG: "servingcell","SEARCH"<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676657.465167] (ttyUSB2) device open count is 2 (close) ModemManager[4228]: <debug> [1593676657.466598] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676657.497916] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676657.501483] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676658.436894] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676658.437202] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676658.466040] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676658.470856] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676659.436813] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676659.437131] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676659.471059] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676659.477307] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676660.061433] Running registration checks (CS: 'yes', PS: 'yes', EPS: 'yes') ModemManager[4228]: [/dev/cdc-wdm0] sent message... <<<<<< RAW: <<<<<< length = 13 <<<<<< data = 01:0C:00:00:03:02:00:14:00:24:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] sent generic request (translated)... <<<<<< QMUX: <<<<<< length = 12 <<<<<< flags = 0x00 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "none" <<<<<< transaction = 20 <<<<<< tlv_length = 0 <<<<<< message = "Get Serving System" (0x0024) ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 41 <<<<<< data = 01:28:00:80:03:02:02:14:00:24:00:1C:00:02:04:00:00:00:00:00:01:06:00:02:02:02:00:01:00:11:01:00:00:21:05:00:00:03:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic response (translated)... <<<<<< QMUX: <<<<<< length = 40 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "response" <<<<<< transaction = 20 <<<<<< tlv_length = 28 <<<<<< message = "Get Serving System" (0x0024) <<<<<< TLV: <<<<<< type = "Result" (0x02) <<<<<< length = 4 <<<<<< value = 00:00:00:00 <<<<<< translated = SUCCESS <<<<<< TLV: <<<<<< type = "Serving System" (0x01) <<<<<< length = 6 <<<<<< value = 02:02:02:00:01:00 <<<<<< translated = [ registration_state = 'not-registered-searching' cs_attach_state = 'detached' ps_attach_state = 'detached' selected_network = 'unknown' radio_interfaces = '{ [0] = 'none '}' ] <<<<<< TLV: <<<<<< type = "Data Service Capability" (0x11) <<<<<< length = 1 <<<<<< value = 00 <<<<<< translated = {} <<<<<< TLV: <<<<<< type = "Detailed Service Status" (0x21) <<<<<< length = 5 <<<<<< value = 00:03:00:00:00 <<<<<< translated = [ status = 'none' capability = 'cs-ps' hdr_status = 'none' hdr_hybrid = 'no' forbidden = 'no' ] ModemManager[4228]: <debug> [1593676660.074418] No 3GPP info given... ModemManager[4228]: <debug> [1593676660.074918] Modem not yet registered in a 3GPP network... will recheck soon ModemManager[4228]: <debug> [1593676660.436905] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676660.438386] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676660.471052] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676660.474874] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676661.437087] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676661.438661] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676661.468103] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676661.471920] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676662.436824] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676662.437141] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676662.465108] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676662.471563] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676663.061711] Running registration checks (CS: 'yes', PS: 'yes', EPS: 'yes') ModemManager[4228]: [/dev/cdc-wdm0] sent message... <<<<<< RAW: <<<<<< length = 13 <<<<<< data = 01:0C:00:00:03:02:00:15:00:24:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] sent generic request (translated)... <<<<<< QMUX: <<<<<< length = 12 <<<<<< flags = 0x00 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "none" <<<<<< transaction = 21 <<<<<< tlv_length = 0 <<<<<< message = "Get Serving System" (0x0024) ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 41 <<<<<< data = 01:28:00:80:03:02:02:15:00:24:00:1C:00:02:04:00:00:00:00:00:01:06:00:02:02:02:00:01:00:11:01:00:00:21:05:00:00:03:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic response (translated)... <<<<<< QMUX: <<<<<< length = 40 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "response" <<<<<< transaction = 21 <<<<<< tlv_length = 28 <<<<<< message = "Get Serving System" (0x0024) <<<<<< TLV: <<<<<< type = "Result" (0x02) <<<<<< length = 4 <<<<<< value = 00:00:00:00 <<<<<< translated = SUCCESS <<<<<< TLV: <<<<<< type = "Serving System" (0x01) <<<<<< length = 6 <<<<<< value = 02:02:02:00:01:00 <<<<<< translated = [ registration_state = 'not-registered-searching' cs_attach_state = 'detached' ps_attach_state = 'detached' selected_network = 'unknown' radio_interfaces = '{ [0] = 'none '}' ] <<<<<< TLV: <<<<<< type = "Data Service Capability" (0x11) <<<<<< length = 1 <<<<<< value = 00 <<<<<< translated = {} <<<<<< TLV: <<<<<< type = "Detailed Service Status" (0x21) <<<<<< length = 5 <<<<<< value = 00:03:00:00:00 <<<<<< translated = [ status = 'none' capability = 'cs-ps' hdr_status = 'none' hdr_hybrid = 'no' forbidden = 'no' ] ModemManager[4228]: <debug> [1593676663.068317] No 3GPP info given... ModemManager[4228]: <debug> [1593676663.068505] Modem not yet registered in a 3GPP network... will recheck soon ModemManager[4228]: <debug> [1593676663.292592] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676663.292906] (ttyUSB2): --> 'AT+QCFG="nwscanmode",3<CR>' ModemManager[4228]: <debug> [1593676663.327169] (ttyUSB2): <-- '<CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676663.332307] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676663.436812] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676663.437125] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676663.465153] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676663.468712] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676664.436829] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676664.437147] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676664.465190] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676664.468807] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676665.436868] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676665.437185] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676665.465236] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676665.468778] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676666.061845] Running registration checks (CS: 'yes', PS: 'yes', EPS: 'yes') ModemManager[4228]: [/dev/cdc-wdm0] sent message... <<<<<< RAW: <<<<<< length = 13 <<<<<< data = 01:0C:00:00:03:02:00:16:00:24:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] sent generic request (translated)... <<<<<< QMUX: <<<<<< length = 12 <<<<<< flags = 0x00 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "none" <<<<<< transaction = 22 <<<<<< tlv_length = 0 <<<<<< message = "Get Serving System" (0x0024) ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 41 <<<<<< data = 01:28:00:80:03:02:02:16:00:24:00:1C:00:02:04:00:00:00:00:00:01:06:00:02:02:02:00:01:00:11:01:00:00:21:05:00:00:03:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic response (translated)... <<<<<< QMUX: <<<<<< length = 40 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "response" <<<<<< transaction = 22 <<<<<< tlv_length = 28 <<<<<< message = "Get Serving System" (0x0024) <<<<<< TLV: <<<<<< type = "Result" (0x02) <<<<<< length = 4 <<<<<< value = 00:00:00:00 <<<<<< translated = SUCCESS <<<<<< TLV: <<<<<< type = "Serving System" (0x01) <<<<<< length = 6 <<<<<< value = 02:02:02:00:01:00 <<<<<< translated = [ registration_state = 'not-registered-searching' cs_attach_state = 'detached' ps_attach_state = 'detached' selected_network = 'unknown' radio_interfaces = '{ [0] = 'none '}' ] <<<<<< TLV: <<<<<< type = "Data Service Capability" (0x11) <<<<<< length = 1 <<<<<< value = 00 <<<<<< translated = {} <<<<<< TLV: <<<<<< type = "Detailed Service Status" (0x21) <<<<<< length = 5 <<<<<< value = 00:03:00:00:00 <<<<<< translated = [ status = 'none' capability = 'cs-ps' hdr_status = 'none' hdr_hybrid = 'no' forbidden = 'no' ] ModemManager[4228]: <debug> [1593676666.074031] No 3GPP info given... ModemManager[4228]: <debug> [1593676666.074503] Modem not yet registered in a 3GPP network... will recheck soon ModemManager[4228]: <debug> [1593676666.436909] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676666.438290] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676666.469286] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676666.472780] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676667.436854] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676667.437172] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676667.467317] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676667.471122] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676668.436811] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676668.437125] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676668.465383] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676668.469037] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676669.062305] Running registration checks (CS: 'yes', PS: 'yes', EPS: 'yes') ModemManager[4228]: [/dev/cdc-wdm0] sent message... <<<<<< RAW: <<<<<< length = 13 <<<<<< data = 01:0C:00:00:03:02:00:17:00:24:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] sent generic request (translated)... <<<<<< QMUX: <<<<<< length = 12 <<<<<< flags = 0x00 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "none" <<<<<< transaction = 23 <<<<<< tlv_length = 0 <<<<<< message = "Get Serving System" (0x0024) ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 41 <<<<<< data = 01:28:00:80:03:02:02:17:00:24:00:1C:00:02:04:00:00:00:00:00:01:06:00:02:02:02:00:01:00:11:01:00:00:21:05:00:00:03:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic response (translated)... <<<<<< QMUX: <<<<<< length = 40 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "response" <<<<<< transaction = 23 <<<<<< tlv_length = 28 <<<<<< message = "Get Serving System" (0x0024) <<<<<< TLV: <<<<<< type = "Result" (0x02) <<<<<< length = 4 <<<<<< value = 00:00:00:00 <<<<<< translated = SUCCESS <<<<<< TLV: <<<<<< type = "Serving System" (0x01) <<<<<< length = 6 <<<<<< value = 02:02:02:00:01:00 <<<<<< translated = [ registration_state = 'not-registered-searching' cs_attach_state = 'detached' ps_attach_state = 'detached' selected_network = 'unknown' radio_interfaces = '{ [0] = 'none '}' ] <<<<<< TLV: <<<<<< type = "Data Service Capability" (0x11) <<<<<< length = 1 <<<<<< value = 00 <<<<<< translated = {} <<<<<< TLV: <<<<<< type = "Detailed Service Status" (0x21) <<<<<< length = 5 <<<<<< value = 00:03:00:00:00 <<<<<< translated = [ status = 'none' capability = 'cs-ps' hdr_status = 'none' hdr_hybrid = 'no' forbidden = 'no' ] ModemManager[4228]: <debug> [1593676669.079187] No 3GPP info given... ModemManager[4228]: <debug> [1593676669.079800] Modem not yet registered in a 3GPP network... will recheck soon ModemManager[4228]: <debug> [1593676669.436905] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676669.438384] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676669.466402] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676669.469833] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676670.436876] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676670.437197] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676670.464455] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676670.467996] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676671.436861] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676671.438509] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676671.469490] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676671.473027] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676672.062107] Running registration checks (CS: 'yes', PS: 'yes', EPS: 'yes') ModemManager[4228]: [/dev/cdc-wdm0] sent message... <<<<<< RAW: <<<<<< length = 13 <<<<<< data = 01:0C:00:00:03:02:00:18:00:24:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] sent generic request (translated)... <<<<<< QMUX: <<<<<< length = 12 <<<<<< flags = 0x00 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "none" <<<<<< transaction = 24 <<<<<< tlv_length = 0 <<<<<< message = "Get Serving System" (0x0024) ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 41 <<<<<< data = 01:28:00:80:03:02:02:18:00:24:00:1C:00:02:04:00:00:00:00:00:01:06:00:02:02:02:00:01:00:11:01:00:00:21:05:00:00:03:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic response (translated)... <<<<<< QMUX: <<<<<< length = 40 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "response" <<<<<< transaction = 24 <<<<<< tlv_length = 28 <<<<<< message = "Get Serving System" (0x0024) <<<<<< TLV: <<<<<< type = "Result" (0x02) <<<<<< length = 4 <<<<<< value = 00:00:00:00 <<<<<< translated = SUCCESS <<<<<< TLV: <<<<<< type = "Serving System" (0x01) <<<<<< length = 6 <<<<<< value = 02:02:02:00:01:00 <<<<<< translated = [ registration_state = 'not-registered-searching' cs_attach_state = 'detached' ps_attach_state = 'detached' selected_network = 'unknown' radio_interfaces = '{ [0] = 'none '}' ] <<<<<< TLV: <<<<<< type = "Data Service Capability" (0x11) <<<<<< length = 1 <<<<<< value = 00 <<<<<< translated = {} <<<<<< TLV: <<<<<< type = "Detailed Service Status" (0x21) <<<<<< length = 5 <<<<<< value = 00:03:00:00:00 <<<<<< translated = [ status = 'none' capability = 'cs-ps' hdr_status = 'none' hdr_hybrid = 'no' forbidden = 'no' ] ModemManager[4228]: <debug> [1593676672.079116] No 3GPP info given... ModemManager[4228]: <debug> [1593676672.079584] Modem not yet registered in a 3GPP network... will recheck soon ModemManager[4228]: <debug> [1593676672.437140] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676672.438572] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676672.468526] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676672.472147] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676673.436876] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676673.438507] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676673.467566] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676673.471112] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676674.436882] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676674.438542] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676674.467586] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676674.471179] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676675.062271] Running registration checks (CS: 'yes', PS: 'yes', EPS: 'yes') ModemManager[4228]: [/dev/cdc-wdm0] sent message... <<<<<< RAW: <<<<<< length = 13 <<<<<< data = 01:0C:00:00:03:02:00:19:00:24:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] sent generic request (translated)... <<<<<< QMUX: <<<<<< length = 12 <<<<<< flags = 0x00 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "none" <<<<<< transaction = 25 <<<<<< tlv_length = 0 <<<<<< message = "Get Serving System" (0x0024) ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 41 <<<<<< data = 01:28:00:80:03:02:02:19:00:24:00:1C:00:02:04:00:00:00:00:00:01:06:00:02:02:02:00:01:00:11:01:00:00:21:05:00:00:03:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic response (translated)... <<<<<< QMUX: <<<<<< length = 40 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "response" <<<<<< transaction = 25 <<<<<< tlv_length = 28 <<<<<< message = "Get Serving System" (0x0024) <<<<<< TLV: <<<<<< type = "Result" (0x02) <<<<<< length = 4 <<<<<< value = 00:00:00:00 <<<<<< translated = SUCCESS <<<<<< TLV: <<<<<< type = "Serving System" (0x01) <<<<<< length = 6 <<<<<< value = 02:02:02:00:01:00 <<<<<< translated = [ registration_state = 'not-registered-searching' cs_attach_state = 'detached' ps_attach_state = 'detached' selected_network = 'unknown' radio_interfaces = '{ [0] = 'none '}' ] <<<<<< TLV: <<<<<< type = "Data Service Capability" (0x11) <<<<<< length = 1 <<<<<< value = 00 <<<<<< translated = {} <<<<<< TLV: <<<<<< type = "Detailed Service Status" (0x21) <<<<<< length = 5 <<<<<< value = 00:03:00:00:00 <<<<<< translated = [ status = 'none' capability = 'cs-ps' hdr_status = 'none' hdr_hybrid = 'no' forbidden = 'no' ] ModemManager[4228]: <debug> [1593676675.079243] No 3GPP info given... ModemManager[4228]: <debug> [1593676675.079731] Modem not yet registered in a 3GPP network... will recheck soon ModemManager[4228]: <debug> [1593676675.436938] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676675.438388] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676675.466646] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676675.470067] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676676.436907] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676676.437227] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676676.467699] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676676.471711] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676677.436882] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676677.438519] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676677.468722] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676677.472319] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676678.061370] Running registration checks (CS: 'yes', PS: 'yes', EPS: 'yes') ModemManager[4228]: [/dev/cdc-wdm0] sent message... <<<<<< RAW: <<<<<< length = 13 <<<<<< data = 01:0C:00:00:03:02:00:1A:00:24:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] sent generic request (translated)... <<<<<< QMUX: <<<<<< length = 12 <<<<<< flags = 0x00 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "none" <<<<<< transaction = 26 <<<<<< tlv_length = 0 <<<<<< message = "Get Serving System" (0x0024) ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 41 <<<<<< data = 01:28:00:80:03:02:02:1A:00:24:00:1C:00:02:04:00:00:00:00:00:01:06:00:02:02:02:00:01:00:11:01:00:00:21:05:00:00:03:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic response (translated)... <<<<<< QMUX: <<<<<< length = 40 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "response" <<<<<< transaction = 26 <<<<<< tlv_length = 28 <<<<<< message = "Get Serving System" (0x0024) <<<<<< TLV: <<<<<< type = "Result" (0x02) <<<<<< length = 4 <<<<<< value = 00:00:00:00 <<<<<< translated = SUCCESS <<<<<< TLV: <<<<<< type = "Serving System" (0x01) <<<<<< length = 6 <<<<<< value = 02:02:02:00:01:00 <<<<<< translated = [ registration_state = 'not-registered-searching' cs_attach_state = 'detached' ps_attach_state = 'detached' selected_network = 'unknown' radio_interfaces = '{ [0] = 'none '}' ] <<<<<< TLV: <<<<<< type = "Data Service Capability" (0x11) <<<<<< length = 1 <<<<<< value = 00 <<<<<< translated = {} <<<<<< TLV: <<<<<< type = "Detailed Service Status" (0x21) <<<<<< length = 5 <<<<<< value = 00:03:00:00:00 <<<<<< translated = [ status = 'none' capability = 'cs-ps' hdr_status = 'none' hdr_hybrid = 'no' forbidden = 'no' ] ModemManager[4228]: <debug> [1593676678.073747] No 3GPP info given... ModemManager[4228]: <debug> [1593676678.074405] Modem not yet registered in a 3GPP network... will recheck soon ModemManager[4228]: <debug> [1593676678.436904] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676678.437220] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676678.466777] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676678.470306] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676679.436846] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676679.437168] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676679.464794] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676679.468446] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676680.436935] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676680.437257] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676680.464844] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676680.468556] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676681.061825] Running registration checks (CS: 'yes', PS: 'yes', EPS: 'yes') ModemManager[4228]: [/dev/cdc-wdm0] sent message... <<<<<< RAW: <<<<<< length = 13 <<<<<< data = 01:0C:00:00:03:02:00:1B:00:24:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] sent generic request (translated)... <<<<<< QMUX: <<<<<< length = 12 <<<<<< flags = 0x00 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "none" <<<<<< transaction = 27 <<<<<< tlv_length = 0 <<<<<< message = "Get Serving System" (0x0024) ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 41 <<<<<< data = 01:28:00:80:03:02:02:1B:00:24:00:1C:00:02:04:00:00:00:00:00:01:06:00:02:02:02:00:01:00:11:01:00:00:21:05:00:00:03:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic response (translated)... <<<<<< QMUX: <<<<<< length = 40 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "response" <<<<<< transaction = 27 <<<<<< tlv_length = 28 <<<<<< message = "Get Serving System" (0x0024) <<<<<< TLV: <<<<<< type = "Result" (0x02) <<<<<< length = 4 <<<<<< value = 00:00:00:00 <<<<<< translated = SUCCESS <<<<<< TLV: <<<<<< type = "Serving System" (0x01) <<<<<< length = 6 <<<<<< value = 02:02:02:00:01:00 <<<<<< translated = [ registration_state = 'not-registered-searching' cs_attach_state = 'detached' ps_attach_state = 'detached' selected_network = 'unknown' radio_interfaces = '{ [0] = 'none '}' ] <<<<<< TLV: <<<<<< type = "Data Service Capability" (0x11) <<<<<< length = 1 <<<<<< value = 00 <<<<<< translated = {} <<<<<< TLV: <<<<<< type = "Detailed Service Status" (0x21) <<<<<< length = 5 <<<<<< value = 00:03:00:00:00 <<<<<< translated = [ status = 'none' capability = 'cs-ps' hdr_status = 'none' hdr_hybrid = 'no' forbidden = 'no' ] ModemManager[4228]: <debug> [1593676681.079320] No 3GPP info given... ModemManager[4228]: <debug> [1593676681.079942] Modem not yet registered in a 3GPP network... will recheck soon ModemManager[4228]: <debug> [1593676681.437093] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676681.438581] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676681.469867] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676681.473425] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676682.436755] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676682.437075] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676682.466922] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676682.470667] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676683.436838] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676683.437156] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676683.465957] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676683.469686] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676684.061899] Running registration checks (CS: 'yes', PS: 'yes', EPS: 'yes') ModemManager[4228]: [/dev/cdc-wdm0] sent message... <<<<<< RAW: <<<<<< length = 13 <<<<<< data = 01:0C:00:00:03:02:00:1C:00:24:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] sent generic request (translated)... <<<<<< QMUX: <<<<<< length = 12 <<<<<< flags = 0x00 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "none" <<<<<< transaction = 28 <<<<<< tlv_length = 0 <<<<<< message = "Get Serving System" (0x0024) ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 41 <<<<<< data = 01:28:00:80:03:02:02:1C:00:24:00:1C:00:02:04:00:00:00:00:00:01:06:00:02:02:02:00:01:00:11:01:00:00:21:05:00:00:03:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic response (translated)... <<<<<< QMUX: <<<<<< length = 40 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "response" <<<<<< transaction = 28 <<<<<< tlv_length = 28 <<<<<< message = "Get Serving System" (0x0024) <<<<<< TLV: <<<<<< type = "Result" (0x02) <<<<<< length = 4 <<<<<< value = 00:00:00:00 <<<<<< translated = SUCCESS <<<<<< TLV: <<<<<< type = "Serving System" (0x01) <<<<<< length = 6 <<<<<< value = 02:02:02:00:01:00 <<<<<< translated = [ registration_state = 'not-registered-searching' cs_attach_state = 'detached' ps_attach_state = 'detached' selected_network = 'unknown' radio_interfaces = '{ [0] = 'none '}' ] <<<<<< TLV: <<<<<< type = "Data Service Capability" (0x11) <<<<<< length = 1 <<<<<< value = 00 <<<<<< translated = {} <<<<<< TLV: <<<<<< type = "Detailed Service Status" (0x21) <<<<<< length = 5 <<<<<< value = 00:03:00:00:00 <<<<<< translated = [ status = 'none' capability = 'cs-ps' hdr_status = 'none' hdr_hybrid = 'no' forbidden = 'no' ] ModemManager[4228]: <debug> [1593676684.071753] No 3GPP info given... ModemManager[4228]: <debug> [1593676684.072883] Modem not yet registered in a 3GPP network... will recheck soon ModemManager[4228]: <debug> [1593676684.436941] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676684.438021] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676684.466010] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676684.469619] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676685.436800] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676685.438439] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676685.467029] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676685.470505] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676686.436876] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676686.438485] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676686.470072] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676686.473687] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676687.061753] Running registration checks (CS: 'yes', PS: 'yes', EPS: 'yes') ModemManager[4228]: [/dev/cdc-wdm0] sent message... <<<<<< RAW: <<<<<< length = 13 <<<<<< data = 01:0C:00:00:03:02:00:1D:00:24:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] sent generic request (translated)... <<<<<< QMUX: <<<<<< length = 12 <<<<<< flags = 0x00 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "none" <<<<<< transaction = 29 <<<<<< tlv_length = 0 <<<<<< message = "Get Serving System" (0x0024) ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 41 <<<<<< data = 01:28:00:80:03:02:02:1D:00:24:00:1C:00:02:04:00:00:00:00:00:01:06:00:02:02:02:00:01:00:11:01:00:00:21:05:00:00:03:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic response (translated)... <<<<<< QMUX: <<<<<< length = 40 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "response" <<<<<< transaction = 29 <<<<<< tlv_length = 28 <<<<<< message = "Get Serving System" (0x0024) <<<<<< TLV: <<<<<< type = "Result" (0x02) <<<<<< length = 4 <<<<<< value = 00:00:00:00 <<<<<< translated = SUCCESS <<<<<< TLV: <<<<<< type = "Serving System" (0x01) <<<<<< length = 6 <<<<<< value = 02:02:02:00:01:00 <<<<<< translated = [ registration_state = 'not-registered-searching' cs_attach_state = 'detached' ps_attach_state = 'detached' selected_network = 'unknown' radio_interfaces = '{ [0] = 'none '}' ] <<<<<< TLV: <<<<<< type = "Data Service Capability" (0x11) <<<<<< length = 1 <<<<<< value = 00 <<<<<< translated = {} <<<<<< TLV: <<<<<< type = "Detailed Service Status" (0x21) <<<<<< length = 5 <<<<<< value = 00:03:00:00:00 <<<<<< translated = [ status = 'none' capability = 'cs-ps' hdr_status = 'none' hdr_hybrid = 'no' forbidden = 'no' ] ModemManager[4228]: <debug> [1593676687.079745] No 3GPP info given... ModemManager[4228]: <debug> [1593676687.080360] Modem not yet registered in a 3GPP network... will recheck soon ModemManager[4228]: <debug> [1593676687.436926] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676687.438430] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676687.469109] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676687.472724] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676688.436944] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676688.438592] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676688.468148] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676688.471877] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676689.436845] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676689.437160] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676689.465190] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676689.468756] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676690.063168] Running registration checks (CS: 'yes', PS: 'yes', EPS: 'yes') ModemManager[4228]: [/dev/cdc-wdm0] sent message... <<<<<< RAW: <<<<<< length = 13 <<<<<< data = 01:0C:00:00:03:02:00:1E:00:24:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] sent generic request (translated)... <<<<<< QMUX: <<<<<< length = 12 <<<<<< flags = 0x00 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "none" <<<<<< transaction = 30 <<<<<< tlv_length = 0 <<<<<< message = "Get Serving System" (0x0024) ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 41 <<<<<< data = 01:28:00:80:03:02:02:1E:00:24:00:1C:00:02:04:00:00:00:00:00:01:06:00:02:02:02:00:01:00:11:01:00:00:21:05:00:00:03:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic response (translated)... <<<<<< QMUX: <<<<<< length = 40 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "response" <<<<<< transaction = 30 <<<<<< tlv_length = 28 <<<<<< message = "Get Serving System" (0x0024) <<<<<< TLV: <<<<<< type = "Result" (0x02) <<<<<< length = 4 <<<<<< value = 00:00:00:00 <<<<<< translated = SUCCESS <<<<<< TLV: <<<<<< type = "Serving System" (0x01) <<<<<< length = 6 <<<<<< value = 02:02:02:00:01:00 <<<<<< translated = [ registration_state = 'not-registered-searching' cs_attach_state = 'detached' ps_attach_state = 'detached' selected_network = 'unknown' radio_interfaces = '{ [0] = 'none '}' ] <<<<<< TLV: <<<<<< type = "Data Service Capability" (0x11) <<<<<< length = 1 <<<<<< value = 00 <<<<<< translated = {} <<<<<< TLV: <<<<<< type = "Detailed Service Status" (0x21) <<<<<< length = 5 <<<<<< value = 00:03:00:00:00 <<<<<< translated = [ status = 'none' capability = 'cs-ps' hdr_status = 'none' hdr_hybrid = 'no' forbidden = 'no' ] ModemManager[4228]: <debug> [1593676690.079814] No 3GPP info given... ModemManager[4228]: <debug> [1593676690.080276] Modem not yet registered in a 3GPP network... will recheck soon ModemManager[4228]: <debug> [1593676690.436918] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676690.438364] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676690.466224] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676690.469697] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676691.437698] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676691.439330] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676691.470289] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676691.473864] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676692.436881] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676692.437199] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676692.466354] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676692.470015] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676693.062342] Running registration checks (CS: 'yes', PS: 'yes', EPS: 'yes') ModemManager[4228]: [/dev/cdc-wdm0] sent message... <<<<<< RAW: <<<<<< length = 13 <<<<<< data = 01:0C:00:00:03:02:00:1F:00:24:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] sent generic request (translated)... <<<<<< QMUX: <<<<<< length = 12 <<<<<< flags = 0x00 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "none" <<<<<< transaction = 31 <<<<<< tlv_length = 0 <<<<<< message = "Get Serving System" (0x0024) ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 41 <<<<<< data = 01:28:00:80:03:02:02:1F:00:24:00:1C:00:02:04:00:00:00:00:00:01:06:00:02:02:02:00:01:00:11:01:00:00:21:05:00:00:03:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic response (translated)... <<<<<< QMUX: <<<<<< length = 40 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "response" <<<<<< transaction = 31 <<<<<< tlv_length = 28 <<<<<< message = "Get Serving System" (0x0024) <<<<<< TLV: <<<<<< type = "Result" (0x02) <<<<<< length = 4 <<<<<< value = 00:00:00:00 <<<<<< translated = SUCCESS <<<<<< TLV: <<<<<< type = "Serving System" (0x01) <<<<<< length = 6 <<<<<< value = 02:02:02:00:01:00 <<<<<< translated = [ registration_state = 'not-registered-searching' cs_attach_state = 'detached' ps_attach_state = 'detached' selected_network = 'unknown' radio_interfaces = '{ [0] = 'none '}' ] <<<<<< TLV: <<<<<< type = "Data Service Capability" (0x11) <<<<<< length = 1 <<<<<< value = 00 <<<<<< translated = {} <<<<<< TLV: <<<<<< type = "Detailed Service Status" (0x21) <<<<<< length = 5 <<<<<< value = 00:03:00:00:00 <<<<<< translated = [ status = 'none' capability = 'cs-ps' hdr_status = 'none' hdr_hybrid = 'no' forbidden = 'no' ] ModemManager[4228]: <debug> [1593676693.079812] No 3GPP info given... ModemManager[4228]: <debug> [1593676693.080416] Modem not yet registered in a 3GPP network... will recheck soon ModemManager[4228]: <debug> [1593676693.436824] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676693.438285] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676693.468352] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676693.472104] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676694.436774] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676694.437089] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676694.466397] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676694.470023] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676695.436854] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676695.438486] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676695.467428] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676695.471020] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 50 <<<<<< data = 01:31:00:80:03:02:04:01:00:24:00:25:00:01:06:00:02:02:02:02:01:08:11:01:00:00:12:05:00:F2:00:02:00:00:22:05:00:01:02:00:00:00:29:05:00:F2:00:02:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic indication (translated)... <<<<<< QMUX: <<<<<< length = 49 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "indication" <<<<<< transaction = 1 <<<<<< tlv_length = 37 <<<<<< message = "Serving System" (0x0024) <<<<<< TLV: <<<<<< type = "Serving System" (0x01) <<<<<< length = 6 <<<<<< value = 02:02:02:02:01:08 <<<<<< translated = [ registration_state = 'not-registered-searching' cs_attach_state = 'detached' ps_attach_state = 'detached' selected_network = '3gpp' radio_interfaces = '{ [0] = 'lte '}' ] <<<<<< TLV: <<<<<< type = "Data Service Capability" (0x11) <<<<<< length = 1 <<<<<< value = 00 <<<<<< translated = {} <<<<<< TLV: <<<<<< type = "Current PLMN" (0x12) <<<<<< length = 5 <<<<<< value = F2:00:02:00:00 <<<<<< translated = [ mcc = '242' mnc = '2' description = '' ] <<<<<< TLV: <<<<<< type = "Detailed Service Status" (0x22) <<<<<< length = 5 <<<<<< value = 01:02:00:00:00 <<<<<< translated = [ status = 'limited' capability = 'ps' hdr_status = 'none' hdr_hybrid = 'no' forbidden = 'no' ] <<<<<< TLV: <<<<<< type = "MNC PCS Digit Include Status" (0x29) <<<<<< length = 5 <<<<<< value = F2:00:02:00:00 <<<<<< translated = [ mcc = '242' mnc = '2' includes_pcs_digit = 'no' ] ModemManager[4228]: <debug> [1593676695.635982] Processing 3GPP info... ModemManager[4228]: <info> [1593676695.636627] Modem /org/freedesktop/ModemManager1/Modem/0: 3GPP Registration state changed (searching -> idle) ModemManager[4228]: <debug> [1593676695.637294] Modem /org/freedesktop/ModemManager1/Modem/0: 3GPP location updated (MCC: '0', MNC: '0', Location area code: '0', Tracking area code: '0', Cell ID: '0') ModemManager[4228]: <debug> [1593676696.061818] Running registration checks (CS: 'yes', PS: 'yes', EPS: 'yes') ModemManager[4228]: [/dev/cdc-wdm0] sent message... <<<<<< RAW: <<<<<< length = 13 <<<<<< data = 01:0C:00:00:03:02:00:20:00:24:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] sent generic request (translated)... <<<<<< QMUX: <<<<<< length = 12 <<<<<< flags = 0x00 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "none" <<<<<< transaction = 32 <<<<<< tlv_length = 0 <<<<<< message = "Get Serving System" (0x0024) ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 57 <<<<<< data = 01:38:00:80:03:02:02:20:00:24:00:2C:00:02:04:00:00:00:00:00:01:06:00:02:02:02:02:01:08:11:01:00:00:12:05:00:F2:00:02:00:00:21:05:00:01:02:00:00:00:27:05:00:F2:00:02:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic response (translated)... <<<<<< QMUX: <<<<<< length = 56 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "response" <<<<<< transaction = 32 <<<<<< tlv_length = 44 <<<<<< message = "Get Serving System" (0x0024) <<<<<< TLV: <<<<<< type = "Result" (0x02) <<<<<< length = 4 <<<<<< value = 00:00:00:00 <<<<<< translated = SUCCESS <<<<<< TLV: <<<<<< type = "Serving System" (0x01) <<<<<< length = 6 <<<<<< value = 02:02:02:02:01:08 <<<<<< translated = [ registration_state = 'not-registered-searching' cs_attach_state = 'detached' ps_attach_state = 'detached' selected_network = '3gpp' radio_interfaces = '{ [0] = 'lte '}' ] <<<<<< TLV: <<<<<< type = "Data Service Capability" (0x11) <<<<<< length = 1 <<<<<< value = 00 <<<<<< translated = {} <<<<<< TLV: <<<<<< type = "Current PLMN" (0x12) <<<<<< length = 5 <<<<<< value = F2:00:02:00:00 <<<<<< translated = [ mcc = '242' mnc = '2' description = '' ] <<<<<< TLV: <<<<<< type = "Detailed Service Status" (0x21) <<<<<< length = 5 <<<<<< value = 01:02:00:00:00 <<<<<< translated = [ status = 'limited' capability = 'ps' hdr_status = 'none' hdr_hybrid = 'no' forbidden = 'no' ] <<<<<< TLV: <<<<<< type = "MNC PCS Digit Include Status" (0x27) <<<<<< length = 5 <<<<<< value = F2:00:02:00:00 <<<<<< translated = [ mcc = '242' mnc = '2' includes_pcs_digit = 'no' ] ModemManager[4228]: <debug> [1593676696.077823] Processing 3GPP info... ModemManager[4228]: <debug> [1593676696.078565] Modem not yet registered in a 3GPP network... will recheck soon ModemManager[4228]: <debug> [1593676696.436821] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676696.437725] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676696.469469] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676696.473061] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676697.436893] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676697.438401] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676697.468530] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676697.472056] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676697.603611] (ttyUSB3): <-- '<CR><LF>+CPIN: READY<CR><LF>' ModemManager[4228]: <debug> [1593676697.605077] (ttyUSB3): <-- '<CR><LF>+QUSIM: 1<CR><LF>' ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 34 <<<<<< data = 01:21:00:80:03:02:04:02:00:24:00:15:00:01:06:00:02:02:02:00:01:00:11:01:00:00:22:05:00:00:02:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic indication (translated)... <<<<<< QMUX: <<<<<< length = 33 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "indication" <<<<<< transaction = 2 <<<<<< tlv_length = 21 <<<<<< message = "Serving System" (0x0024) <<<<<< TLV: <<<<<< type = "Serving System" (0x01) <<<<<< length = 6 <<<<<< value = 02:02:02:00:01:00 <<<<<< translated = [ registration_state = 'not-registered-searching' cs_attach_state = 'detached' ps_attach_state = 'detached' selected_network = 'unknown' radio_interfaces = '{ [0] = 'none '}' ] <<<<<< TLV: <<<<<< type = "Data Service Capability" (0x11) <<<<<< length = 1 <<<<<< value = 00 <<<<<< translated = {} <<<<<< TLV: <<<<<< type = "Detailed Service Status" (0x22) <<<<<< length = 5 <<<<<< value = 00:02:00:00:00 <<<<<< translated = [ status = 'none' capability = 'ps' hdr_status = 'none' hdr_hybrid = 'no' forbidden = 'no' ] ModemManager[4228]: <debug> [1593676697.642926] No 3GPP info given... ModemManager[4228]: <info> [1593676697.643464] Modem /org/freedesktop/ModemManager1/Modem/0: 3GPP Registration state changed (idle -> searching) ModemManager[4228]: <debug> [1593676697.644236] Modem /org/freedesktop/ModemManager1/Modem/0: 3GPP location updated (MCC: '0', MNC: '0', Location area code: '0', Tracking area code: '0', Cell ID: '0') ModemManager[4228]: <debug> [1593676698.027628] (ttyUSB3): <-- '<CR><LF>+QIND: SMS DONE<CR><LF>' ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 36 <<<<<< data = 01:23:00:80:05:02:04:01:00:46:00:17:00:01:14:00:***REDACTED*** ModemManager[4228]: [/dev/cdc-wdm0] received generic indication (translated)... <<<<<< QMUX: <<<<<< length = 35 <<<<<< flags = 0x80 <<<<<< service = "wms" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "indication" <<<<<< transaction = 1 <<<<<< tlv_length = 23 <<<<<< message = "SMSC Address" (0x0046) <<<<<< TLV: <<<<<< type = "Address" (0x01) <<<<<< length = 20 <<<<<< value = ***REDACTED*** <<<<<< translated = [ type = '145' digits = '***REDACTED***' ] ModemManager[4228]: <debug> [1593676698.436817] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676698.437719] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676698.468542] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676698.472089] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676699.062131] Running registration checks (CS: 'yes', PS: 'yes', EPS: 'yes') ModemManager[4228]: [/dev/cdc-wdm0] sent message... <<<<<< RAW: <<<<<< length = 13 <<<<<< data = 01:0C:00:00:03:02:00:21:00:24:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] sent generic request (translated)... <<<<<< QMUX: <<<<<< length = 12 <<<<<< flags = 0x00 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "none" <<<<<< transaction = 33 <<<<<< tlv_length = 0 <<<<<< message = "Get Serving System" (0x0024) ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 41 <<<<<< data = 01:28:00:80:03:02:02:21:00:24:00:1C:00:02:04:00:00:00:00:00:01:06:00:02:02:02:00:01:00:11:01:00:00:21:05:00:00:02:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic response (translated)... <<<<<< QMUX: <<<<<< length = 40 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "response" <<<<<< transaction = 33 <<<<<< tlv_length = 28 <<<<<< message = "Get Serving System" (0x0024) <<<<<< TLV: <<<<<< type = "Result" (0x02) <<<<<< length = 4 <<<<<< value = 00:00:00:00 <<<<<< translated = SUCCESS <<<<<< TLV: <<<<<< type = "Serving System" (0x01) <<<<<< length = 6 <<<<<< value = 02:02:02:00:01:00 <<<<<< translated = [ registration_state = 'not-registered-searching' cs_attach_state = 'detached' ps_attach_state = 'detached' selected_network = 'unknown' radio_interfaces = '{ [0] = 'none '}' ] <<<<<< TLV: <<<<<< type = "Data Service Capability" (0x11) <<<<<< length = 1 <<<<<< value = 00 <<<<<< translated = {} <<<<<< TLV: <<<<<< type = "Detailed Service Status" (0x21) <<<<<< length = 5 <<<<<< value = 00:02:00:00:00 <<<<<< translated = [ status = 'none' capability = 'ps' hdr_status = 'none' hdr_hybrid = 'no' forbidden = 'no' ] ModemManager[4228]: <debug> [1593676699.076033] No 3GPP info given... ModemManager[4228]: <debug> [1593676699.076636] Modem not yet registered in a 3GPP network... will recheck soon ModemManager[4228]: <debug> [1593676699.436927] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676699.438371] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676699.466585] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676699.470022] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 34 <<<<<< data = 01:21:00:80:03:02:04:03:00:24:00:15:00:01:06:00:00:02:02:00:01:00:11:01:00:00:22:05:00:04:02:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic indication (translated)... <<<<<< QMUX: <<<<<< length = 33 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "indication" <<<<<< transaction = 3 <<<<<< tlv_length = 21 <<<<<< message = "Serving System" (0x0024) <<<<<< TLV: <<<<<< type = "Serving System" (0x01) <<<<<< length = 6 <<<<<< value = 00:02:02:00:01:00 <<<<<< translated = [ registration_state = 'not-registered' cs_attach_state = 'detached' ps_attach_state = 'detached' selected_network = 'unknown' radio_interfaces = '{ [0] = 'none '}' ] <<<<<< TLV: <<<<<< type = "Data Service Capability" (0x11) <<<<<< length = 1 <<<<<< value = 00 <<<<<< translated = {} <<<<<< TLV: <<<<<< type = "Detailed Service Status" (0x22) <<<<<< length = 5 <<<<<< value = 04:02:00:00:00 <<<<<< translated = [ status = 'power-save' capability = 'ps' hdr_status = 'none' hdr_hybrid = 'no' forbidden = 'no' ] ModemManager[4228]: <debug> [1593676700.392300] No 3GPP info given... ModemManager[4228]: <info> [1593676700.392886] Modem /org/freedesktop/ModemManager1/Modem/0: 3GPP Registration state changed (searching -> unknown) ModemManager[4228]: <debug> [1593676700.393444] Modem /org/freedesktop/ModemManager1/Modem/0: 3GPP location updated (MCC: '0', MNC: '0', Location area code: '0', Tracking area code: '0', Cell ID: '0') ModemManager[4228]: <debug> [1593676700.394155] Modem /org/freedesktop/ModemManager1/Modem/0: 3GPP location updated (MCC: '0', MNC: '0', Location area code: '0', Tracking area code: '0', Cell ID: '0') ModemManager[4228]: <debug> [1593676700.436922] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676700.437828] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676700.465639] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676700.468706] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676701.437136] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676701.438830] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676701.470674] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",3<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676701.474240] (ttyUSB2) device open count is 1 (close) ModemManager[4228]: <debug> [1593676702.061318] Running registration checks (CS: 'yes', PS: 'yes', EPS: 'yes') ModemManager[4228]: [/dev/cdc-wdm0] sent message... <<<<<< RAW: <<<<<< length = 13 <<<<<< data = 01:0C:00:00:03:02:00:22:00:24:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] sent generic request (translated)... <<<<<< QMUX: <<<<<< length = 12 <<<<<< flags = 0x00 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "none" <<<<<< transaction = 34 <<<<<< tlv_length = 0 <<<<<< message = "Get Serving System" (0x0024) ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 41 <<<<<< data = 01:28:00:80:03:02:02:22:00:24:00:1C:00:02:04:00:00:00:00:00:01:06:00:00:02:02:00:01:00:11:01:00:00:21:05:00:04:02:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic response (translated)... <<<<<< QMUX: <<<<<< length = 40 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "response" <<<<<< transaction = 34 <<<<<< tlv_length = 28 <<<<<< message = "Get Serving System" (0x0024) <<<<<< TLV: <<<<<< type = "Result" (0x02) <<<<<< length = 4 <<<<<< value = 00:00:00:00 <<<<<< translated = SUCCESS <<<<<< TLV: <<<<<< type = "Serving System" (0x01) <<<<<< length = 6 <<<<<< value = 00:02:02:00:01:00 <<<<<< translated = [ registration_state = 'not-registered' cs_attach_state = 'detached' ps_attach_state = 'detached' selected_network = 'unknown' radio_interfaces = '{ [0] = 'none '}' ] <<<<<< TLV: <<<<<< type = "Data Service Capability" (0x11) <<<<<< length = 1 <<<<<< value = 00 <<<<<< translated = {} <<<<<< TLV: <<<<<< type = "Detailed Service Status" (0x21) <<<<<< length = 5 <<<<<< value = 04:02:00:00:00 <<<<<< translated = [ status = 'power-save' capability = 'ps' hdr_status = 'none' hdr_hybrid = 'no' forbidden = 'no' ] ModemManager[4228]: <debug> [1593676702.080388] No 3GPP info given... ModemManager[4228]: <debug> [1593676702.080904] 3GPP registration check timed out ModemManager[4228]: <info> [1593676702.081436] Modem /org/freedesktop/ModemManager1/Modem/0: 3GPP Registration state changed (unknown -> idle) ModemManager[4228]: <debug> [1593676702.081986] Modem /org/freedesktop/ModemManager1/Modem/0: 3GPP location updated (MCC: '0', MNC: '0', Location area code: '0', Tracking area code: '0', Cell ID: '0') ModemManager[4228]: <debug> [1593676702.082693] Modem /org/freedesktop/ModemManager1/Modem/0: 3GPP location updated (MCC: '0', MNC: '0', Location area code: '0', Tracking area code: '0', Cell ID: '0') ModemManager[4228]: <info> [1593676702.171028] Simple connect started... ModemManager[4228]: <debug> [1593676702.171189] PIN: unspecified ModemManager[4228]: <debug> [1593676702.171242] Operator ID: unspecified ModemManager[4228]: <debug> [1593676702.171286] Allowed roaming: yes ModemManager[4228]: <debug> [1593676702.171329] APN: ***REDACTED*** ModemManager[4228]: <debug> [1593676702.171375] IP family: ipv4 ModemManager[4228]: <debug> [1593676702.171419] Allowed authentication: unspecified ModemManager[4228]: <debug> [1593676702.171462] User: unspecified ModemManager[4228]: <debug> [1593676702.171502] Password: unspecified ModemManager[4228]: <info> [1593676702.171544] Simple connect state (4/8): Wait to get fully enabled ModemManager[4228]: <info> [1593676702.171681] Simple connect state (5/8): Register ModemManager[4228]: <debug> [1593676702.171801] Launching automatic network registration... ModemManager[4228]: [/dev/cdc-wdm0] sent message... <<<<<< RAW: <<<<<< length = 17 <<<<<< data = 01:10:00:00:03:02:00:23:00:22:00:04:00:01:01:00:01 ModemManager[4228]: [/dev/cdc-wdm0] sent generic request (translated)... <<<<<< QMUX: <<<<<< length = 16 <<<<<< flags = 0x00 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "none" <<<<<< transaction = 35 <<<<<< tlv_length = 4 <<<<<< message = "Initiate Network Register" (0x0022) <<<<<< TLV: <<<<<< type = "Action" (0x01) <<<<<< length = 1 <<<<<< value = 01 <<<<<< translated = automatic ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 20 <<<<<< data = 01:13:00:80:03:02:02:23:00:22:00:07:00:02:04:00:00:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic response (translated)... <<<<<< QMUX: <<<<<< length = 19 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "response" <<<<<< transaction = 35 <<<<<< tlv_length = 7 <<<<<< message = "Initiate Network Register" (0x0022) <<<<<< TLV: <<<<<< type = "Result" (0x02) <<<<<< length = 4 <<<<<< value = 00:00:00:00 <<<<<< translated = SUCCESS ModemManager[4228]: <debug> [1593676702.177611] Running registration checks (CS: 'yes', PS: 'yes', EPS: 'yes') ModemManager[4228]: [/dev/cdc-wdm0] sent message... <<<<<< RAW: <<<<<< length = 13 <<<<<< data = 01:0C:00:00:03:02:00:24:00:24:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] sent generic request (translated)... <<<<<< QMUX: <<<<<< length = 12 <<<<<< flags = 0x00 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "none" <<<<<< transaction = 36 <<<<<< tlv_length = 0 <<<<<< message = "Get Serving System" (0x0024) ModemManager[4228]: [/dev/cdc-wdm0] received message... <<<<<< RAW: <<<<<< length = 41 <<<<<< data = 01:28:00:80:03:02:02:24:00:24:00:1C:00:02:04:00:00:00:00:00:01:06:00:00:02:02:00:01:00:11:01:00:00:21:05:00:04:02:00:00:00 ModemManager[4228]: [/dev/cdc-wdm0] received generic response (translated)... <<<<<< QMUX: <<<<<< length = 40 <<<<<< flags = 0x80 <<<<<< service = "nas" <<<<<< client = 2 <<<<<< QMI: <<<<<< flags = "response" <<<<<< transaction = 36 <<<<<< tlv_length = 28 <<<<<< message = "Get Serving System" (0x0024) <<<<<< TLV: <<<<<< type = "Result" (0x02) <<<<<< length = 4 <<<<<< value = 00:00:00:00 <<<<<< translated = SUCCESS <<<<<< TLV: <<<<<< type = "Serving System" (0x01) <<<<<< length = 6 <<<<<< value = 00:02:02:00:01:00 <<<<<< translated = [ registration_state = 'not-registered' cs_attach_state = 'detached' ps_attach_state = 'detached' selected_network = 'unknown' radio_interfaces = '{ [0] = 'none '}' ] <<<<<< TLV: <<<<<< type = "Data Service Capability" (0x11) <<<<<< length = 1 <<<<<< value = 00 <<<<<< translated = {} <<<<<< TLV: <<<<<< type = "Detailed Service Status" (0x21) <<<<<< length = 5 <<<<<< value = 04:02:00:00:00 <<<<<< translated = [ status = 'power-save' capability = 'ps' hdr_status = 'none' hdr_hybrid = 'no' forbidden = 'no' ] ModemManager[4228]: <debug> [1593676702.185732] No 3GPP info given... ModemManager[4228]: <debug> [1593676702.185897] Modem not yet registered in a 3GPP network... will recheck soon ModemManager[4228]: <debug> [1593676702.437044] (ttyUSB2) device open count is 2 (open) ModemManager[4228]: <debug> [1593676702.437362] (ttyUSB2): --> 'AT+QCFG="nwscanmode"<CR>' ModemManager[4228]: <debug> [1593676702.466728] (ttyUSB2): <-- '<CR><LF>+QCFG: "nwscanmode",0<CR><LF><CR><LF>OK<CR><LF>' ModemManager[4228]: <debug> [1593676702.474855] (ttyUSB2) device open count is 1 (close) _______________________________________________ ModemManager-devel mailing list ModemManager-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel