espressif / esp-protocols

Collection of ESP-IDF components related to networking protocols
165 stars 115 forks source link

Analyze this Trace (IDFGH-8825) #181

Closed franz-ms-muc closed 7 months ago

franz-ms-muc commented 1 year ago

Analyze this Trace

franz-ms-muc commented 1 year ago
D (3446) command_lib: generic_command command AT

D (3506) command_lib: Response: AT
OK

I (3506) cmux_example: sync Success after 1 try
V (3506) command_lib: set_flow_control
V (3506) command_lib: generic_command_common
V (3506) command_lib: generic_command
D (3516) command_lib: generic_command command AT+IFC=2, 2

D (3606) command_lib: Response: AT+IFC=2, 2
OK

I (3606) cmux_example: set_flow_control OK
V (3606) command_lib: sync
V (3606) command_lib: generic_command_common
V (3606) command_lib: generic_command
D (3616) command_lib: generic_command command AT

D (3706) command_lib: Response: AT
OK

I (3706) cmux_example: sync Success after 0 try
V (3706) command_lib: set_cmux
V (3706) command_lib: generic_command_common
V (3706) command_lib: generic_command
D (3716) command_lib: generic_command command AT+CMUX=0

D (3806) command_lib: Response: AT+CMUX=0
OK

V (3906) CMUX Received: 0x3fce596c   f9 03 73 01 d7 f9                                 |..s...|
D (3906) CMUX: Payload frame: dlci:00 type:73 payload:0 available:2
V (3916) CMUX Received: 0x3fce596c   f9 07 73 01 15 f9                                 |..s...|
D (3916) CMUX: Payload frame: dlci:01 type:73 payload:0 available:2
V (3926) CMUX Received: 0x3fce596c   f9 0b 73 01 92 f9                                 |..s...|
D (3936) CMUX: Payload frame: dlci:02 type:73 payload:0 available:2
Modem has correctly entered mode CMUX_MANUAL_MODE
V (3946) command_lib: set_echo
V (3946) command_lib: generic_command_common
V (3946) command_lib: generic_command
D (3956) command_lib: generic_command command ATE0

V (3956) Send: 0x3fcf50b0   f9 05 ef 0b                                       |....|
V (3966) Send: 0x3fcf5388   41 54 45 30 0d                                    |ATE0.|
V (3966) CMUX Received: 0x3fce596c   f9 05 ff 0b 41 54 45 30  0d ae f9 f9 05 ff 0d 0d  |....ATE0........|
V (3986) CMUX Received: 0x3fce597c   0a 4f 4b 0d 0a 4a f9                              |.OK..J.|
D (3996) CMUX: Payload frame: dlci:01 type:ff payload:5 available:19
D (3996) CMUX: Payload frame: dlci:01 type:ff payload:6 available:8
D (4006) command_lib: Response: 
OK

V (3986) Send: 0x3fcf50b4   bb f9                                             |..|
V (4016) command_lib: set_pdp_context
V (4016) command_lib: generic_command_common
V (4026) command_lib: generic_command
D (4026) command_lib: generic_command command AT+CGDCONT=1,"IP","nbiot.global-m2m.net"

V (4036) Send: 0x3fcf5030   f9 05 ef 53                                       |...S|
V (4046) Send: 0x3fce7490   41 54 2b 43 47 44 43 4f  4e 54 3d 31 2c 22 49 50  |AT+CGDCONT=1,"IP|
V (4046) CMUX Received: 0x3fce596c   f9 05 ff 0d 0d 0a 4f 4b  0d 0a 4a f9              |......OK..J.|
D (4056) CMUX: Payload frame: dlci:01 type:ff payload:6 available:8
V (4066) Send: 0x3fce74a0   22 2c 22 6e 62 69 6f 74  2e 67 6c 6f 62 61 6c 2d  |","nbiot.global-|
D (4076) command_lib: Response: 
OK

V (4076) Send: 0x3fce74b0   6d 32 6d 2e 6e 65 74 22  0d                       |m2m.net".|
V (4086) Send: 0x3fcf5034   d9 f9                                             |..|
V (4096) command_lib: set_data_mode
V (4096) command_lib: generic_command
D (4106) command_lib: generic_command command ATD*99##

V (4106) Send: 0x3fcf50e0   f9 05 ef 13                                       |....|
V (4116) Send: 0x3fcf5398   41 54 44 2a 39 39 23 23  0d                       |ATD*99##.|
V (4116) CMUX Received: 0x3fce596c   f9 01 ef 0b e3 07 07 8d  01 79 f9 f9 05 ff 2b 0d  |.........y....+.|
V (4136) CMUX Received: 0x3fce597c   0a 43 4f 4e 4e 45 43 54  20 31 35 30 30 30 30 30  |.CONNECT 1500000|
V (4146) CMUX Received: 0x3fce598c   30 30 0d 0a 96 f9                                 |00....|
D (4156) CMUX: Payload frame: dlci:00 type:ef payload:5 available:34
D (4156) CMUX: Payload frame: dlci:01 type:ff payload:21 available:23
D (4166) command_lib: Response: 
CONNECT 150000000

V (4136) Send: 0x3fcf50e4   a9 f9                                             |..|
D (4176) esp_netif_handlers: esp_netif action has started with netif0x3fce5bac from event_id=0
D (4186) esp-netif_lwip-ppp: esp_netif_start_ppp: Starting PPP connection: 0x3fce5edc
D (4196) esp-netif_lwip-ppp: Phase Start
D (4196) esp-netif_lwip-ppp: Phase Establish
D (4206) esp_netif_lwip: check: remote, if=0x3fce5bac fn=0x4201b410
0x4201b410: esp_netif_update_default_netif_lwip at /home/franz/esp-idf-v4.4.2/components/esp_netif/lwip/esp_netif_lwip.c:188

D (4206) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3fce5bac
V (4216) esp_netif_lwip: esp_netif_is_netif_up esp_netif:0x3fce5bac
D (4216) esp_netif_lwip: call api in lwip: ret=0x0, give sem
Modem has correctly entered mode CMUX_MANUAL_DATA
V (4226) command_lib: get_operator_name
V (4236) command_lib: generic_get_string
V (4236) Send: 0x3fcf5200   f9 09 ef 13                                       |....|
V (4246) CMUX Received: 0x3fce596c   f9 09 ff 25 0d 0a 2b 43  4f 50 53 3a 20 30 0d 0a  |...%..+COPS: 0..|
V (4256) CMUX Received: 0x3fce597c   0d 0a 4f 4b 0d 0a fb f9                           |..OK....|
D (4266) CMUX: Payload frame: dlci:02 type:ff payload:18 available:20
} (4266) command_lib: Token: {

V (4276) command_lib: Token: {+COPS: 0}

} (4276) command_lib: Token: {

V (4286) command_lib: Token: {OK}

V (4256) Send: 0x3fcf5434   41 54 2b 43 4f 50 53 3f  0d                       |AT+COPS?.|
V (4296) Send: 0x3fcf5204   2e f9                                             |..|
V (4796) command_lib: get_operator_name
V (4796) command_lib: generic_get_string
V (4796) Send: 0x3fcf5200   f9 09 ef 13                                       |....|
V (4796) Send: 0x3fcf5434   41 54 2b 43 4f 50 53 3f  0d                       |AT+COPS?.|
V (4806) Send: 0x3fcf5204   2e f9                                             |..|
V (4796) CMUX Received: 0x3fce596c   f9 09 ff 25 0d 0a 2b 43  4f 50 53 3a 20 30 0d 0a  |...%..+COPS: 0..|
V (4826) CMUX Received: 0x3fce597c   0d 0a 4f 4b 0d 0a fb f9                           |..OK....|
D (4826) CMUX: Payload frame: dlci:02 type:ff payload:18 available:20
} (4836) command_lib: Token: {

V (4836) command_lib: Token: {+COPS: 0}

} (4846) command_lib: Token: {

V (4846) command_lib: Token: {OK}

V (5346) command_lib: get_operator_name
V (5346) command_lib: generic_get_string
V (5346) Send: 0x3fcf5200   f9 09 ef 13                                       |....|
V (5346) CMUX Received: 0x3fce596c   f9 09 ff 25 0d 0a 2b 43  4f 50 53 3a 20 30 0d 0a  |...%..+COPS: 0..|
V (5356) CMUX Received: 0x3fce597c   0d 0a 4f 4b 0d 0a fb f9                           |..OK....|
D (5366) CMUX: Payload frame: dlci:02 type:ff payload:18 available:20
} (5366) command_lib: Token: {

V (5376) command_lib: Token: {+COPS: 0}

} (5376) command_lib: Token: {

V (5376) command_lib: Token: {OK}

V (5386) Send: 0x3fcf5434   41 54 2b 43 4f 50 53 3f  0d                       |AT+COPS?.|
V (5396) Send: 0x3fcf5204   2e f9                                             |..|
V (5896) command_lib: get_operator_name
V (5896) command_lib: generic_get_string
V (5896) Send: 0x3fcf5200   f9 09 ef 13                                       |....|
V (5896) Send: 0x3fcf5434   41 54 2b 43 4f 50 53 3f  0d                       |AT+COPS?.|
V (5906) Send: 0x3fcf5204   2e f9                                             |..|
V (5896) CMUX Received: 0x3fce596c   f9 09 ff 49 0d 0a 2b 43  4f 50 53 3a 20 30 2c 30  |...I..+COPS: 0,0|
V (5926) CMUX Received: 0x3fce597c   2c 22 76 6f 64 61 66 6f  6e 65 2e 64 65 22 2c 37  |,"vodafone.de",7|
V (5926) CMUX Received: 0x3fce598c   0d 0a 0d 0a 4f 4b 0d 0a  ba f9                    |....OK....|
D (5936) CMUX: Payload frame: dlci:02 type:ff payload:36 available:38
} (5946) command_lib: Token: {

V (5946) command_lib: Token: {+COPS: 0,0,"vodafone.de",7}

} (5956) command_lib: Token: {

V (5956) command_lib: Token: {OK}

Operator name:vodafone.de
V (5996) CMUX Received: 0x3fce596c   f9 09 ff 15 0d 0a 44 53  54 3a 20 30 0d 0a df f9  |......DST: 0....|
D (5996) CMUX: Payload frame: dlci:02 type:ff payload:10 available:12
V (5996) CMUX Received: 0x3fce596c   f9 09 ff 4f 0d 0a 2a 50  53 55 54 54 5a 3a 20 32  |...O..*PSUTTZ: 2|
V (6006) CMUX Received: 0x3fce597c   32 2f 31 31 2f 32 36 2c  31 33 3a 31 31 3a 31 32  |2/11/26,13:11:12|
V (6016) CMUX Received: 0x3fce598c   22 2c 22 2b 30 34 22 2c  30 0d 0a 5e f9           |","+04",0..^.|
D (6026) CMUX: Payload frame: dlci:02 type:ff payload:39 available:41
V (10206) Send: 0x3fce28c0   f9 05 ef 5d                                       |...]|
V (10206) Send: 0x3fce7bbc   7e ff 7d 23 c0 21 7d 21  7d 21 7d 20 7d 34 7d 22  |~.}#.!}!}!} }4}"|
V (10206) Send: 0x3fce7bcc   7d 26 7d 20 7d 20 7d 20  7d 20 7d 25 7d 26 7d 36  |}&} } } } }%}&}6|
V (10216) CMUX Received: 0x3fce596c   f9 05 ff 6d 7e ff 7d 23  c0 21 7d 21 7d 20 7d 20  |...m~.}#.!}!} } |
V (10216) Send: 0x3fce7bdc   d0 56 25 7d 27 7d 22 7d  28 7d 22 6a bd 7e        |.V%}'}"}(}"j.~|
V (10236) CMUX Received: 0x3fce597c   7d 39 7d 22 7d 26 7d 20  7d 20 7d 20 7d 20 7d 23  |}9}"}&} } } } }#|
V (10236) Send: 0x3fce28c4   33 f9                                             |3.|
V (10246) CMUX Received: 0x3fce598c   7d 25 c2 23 7d 25 7d 25  7d 26 f3 24 66 ab 7d 27  |}%.#}%}%}&.$f.}'|
V (10266) CMUX Received: 0x3fce599c   7d 22 7d 28 7d 22 7d 37  f9 7e 02 f9 f9 05 ff 5d  |}"}(}"}7.~.....]|
D (10276) CMUX: Payload frame: dlci:01 type:ff payload:54 available:60
V (10276) Send: 0x3fce2820   f9 05 ef 33                                       |...3|
V (10286) CMUX Received: 0x3fce596c   7e ff 7d 23 c0 21 7d 22  7d 21 7d 20 7d 34 7d 22  |~.}#.!}"}!} }4}"|
V (10286) Send: 0x3fce87b8   7e ff 7d 23 c0 21 7d 24  7d 20 7d 20 7d 29 7d 23  |~.}#.!}$} } })}#|
V (10296) CMUX Received: 0x3fce597c   7d 26 7d 20 7d 20 7d 20  7d 20 7d 25 7d 26 7d 36  |}&} } } } }%}&}6|
V (10306) Send: 0x3fce87c8   7d 25 c2 23 7d 25 f8 60  7e                       |}%.#}%.`~|
V (10326) CMUX Received: 0x3fce598c   d0 56 25 7d 27 7d 22 7d  28 7d 22 81 d4 7e 26 f9  |.V%}'}"}(}"..~&.|
V (10326) Send: 0x3fce2824   91 f9                                             |..|
D (10336) CMUX: Payload frame: dlci:01 type:ff payload:46 available:48
V (10346) CMUX Received: 0x3fce596c   f9 05 ff 5b 7e ff 7d 23  c0 21 7d 21 7d 21 7d 20  |...[~.}#.!}!}!} |
V (10356) CMUX Received: 0x3fce597c   7d 34 7d 22 7d 26 7d 20  7d 20 7d 20 7d 20 7d 25  |}4}"}&} } } } }%|
V (10366) CMUX Received: 0x3fce598c   7d 26 f3 24 66 ab 7d 27  7d 22 7d 28 7d 22 f2 e6  |}&.$f.}'}"}(}"..|
V (10376) CMUX Received: 0x3fce599c   7e c2 f9                                          |~..|
D (10386) CMUX: Payload frame: dlci:01 type:ff payload:45 available:47
V (10386) Send: 0x3fce2820   f9 05 ef 5d                                       |...]|
V (10396) Send: 0x3fce87b8   7e ff 7d 23 c0 21 7d 22  7d 21 7d 20 7d 34 7d 22  |~.}#.!}"}!} }4}"|
V (10396) CMUX Received: 0x3fce596c   f9 05 ff 2b 7e ff 7d 23  c0 21 7d 2b 7d 22 7d 20  |...+~.}#.!}+}"} |
V (10406) Send: 0x3fce87c8   7d 26 7d 20 7d 20 7d 20  7d 20 7d 25 7d 26 f3 24  |}&} } } } }%}&.$|
V (10426) Send: 0x3fce87d8   66 ab 7d 27 7d 22 7d 28  7d 22 7d 39 8f 7e        |f.}'}"}(}"}9.~|
V (10426) CMUX Received: 0x3fce597c   7d 28 f3 24 66 ab 8f 4a  7e 96 f9                 |}(.$f..J~..|
V (10436) Send: 0x3fce2824   33 f9                                             |3.|
D (10446) esp-netif_lwip-ppp: Phase Authenticate
D (10456) CMUX: Payload frame: dlci:01 type:ff payload:21 available:23
D (10456) esp-netif_lwip-ppp: Phase Network
V (10466) Send: 0x3fce2740   f9 05 ef 49                                       |...I|
V (10476) Send: 0x3fce87b8   7e ff 03 80 21 01 01 00  1c 02 06 00 2d 0f 01 03  |~...!.......-...|
V (10476) CMUX Received: 0x3fce596c   f9 05 ff 15 7e 80 21 01  00 00 04 67 c3 7e 58 f9  |....~.!....g.~X.|
V (10486) Send: 0x3fce87c8   06 00 00 00 00 81 06 00  00 00 00 83 06 00 00 00  |................|
V (10506) Send: 0x3fce87d8   00 55 15 7e                                       |.U.~|
V (10506) CMUX Received: 0x3fce597c   f9 05 ff 21 7e 80 21 04  01 00 0a 02 06 00 2d 0f  |...!~.!.......-.|
V (10506) Send: 0x3fce2744   28 f9                                             |(.|
V (10526) CMUX Received: 0x3fce598c   01 f8 30 7e 7b f9                                 |..0~{.|
D (10536) CMUX: Payload frame: dlci:01 type:ff payload:10 available:34
V (10546) Send: 0x3fce2820   f9 05 ef 25                                       |...%|
V (10546) Send: 0x3fce87cc   7e ff 03 80 21 03 00 00  0a 03 06 00 00 00 00 a0  |~...!...........|
D (10556) CMUX: Payload frame: dlci:01 type:ff payload:16 available:18
V (10556) Send: 0x3fce87dc   3d 7e                                             |=~|
V (10566) CMUX Received: 0x3fce596c   f9 05 ff 15 7e 80 21 01  01 00 04 bb 99 7e 58 f9  |....~.!......~X.|
V (10576) Send: 0x3fce2824   69 f9                                             |i.|
V (10586) Send: 0x3fce2830   f9 05 ef 3d                                       |...=|
D (10596) CMUX: Payload frame: dlci:01 type:ff payload:10 available:12
V (10596) Send: 0x3fce87b8   7e ff 03 80 21 01 02 00  16 03 06 00 00 00 00 81  |~...!...........|
V (10606) CMUX Received: 0x3fce596c   f9 05 ff 39 7e 80 21 03  02 00 16 03 06 64 52 4f  |...9~.!......dRO|
V (10616) Send: 0x3fce87c8   06 00 00 00 00 83 06 00  00 00 00 da 82 7e        |.............~|
V (10626) Send: 0x3fce2834   7b f9                                             |{.|
V (10636) CMUX Received: 0x3fce597c   5c 81 06 d9 0e a0 82 83  06 d9 0e a4 23 12 73 7e  |\...........#.s~|
V (10636) Send: 0x3fce2820   f9 05 ef 19                                       |....|
V (10656) CMUX Received: 0x3fce598c   69 f9                                             |i.|
V (10656) Send: 0x3fce81b0   7e ff 03 80 21 02 01 00  04 cd 92 7e              |~...!......~|
D (10676) CMUX: Payload frame: dlci:01 type:ff payload:28 available:30
V (10676) Send: 0x3fce2824   44 f9                                             |D.|
V (10686) Send: 0x3fce2830   f9 05 ef 3d                                       |...=|
V (10696) CMUX Received: 0x3fce596c   f9 05 ff 39 7e 80 21 02  03 00 16 03 06 64 52 4f  |...9~.!......dRO|
V (10696) Send: 0x3fce8dac   7e ff 03 80 21 01 03 00  16 03 06 64 52 4f 5c 81  |~...!......dRO\.|
V (10716) CMUX Received: 0x3fce597c   5c 81 06 d9 0e a0 82 83  06 d9 0e a4 23 23 ed 7e  |\...........##.~|
V (10716) Send: 0x3fce8dbc   06 d9 0e a0 82 83 06 d9  0e a4 23 b5 8e 7e        |..........#..~|
V (10726) CMUX Received: 0x3fce598c   69 f9                                             |i.|
V (10736) Send: 0x3fce2834   7b f9                                             |{.|
D (10746) CMUX: Payload frame: dlci:01 type:ff payload:28 available:30
I (10756) esp-netif_lwip-ppp: Connected
I (10756) esp-netif_lwip-ppp: Name Server1: 217.14.160.130
I (10766) esp-netif_lwip-ppp: Name Server2: 217.14.164.35
D (10766) event: running post IP_EVENT:6 with handler 0x42019f0c and context 0x3fce72b4 on loop 0x3fce0814
0x42019f0c: esp_netif_action_connected at /home/franz/esp-idf-v4.4.2/components/esp_netif/esp_netif_handlers.c:44

D (10776) esp-netif_lwip-ppp: Phase Running
D (10776) esp_netif_handlers: esp_netif action connected with netif0x3fce5bac from event_id=6
D (10796) esp_netif_lwip: check: remote, if=0x3fce5bac fn=0x4201ac7c
0x4201ac7c: esp_netif_up_api at /home/franz/esp-idf-v4.4.2/components/esp_netif/lwip/esp_netif_lwip.c:1256

D (10796) esp_netif_lwip: esp_netif_up_api esp_netif:0x3fce5bac
D (10806) esp_netif_lwip: check: local, if=0x3fce5bac fn=0x4201b410
0x4201b410: esp_netif_update_default_netif_lwip at /home/franz/esp-idf-v4.4.2/components/esp_netif/lwip/esp_netif_lwip.c:188

D (10816) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3fce5bac
V (10816) esp_netif_lwip: esp_netif_is_netif_up esp_netif:0x3fce5bac
D (10826) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (10826) event: running post IP_EVENT:6 with handler 0x4206dae4 and context 0x3fce7318 on loop 0x3fce0814
0x4206dae4: idf::event::ESPEventReg::event_handler_hook(void*, char const*, int, void*) at /home/franz/esp-idf-v4.4.2/examples/cxx/experimental/experimental_cpp_component/esp_event_cxx.cpp:56

I (10836) cmux_example: IP          : 100.82.79.92
I (10846) cmux_example: Netmask     : 255.255.255.255
I (10856) cmux_example: Gateway     : 10.64.64.64
Got IP address
V (10856) command_lib: get_imsi
V (10856) command_lib: generic_get_string
V (10866) command_lib: generic_get_string
V (10866) Send: 0x3fcf5250   f9 09 ef 11                                       |....|
V (10876) CMUX Received: 0x3fce596c   f9 09 ff 33 0d 0a 39 30  31 32 38 38 30 30 35 36  |...3..9012880056|
V (10886) Send: 0x3fcf5458   41 54 2b 43 49 4d 49 0d                           |AT+CIMI.|
V (10896) Send: 0x3fcf5254   cd f9                                             |..|
V (10896) CMUX Received: 0x3fce597c   38 31 39 32 30 0d 0a 0d  0a 4f 4b 0d 0a 03 f9     |81920....OK....|
D (10916) CMUX: Payload frame: dlci:02 type:ff payload:25 available:27
} (10916) command_lib: Token: {

V (10926) command_lib: Token: {901288005681920}

} (10926) command_lib: Token: {

V (10926) command_lib: Token: {OK}

Modem IMSI number:901288005681920
V (10936) SIM7070_gnss: get_gnss_information_sim70xx_lib_once_req
V (10946) command_lib: generic_command_common
V (10946) command_lib: generic_command
D (10946) command_lib: generic_command command AT+SGNSCMD=1,0

V (10956) Send: 0x3fcf5160   f9 09 ef 1f                                       |....|
V (10966) Send: 0x3fcf5438   41 54 2b 53 47 4e 53 43  4d 44 3d 31 2c 30 0d     |AT+SGNSCMD=1,0.|
V (10976) Send: 0x3fcf5164   27 f9                                             |'.|
V (10986) CMUX Received: 0x3fce596c   f9 09 ff 0d 0d 0a 4f 4b  0d 0a cd f9              |......OK....|
D (10986) CMUX: Payload frame: dlci:02 type:ff payload:6 available:8
D (10996) command_lib: Response: 
OK

I (10996) SIM7070_gnss: GNSS OK
get_gnss_information_sim70xx_once OK
V (11006) command_lib: sync
V (11006) command_lib: generic_command_common
V (11016) command_lib: generic_command
D (11016) command_lib: generic_command command AT

V (11026) Send: 0x3fcf5180   f9 09 ef 07                                       |....|
V (11026) CMUX Received: 0x3fce596c   f9 09 ff 0d 0d 0a 4f 4b  0d 0a cd f9              |......OK....|
V (11036) Send: 0x3fcf5458   41 54 0d                                          |AT.|
D (11046) CMUX: Payload frame: dlci:02 type:ff payload:6 available:8
D (11056) command_lib: Response: 
OK

V (11056) Send: 0x3fcf5184   35 f9                                             |5.|
V (12706) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d ea 6c 40 00 39 11  |....~!E....l@.9.|
V (12716) CMUX Received: 0x3fce597c   29 a4 d9 0e a0 82 64 52  4f 5c 00 35 fc a3 00 89  |).....dRO\.5....|
V (12716) CMUX Received: 0x3fce598c   fb 20 20 a0 81 80 00 01  00 04 00 00 00 00 07 67  |.  ............g|
V (12726) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (12736) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (12746) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (12756) CMUX Received: 0x3fce59bc   00 09 f7 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (12766) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (12776) CMUX Received: 0x3fce59dc   01 4d 67 00 0e 07 67 74  70 69 e2 f9              |.Mg...gtpi..|
D (12786) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (12786) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (12796) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 3c 00 04 36  |p...S.......<..6|
V (12806) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 3c 00 04 23  |G...S.......<..#|
V (12816) CMUX Received: 0x3fce599c   a0 a9 7f 05 ff 7e 2f f9                           |.....~/.|
D (12826) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (12836) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (12846) Send: 0x3fce2730   f9 05 ef 7d                                       |...}|
V (12846) Send: 0x3fce87a4   7e 21 45 00 00 38 00 00  00 00 ff 01 8e 85 64 52  |~!E..8........dR|
V (12856) Send: 0x3fce87b4   4f 5c d9 0e a0 82 03 03  04 7a 00 00 00 00 45 00  |O\.......z....E.|
V (12866) Send: 0x3fce87c4   00 9d ea 6c 40 00 39 11  29 a4 d9 0e a0 82 64 52  |...l@.9.).....dR|
V (12876) Send: 0x3fce87d4   4f 5c 00 35 fc a3 00 89  fb 20 da 7d 5e 7e        |O\.5..... .}^~|
V (12886) Send: 0x3fce2734   0b f9                                             |..|
V (15236) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d f5 50 40 00 39 11  |....~!E....P@.9.|
V (15246) CMUX Received: 0x3fce597c   1b 1f d9 0e a4 23 64 52  4f 5c 00 35 fc a3 00 89  |.....#dRO\.5....|
V (15246) CMUX Received: 0x3fce598c   fd 7f 20 a0 81 80 00 01  00 04 00 00 00 00 07 67  |.. ............g|
V (15256) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (15266) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (15276) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (15286) CMUX Received: 0x3fce59bc   00 09 f4 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (15296) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (15306) CMUX Received: 0x3fce59dc   01 4d 64 00 0e 07 67 74  70 69 e2 f9              |.Md...gtpi..|
D (15316) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (15316) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (15326) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 3c 00 04 36  |p...S.......<..6|
V (15336) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 3c 00 04 23  |G...S.......<..#|
V (15346) CMUX Received: 0x3fce599c   a0 a9 7f 19 5b 7e 2f f9                           |....[~/.|
D (15356) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (15366) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (15376) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (15376) Send: 0x3fce87a4   7e 21 45 00 00 38 00 01  00 00 ff 01 8a e3 64 52  |~!E..8........dR|
V (15386) Send: 0x3fce87b4   4f 5c d9 0e a4 23 03 03  02 1b 00 00 00 00 45 00  |O\...#........E.|
V (15396) Send: 0x3fce87c4   00 9d f5 50 40 00 39 11  1b 1f d9 0e a4 23 64 52  |...P@.9......#dR|
V (15406) Send: 0x3fce87d4   4f 5c 00 35 fc a3 00 89  fd 7f 6c 3f 7e           |O\.5......l?~|
V (15416) Send: 0x3fce2734   ef f9                                             |..|
V (18386) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d f4 c0 40 00 39 11  |....~!E.....@.9.|
V (18386) CMUX Received: 0x3fce597c   1f 50 d9 0e a0 82 64 52  4f 5c 00 35 f0 f2 00 89  |.P....dRO\.5....|
V (18396) CMUX Received: 0x3fce598c   a5 fd 99 74 81 80 00 01  00 04 00 00 00 00 07 67  |...t...........g|
V (18406) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (18416) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (18426) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (18426) CMUX Received: 0x3fce59bc   00 09 f1 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (18436) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (18446) CMUX Received: 0x3fce59dc   01 4d 61 00 0e 07 67 74  70 69 e2 f9              |.Ma...gtpi..|
D (18456) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (18466) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (18476) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 36 00 04 36  |p...S.......6..6|
V (18486) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 36 00 04 23  |G...S.......6..#|
V (18496) CMUX Received: 0x3fce599c   a0 a9 7f d9 23 7e 2f f9                           |....#~/.|
D (18506) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (18506) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (18516) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (18526) Send: 0x3fce87a4   7e 21 45 00 00 38 00 02  00 00 ff 01 8e 83 64 52  |~!E..8........dR|
V (18536) Send: 0x3fce87b4   4f 5c d9 0e a0 82 03 03  65 4e 00 00 00 00 45 00  |O\......eN....E.|
V (18546) Send: 0x3fce87c4   00 9d f4 c0 40 00 39 11  1f 50 d9 0e a0 82 64 52  |....@.9..P....dR|
V (18556) Send: 0x3fce87d4   4f 5c 00 35 f0 f2 00 89  a5 fd d7 d5 7e           |O\.5........~|
V (18556) Send: 0x3fce2734   ef f9                                             |..|
V (21066) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 01 8a 40 00 39 11  |....~!E.....@.9.|
V (21076) CMUX Received: 0x3fce597c   0e e6 d9 0e a4 23 64 52  4f 5c 00 35 f0 f2 00 89  |.....#dRO\.5....|
V (21076) CMUX Received: 0x3fce598c   a4 5c 99 74 81 80 00 01  00 04 00 00 00 00 07 67  |.\.t...........g|
V (21086) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (21096) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (21106) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (21116) CMUX Received: 0x3fce59bc   00 09 ef 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (21126) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (21136) CMUX Received: 0x3fce59dc   01 4d 5f 00 0e 07 67 74  70 69 e2 f9              |.M_...gtpi..|
D (21146) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (21146) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (21156) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 37 00 04 36  |p...S.......7..6|
V (21166) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 37 00 04 23  |G...S.......7..#|
V (21176) CMUX Received: 0x3fce599c   a0 a9 7f 9d 9c 7e 2f f9                           |.....~/.|
D (21186) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (21196) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (21206) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (21206) Send: 0x3fce87a4   7e 21 45 00 00 38 00 03  00 00 ff 01 8a e1 64 52  |~!E..8........dR|
V (21216) Send: 0x3fce87b4   4f 5c d9 0e a4 23 03 03  66 ef 00 00 00 00 45 00  |O\...#..f.....E.|
V (21226) Send: 0x3fce87c4   00 9d 01 8a 40 00 39 11  0e e6 d9 0e a4 23 64 52  |....@.9......#dR|
V (21236) Send: 0x3fce87d4   4f 5c 00 35 f0 f2 00 89  a4 5c 15 53 7e           |O\.5.....\.S~|
V (21246) Send: 0x3fce2734   ef f9                                             |..|
V (24336) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d f8 cd 40 00 39 11  |....~!E.....@.9.|
V (24336) CMUX Received: 0x3fce597c   1b 43 d9 0e a0 82 64 52  4f 5c 00 35 d2 19 00 89  |.C....dRO\.5....|
V (24346) CMUX Received: 0x3fce598c   f0 f4 85 56 81 80 00 01  00 04 00 00 00 00 07 67  |...V...........g|
V (24356) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (24356) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (24366) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (24376) CMUX Received: 0x3fce59bc   00 09 eb 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (24386) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (24396) CMUX Received: 0x3fce59dc   01 4d 5b 00 0e 07 67 74  70 69 e2 f9              |.M[...gtpi..|
D (24406) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (24416) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (24426) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 30 00 04 36  |p...S.......0..6|
V (24436) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 30 00 04 23  |G...S.......0..#|
V (24436) CMUX Received: 0x3fce599c   a0 a9 7f cd 66 7e 2f f9                           |....f~/.|
D (24446) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (24456) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (24466) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (24466) Send: 0x3fce87a4   7e 21 45 00 00 38 00 04  00 00 ff 01 8e 81 64 52  |~!E..8........dR|
V (24476) Send: 0x3fce87b4   4f 5c d9 0e a0 82 03 03  39 30 00 00 00 00 45 00  |O\......90....E.|
V (24486) Send: 0x3fce87c4   00 9d f8 cd 40 00 39 11  1b 43 d9 0e a0 82 64 52  |....@.9..C....dR|
V (24496) Send: 0x3fce87d4   4f 5c 00 35 d2 19 00 89  f0 f4 17 92 7e           |O\.5........~|
V (24506) Send: 0x3fce2734   ef f9                                             |..|
V (26746) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 03 a0 40 00 39 11  |....~!E.....@.9.|
V (26746) CMUX Received: 0x3fce597c   0c d0 d9 0e a4 23 64 52  4f 5c 00 35 d2 19 00 89  |.....#dRO\.5....|
V (26756) CMUX Received: 0x3fce598c   ef 53 85 56 81 80 00 01  00 04 00 00 00 00 07 67  |.S.V...........g|
V (26766) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (26776) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (26786) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (26786) CMUX Received: 0x3fce59bc   00 09 e9 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (26796) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (26806) CMUX Received: 0x3fce59dc   01 4d 59 00 0e 07 67 74  70 69 e2 f9              |.MY...gtpi..|
D (26816) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (26826) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (26836) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 31 00 04 36  |p...S.......1..6|
V (26846) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 31 00 04 23  |G...S.......1..#|
V (26856) CMUX Received: 0x3fce599c   a0 a9 7f 46 44 7e 2f f9                           |...FD~/.|
D (26866) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (26866) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (26876) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (26886) Send: 0x3fce87a4   7e 21 45 00 00 38 00 05  00 00 ff 01 8a df 64 52  |~!E..8........dR|
V (26896) Send: 0x3fce87b4   4f 5c d9 0e a4 23 03 03  3a d1 00 00 00 00 45 00  |O\...#..:.....E.|
V (26906) Send: 0x3fce87c4   00 9d 03 a0 40 00 39 11  0c d0 d9 0e a4 23 64 52  |....@.9......#dR|
V (26906) Send: 0x3fce87d4   4f 5c 00 35 d2 19 00 89  ef 53 75 45 7e           |O\.5.....SuE~|
V (26916) Send: 0x3fce2734   ef f9                                             |..|
V (28986) CMUX Received: 0x3fce596c   f9 01 ef 0b e3 07 07 87  01 79 f9                 |.........y.|
D (28986) CMUX: Payload frame: dlci:00 type:ef payload:5 available:7
V (41566) command_lib: sync
V (41566) command_lib: generic_command_common
V (41566) command_lib: generic_command
D (41566) command_lib: generic_command command AT

V (41566) Send: 0x3fcf5180   f9 09 ef 07                                       |....|
V (41576) Send: 0x3fcf5458   41 54 0d                                          |AT.|
V (41566) CMUX Received: 0x3fce596c   f9 09 ff 0d 0d 0a 4f 4b  0d 0a cd f9              |......OK....|
D (41586) CMUX: Payload frame: dlci:02 type:ff payload:6 available:8
V (41596) Send: 0x3fcf5184   35 f9                                             |5.|
D (41606) command_lib: Response: 
OK

V (44396) CMUX Received: 0x3fce596c   f9 01 ef 0b e3 07 07 8d  01 79 f9                 |.........y.|
D (44396) CMUX: Payload frame: dlci:00 type:ef payload:5 available:7
V (45876) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 22 92 40 00 39 11  |....~!E...".@.9.|
V (45886) CMUX Received: 0x3fce597c   f1 7d 5e d9 0e a0 82 64  52 4f 5c 00 35 d9 b7 00  |.}^....dRO\.5...|
V (45886) CMUX Received: 0x3fce598c   89 73 ae 4e ff 81 80 00  01 00 04 00 00 00 00 07  |.s.N............|
V (45896) CMUX Received: 0x3fce599c   67 74 70 69 6f 74 31 09  69 7a 61 74 63 6c 6f 75  |gtpiot1.izatclou|
D (45906) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (45916) CMUX Received: 0x3fce59ac   64 03 6e 65 74 00 00 01  00 01 c0 0c 00 05 00 01  |d.net...........|
V (45926) CMUX Received: 0x3fce59bc   00 00 09 d6 00 14 07 67  74 70 69 6f 74 31 06 67  |.......gtpiot1.g|
V (45936) CMUX Received: 0x3fce59cc   74 70 67 65 6f 03 63 6f  6d 00 c0 33 00 05 00 01  |tpgeo.com..3....|
V (45946) CMUX Received: 0x3fce59dc   00 01 4d 46 00 0e 07 67  74 70 e2 f9              |..MF...gtp..|
D (45956) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (45956) CMUX Received: 0x3fce596c   f9 05 ff 09 69 6f 74 31  4d f9 f9 05 ff 53 03 67  |....iot1M....S.g|
V (45966) CMUX Received: 0x3fce597c   74 70 c0 14 c0 53 00 01  00 01 00 00 00 1b 00 04  |tp...S..........|
V (45976) CMUX Received: 0x3fce598c   36 47 b7 ab c0 53 00 01  00 01 00 00 00 1b 00 04  |6G...S..........|
V (45986) CMUX Received: 0x3fce599c   23 a0 a9 7f 62 12 7e cc  f9                       |#...b.~..|
D (45996) CMUX: Payload frame: dlci:01 type:ff payload:4 available:53
D (46006) CMUX: Payload frame: dlci:01 type:ff payload:41 available:43
V (46016) Send: 0x3fce2730   f9 05 ef 7d                                       |...}|
V (46016) Send: 0x3fce87a4   7e 21 45 00 00 38 00 06  00 00 ff 01 8e 7f 64 52  |~!E..8........dR|
V (46026) Send: 0x3fce87b4   4f 5c d9 0e a0 82 03 03  ae d8 00 00 00 00 45 00  |O\............E.|
V (46026) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 31 6e 40 00 39 11  |....~!E...1n@.9.|
V (46036) Send: 0x3fce87c4   00 9d 22 92 40 00 39 11  f1 7d 5e d9 0e a0 82 64  |..".@.9..}^....d|
V (46056) CMUX Received: 0x3fce597c   df 01 d9 0e a4 23 64 52  4f 5c 00 35 d9 b7 00 89  |.....#dRO\.5....|
V (46056) Send: 0x3fce87d4   52 4f 5c 00 35 d9 b7 00  89 73 ae 59 4d 7e        |RO\.5....s.YM~|
V (46066) CMUX Received: 0x3fce598c   6a 0d 4e ff 81 80 00 01  00 04 00 00 00 00 07 67  |j.N............g|
V (46076) Send: 0x3fce2734   0b f9                                             |..|
V (46086) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (46096) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (46106) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (46116) CMUX Received: 0x3fce59bc   00 09 d6 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (46126) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (46136) CMUX Received: 0x3fce59dc   01 4d 46 00 0e 07 67 74  70 69 e2 f9              |.MF...gtpi..|
D (46146) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (46156) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (46156) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 1e 00 04 36  |p...S..........6|
V (46166) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 1e 00 04 23  |G...S..........#|
V (46176) CMUX Received: 0x3fce599c   a0 a9 7f f5 22 7e 2f f9                           |...."~/.|
D (46186) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (46196) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (46206) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (46206) Send: 0x3fce87a4   7e 21 45 00 00 38 00 07  00 00 ff 01 8a dd 64 52  |~!E..8........dR|
V (46216) Send: 0x3fce87b4   4f 5c d9 0e a4 23 03 03  b8 79 00 00 00 00 45 00  |O\...#...y....E.|
V (46226) Send: 0x3fce87c4   00 9d 31 6e 40 00 39 11  df 01 d9 0e a4 23 64 52  |..1n@.9......#dR|
V (46236) Send: 0x3fce87d4   4f 5c 00 35 d9 b7 00 89  6a 0d 42 8b 7e           |O\.5....j.B.~|
V (46246) Send: 0x3fce2734   ef f9                                             |..|
V (46266) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 22 c4 40 00 39 11  |....~!E...".@.9.|
V (46266) CMUX Received: 0x3fce597c   f1 4c d9 0e a0 82 64 52  4f 5c 00 35 d2 61 00 89  |.L....dRO\.5.a..|
V (46276) CMUX Received: 0x3fce598c   a7 46 22 bd 81 80 00 01  00 04 00 00 00 00 07 67  |.F"............g|
V (46286) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (46296) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (46306) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (46316) CMUX Received: 0x3fce59bc   00 09 d6 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (46326) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (46336) CMUX Received: 0x3fce59dc   01 4d 46 00 0e 07 67 74  70 69 e2 f9              |.MF...gtpi..|
D (46346) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (46346) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (46356) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 1b 00 04 36  |p...S..........6|
V (46366) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 1b 00 04 23  |G...S..........#|
V (46376) CMUX Received: 0x3fce599c   a0 a9 7f cb 15 7e 2f f9                           |.....~/.|
D (46386) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (46396) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (46396) Send: 0x3fce2730   f9 05 ef 7d                                       |...}|
V (46406) Send: 0x3fce87a4   7e 21 45 00 00 38 00 08  00 00 ff 01 8e 7d 5d 64  |~!E..8.......}]d|
V (46416) Send: 0x3fce87b4   52 4f 5c d9 0e a0 82 03  03 82 96 00 00 00 00 45  |RO\............E|
V (46426) Send: 0x3fce87c4   00 00 9d 22 c4 40 00 39  11 f1 4c d9 0e a0 82 64  |...".@.9..L....d|
V (46436) Send: 0x3fce87d4   52 4f 5c 00 35 d2 61 00  89 a7 46 37 b3 7e        |RO\.5.a...F7.~|
V (46436) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 31 f3 40 00 39 11  |....~!E...1.@.9.|
V (46446) Send: 0x3fce2734   0b f9                                             |..|
V (46456) CMUX Received: 0x3fce597c   de 7c d9 0e a4 23 64 52  4f 5c 00 35 d2 61 00 89  |.|...#dRO\.5.a..|
V (46466) CMUX Received: 0x3fce598c   9d a5 22 bd 81 80 00 01  00 04 00 00 00 00 07 67  |.."............g|
V (46476) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (46486) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (46496) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (46506) CMUX Received: 0x3fce59bc   00 09 d6 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (46516) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (46526) CMUX Received: 0x3fce59dc   01 4d 46 00 0e 07 67 74  70 69 e2 f9              |.MF...gtpi..|
D (46536) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (46536) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (46546) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 1e 00 04 36  |p...S..........6|
V (46556) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 1e 00 04 23  |G...S..........#|
V (46566) CMUX Received: 0x3fce599c   a0 a9 7f 3f d4 7e 2f f9                           |...?.~/.|
D (46576) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (46586) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (46586) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (46596) Send: 0x3fce87a4   7e 21 45 00 00 38 00 09  00 00 ff 01 8a db 64 52  |~!E..8........dR|
V (46596) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 22 cd 40 00 39 11  |....~!E...".@.9.|
V (46606) Send: 0x3fce87b4   4f 5c d9 0e a4 23 03 03  8c 37 00 00 00 00 45 00  |O\...#...7....E.|
V (46626) Send: 0x3fce87c4   00 9d 31 f3 40 00 39 11  de 7c d9 0e a4 23 64 52  |..1.@.9..|...#dR|
V (46626) CMUX Received: 0x3fce597c   f1 43 d9 0e a0 82 64 52  4f 5c 00 35 f8 d4 00 89  |.C....dRO\.5....|
V (46636) Send: 0x3fce87d4   4f 5c 00 35 d2 61 00 89  9d a5 55 22 7e           |O\.5.a....U"~|
V (46656) CMUX Received: 0x3fce598c   58 1e 4b 72 81 80 00 01  00 04 00 00 00 00 07 67  |X.Kr...........g|
V (46656) Send: 0x3fce2734   ef f9                                             |..|
V (46666) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (46676) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (46686) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (46696) CMUX Received: 0x3fce59bc   00 09 d6 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (46706) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (46716) CMUX Received: 0x3fce59dc   01 4d 46 00 0e 07 67 74  70 69 e2 f9              |.MF...gtpi..|
D (46726) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (46726) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (46736) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 1b 00 04 36  |p...S..........6|
V (46746) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 1b 00 04 23  |G...S..........#|
V (46756) CMUX Received: 0x3fce599c   a0 a9 7f f5 8c 7e 2f f9                           |.....~/.|
D (46766) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (46776) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (46786) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (46786) Send: 0x3fce87a4   7e 21 45 00 00 38 00 0a  00 00 ff 01 8e 7b 64 52  |~!E..8.......{dR|
V (46796) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 32 14 40 00 39 11  |....~!E...2.@.9.|
V (46796) Send: 0x3fce87b4   4f 5c d9 0e a0 82 03 03  ab 4b 00 00 00 00 45 00  |O\.......K....E.|
V (46816) CMUX Received: 0x3fce597c   de 5b d9 0e a4 23 64 52  4f 5c 00 35 f8 d4 00 89  |.[...#dRO\.5....|
V (46816) Send: 0x3fce87c4   00 9d 22 cd 40 00 39 11  f1 43 d9 0e a0 82 64 52  |..".@.9..C....dR|
V (46836) CMUX Received: 0x3fce598c   4e 7d 5d 4b 72 81 80 00  01 00 04 00 00 00 00 07  |N}]Kr...........|
V (46836) Send: 0x3fce87d4   4f 5c 00 35 f8 d4 00 89  58 1e 3a 94 7e           |O\.5....X.:.~|
V (46846) CMUX Received: 0x3fce599c   67 74 70 69 6f 74 31 09  69 7a 61 74 63 6c 6f 75  |gtpiot1.izatclou|
V (46856) Send: 0x3fce2734   ef f9                                             |..|
V (46866) CMUX Received: 0x3fce59ac   64 03 6e 65 74 00 00 01  00 01 c0 0c 00 05 00 01  |d.net...........|
V (46876) CMUX Received: 0x3fce59bc   00 00 09 d6 00 14 07 67  74 70 69 6f 74 31 06 67  |.......gtpiot1.g|
V (46886) CMUX Received: 0x3fce59cc   74 70 67 65 6f 03 63 6f  6d 00 c0 33 00 05 00 01  |tpgeo.com..3....|
V (46896) CMUX Received: 0x3fce59dc   00 01 4d 46 00 0e 07 67  74 70 e2 f9 f9 05 ff 09  |..MF...gtp......|
V (46906) CMUX Received: 0x3fce59ec   69 6f 74 31 4d f9 f9 05  ff 53 03 67 74 70 c0 14  |iot1M....S.gtp..|
V (46916) CMUX Received: 0x3fce59fc   c0 53 00 01 00 01 00 00  00 1e 00 04 36 47 b7 ab  |.S..........6G..|
V (46926) CMUX Received: 0x3fce5a0c   c0 53 00 01 00 01 00 00  00 1e 00 04 23 a0 a9 7f  |.S..........#...|
V (46936) CMUX Received: 0x3fce5a1c   33 f8 7e cc f9                                    |3.~..|
D (46946) CMUX: Payload frame: dlci:01 type:ff payload:118 available:177
D (46956) CMUX: Payload frame: dlci:01 type:ff payload:4 available:53
D (46956) CMUX: Payload frame: dlci:01 type:ff payload:41 available:43
V (46966) Send: 0x3fce2730   f9 05 ef 7d                                       |...}|
V (46976) Send: 0x3fce87a4   7e 21 45 00 00 38 00 0b  00 00 ff 01 8a d9 64 52  |~!E..8........dR|
V (46986) Send: 0x3fce87b4   4f 5c d9 0e a4 23 03 03  b4 ec 00 00 00 00 45 00  |O\...#........E.|
V (46996) Send: 0x3fce87c4   00 9d 32 14 40 00 39 11  de 5b d9 0e a4 23 64 52  |..2.@.9..[...#dR|
V (46996) Send: 0x3fce87d4   4f 5c 00 35 f8 d4 00 89  4e 7d 5d 07 08 7e        |O\.5....N}]..~|
V (47006) Send: 0x3fce2734   0b f9                                             |..|
V (48346) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 23 0e 40 00 39 11  |....~!E...#.@.9.|
V (48346) CMUX Received: 0x3fce597c   f1 02 d9 0e a0 82 64 52  4f 5c 00 35 ea b9 00 89  |......dRO\.5....|
V (48356) CMUX Received: 0x3fce598c   a7 95 0a 16 81 80 00 01  00 04 00 00 00 00 07 67  |...............g|
V (48366) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (48376) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (48386) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (48396) CMUX Received: 0x3fce59bc   00 09 d6 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (48406) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (48416) CMUX Received: 0x3fce59dc   01 4d 46 00 0e 07 67 74  70 69 e2 f9              |.MF...gtpi..|
D (48416) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (48426) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (48436) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 1b 00 04 36  |p...S..........6|
V (48446) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 1b 00 04 23  |G...S..........#|
V (48456) CMUX Received: 0x3fce599c   a0 a9 7f 55 ed 7e 2f f9                           |...U.~/.|
D (48466) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (48476) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (48476) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (48486) Send: 0x3fce87a4   7e 21 45 00 00 38 00 0c  00 00 ff 01 8e 79 64 52  |~!E..8.......ydR|
V (48496) Send: 0x3fce87b4   4f 5c d9 0e a0 82 03 03  69 ef 00 00 00 00 45 00  |O\......i.....E.|
V (48506) Send: 0x3fce87c4   00 9d 23 0e 40 00 39 11  f1 02 d9 0e a0 82 64 52  |..#.@.9.......dR|
V (48516) Send: 0x3fce87d4   4f 5c 00 35 ea b9 00 89  a7 95 dd 5a 7e           |O\.5.......Z~|
V (48516) Send: 0x3fce2734   ef f9                                             |..|
V (48616) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 33 34 40 00 39 11  |....~!E...34@.9.|
V (48616) CMUX Received: 0x3fce597c   dd 3b d9 0e a4 23 64 52  4f 5c 00 35 ea b9 00 89  |.;...#dRO\.5....|
V (48626) CMUX Received: 0x3fce598c   a1 f4 0a 16 81 80 00 01  00 04 00 00 00 00 07 67  |...............g|
V (48636) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (48646) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (48646) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (48656) CMUX Received: 0x3fce59bc   00 09 d5 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (48666) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (48676) CMUX Received: 0x3fce59dc   01 4d 45 00 0e 07 67 74  70 69 e2 f9              |.ME...gtpi..|
D (48686) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (48696) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (48706) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 1d 00 04 36  |p...S..........6|
V (48716) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 1d 00 04 23  |G...S..........#|
V (48726) CMUX Received: 0x3fce599c   a0 a9 7f cf 4f 7e 2f f9                           |....O~/.|
D (48736) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (48736) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (48746) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (48756) Send: 0x3fce87a4   7e 21 45 00 00 38 00 0d  00 00 ff 01 8a d7 64 52  |~!E..8........dR|
V (48766) Send: 0x3fce87b4   4f 5c d9 0e a4 23 03 03  6f 90 00 00 00 00 45 00  |O\...#..o.....E.|
V (48776) Send: 0x3fce87c4   00 9d 33 34 40 00 39 11  dd 3b d9 0e a4 23 64 52  |..34@.9..;...#dR|
V (48776) Send: 0x3fce87d4   4f 5c 00 35 ea b9 00 89  a1 f4 90 e6 7e           |O\.5........~|
V (48786) Send: 0x3fce2734   ef f9                                             |..|
V (49886) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 2c 08 40 00 39 11  |....~!E...,.@.9.|
V (49886) CMUX Received: 0x3fce597c   e8 08 d9 0e a0 82 64 52  4f 5c 00 35 d9 a0 00 89  |......dRO\.5....|
V (49896) CMUX Received: 0x3fce598c   6b 16 67 ae 81 80 00 01  00 04 00 00 00 00 07 67  |k.g............g|
V (49906) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (49916) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (49916) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (49926) CMUX Received: 0x3fce59bc   00 09 d2 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (49936) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (49946) CMUX Received: 0x3fce59dc   01 4d 42 00 0e 07 67 74  70 69 e2 f9              |.MB...gtpi..|
D (49956) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (49966) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (49976) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 17 00 04 36  |p...S..........6|
V (49986) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 17 00 04 23  |G...S..........#|
V (49996) CMUX Received: 0x3fce599c   a0 a9 7f 7a ea 7e 2f f9                           |...z.~/.|
D (50006) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (50006) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (50016) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (50026) Send: 0x3fce87a4   7e 21 45 00 00 38 00 0e  00 00 ff 01 8e 77 64 52  |~!E..8.......wdR|
V (50036) Send: 0x3fce87b4   4f 5c d9 0e a0 82 03 03  b7 87 00 00 00 00 45 00  |O\............E.|
V (50036) Send: 0x3fce87c4   00 9d 2c 08 40 00 39 11  e8 08 d9 0e a0 82 64 52  |..,.@.9.......dR|
V (50046) Send: 0x3fce87d4   4f 5c 00 35 d9 a0 00 89  6b 16 52 6b 7e           |O\.5....k.Rk~|
V (50056) Send: 0x3fce2734   ef f9                                             |..|
V (51846) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 41 c2 40 00 39 11  |....~!E...A.@.9.|
V (51846) CMUX Received: 0x3fce597c   ce ad d9 0e a4 23 64 52  4f 5c 00 35 d9 a0 00 89  |.....#dRO\.5....|
V (51856) CMUX Received: 0x3fce598c   69 75 67 ae 81 80 00 01  00 04 00 00 00 00 07 67  |iug............g|
V (51866) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (51876) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (51876) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (51886) CMUX Received: 0x3fce59bc   00 09 d0 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (51896) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (51906) CMUX Received: 0x3fce59dc   01 4d 40 00 0e 07 67 74  70 69 e2 f9              |.M@...gtpi..|
D (51916) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (51926) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (51936) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 18 00 04 36  |p...S..........6|
V (51946) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 18 00 04 23  |G...S..........#|
V (51956) CMUX Received: 0x3fce599c   a0 a9 7f b8 52 7e 2f f9                           |....R~/.|
D (51966) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (51966) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (51976) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (51986) Send: 0x3fce87a4   7e 21 45 00 00 38 00 0f  00 00 ff 01 8a d5 64 52  |~!E..8........dR|
V (51996) Send: 0x3fce87b4   4f 5c d9 0e a4 23 03 03  b9 28 00 00 00 00 45 00  |O\...#...(....E.|
V (51996) Send: 0x3fce87c4   00 9d 41 c2 40 00 39 11  ce ad d9 0e a4 23 64 52  |..A.@.9......#dR|
V (52006) Send: 0x3fce87d4   4f 5c 00 35 d9 a0 00 89  69 75 79 8d 7e           |O\.5....iuy.~|
V (52016) Send: 0x3fce2734   ef f9                                             |..|
V (54696) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 36 f5 40 00 39 11  |....~!E...6.@.9.|
V (54696) CMUX Received: 0x3fce597c   dd 1b d9 0e a0 82 64 52  4f 5c 00 35 ed 7c 00 89  |......dRO\.5.|..|
V (54706) CMUX Received: 0x3fce598c   36 e7 9c 01 81 80 00 01  00 04 00 00 00 00 07 67  |6..............g|
V (54716) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (54716) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (54726) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (54736) CMUX Received: 0x3fce59bc   00 09 cd 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (54746) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (54756) CMUX Received: 0x3fce59dc   01 4d 3d 00 0e 07 67 74  70 69 e2 f9              |.M=...gtpi..|
D (54766) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (54776) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (54786) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 12 00 04 36  |p...S..........6|
V (54796) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 12 00 04 23  |G...S..........#|
V (54796) CMUX Received: 0x3fce599c   a0 a9 7f cb 67 7e 2f f9                           |....g~/.|
D (54806) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (54816) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (54826) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (54826) Send: 0x3fce87a4   7e 21 45 00 00 38 00 10  00 00 ff 01 8e 75 64 52  |~!E..8.......udR|
V (54836) Send: 0x3fce87b4   4f 5c d9 0e a0 82 03 03  d7 da 00 00 00 00 45 00  |O\............E.|
V (54846) Send: 0x3fce87c4   00 9d 36 f5 40 00 39 11  dd 1b d9 0e a0 82 64 52  |..6.@.9.......dR|
V (54856) Send: 0x3fce87d4   4f 5c 00 35 ed 7c 00 89  36 e7 a8 22 7e           |O\.5.|..6.."~|
V (54866) Send: 0x3fce2734   ef f9                                             |..|
V (56406) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 4d d0 40 00 39 11  |....~!E...M.@.9.|
V (56406) CMUX Received: 0x3fce597c   c2 9f d9 0e a4 23 64 52  4f 5c 00 35 ed 7c 00 89  |.....#dRO\.5.|..|
V (56416) CMUX Received: 0x3fce598c   35 46 9c 01 81 80 00 01  00 04 00 00 00 00 07 67  |5F.............g|
V (56426) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (56436) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (56446) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (56456) CMUX Received: 0x3fce59bc   00 09 cb 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (56466) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (56476) CMUX Received: 0x3fce59dc   01 4d 3b 00 0e 07 67 74  70 69 e2 f9              |.M;...gtpi..|
D (56476) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (56486) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (56496) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 13 00 04 36  |p...S..........6|
V (56506) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 13 00 04 23  |G...S..........#|
V (56516) CMUX Received: 0x3fce599c   a0 a9 7f ce ed 7e 2f f9                           |.....~/.|
D (56526) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (56536) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (56536) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (56546) Send: 0x3fce87a4   7e 21 45 00 00 38 00 11  00 00 ff 01 8a d3 64 52  |~!E..8........dR|
V (56556) Send: 0x3fce87b4   4f 5c d9 0e a4 23 03 03  d9 7b 00 00 00 00 45 00  |O\...#...{....E.|
V (56566) Send: 0x3fce87c4   00 9d 4d d0 40 00 39 11  c2 9f d9 0e a4 23 64 52  |..M.@.9......#dR|
V (56576) Send: 0x3fce87d4   4f 5c 00 35 ed 7c 00 89  35 46 25 e3 7e           |O\.5.|..5F%.~|
V (56576) Send: 0x3fce2734   ef f9                                             |..|
V (59526) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 3c 2d 40 00 39 11  |....~!E...<-@.9.|
V (59526) CMUX Received: 0x3fce597c   d7 e3 d9 0e a0 82 64 52  4f 5c 00 35 fb 61 00 89  |......dRO\.5.a..|
V (59536) CMUX Received: 0x3fce598c   df f1 f9 11 81 80 00 01  00 04 00 00 00 00 07 67  |...............g|
V (59546) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (59556) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (59566) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (59576) CMUX Received: 0x3fce59bc   00 09 c8 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (59586) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (59596) CMUX Received: 0x3fce59dc   01 4d 38 00 0e 07 67 74  70 69 e2 f9              |.M8...gtpi..|
D (59606) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (59606) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (59616) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 0d 00 04 36  |p...S..........6|
V (59626) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 0d 00 04 23  |G...S..........#|
V (59636) CMUX Received: 0x3fce599c   a0 a9 7f 3c 32 7e 2f f9                           |...<2~/.|
D (59646) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (59656) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (59656) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (59666) Send: 0x3fce87a4   7e 21 45 00 00 38 00 12  00 00 ff 01 8e 73 64 52  |~!E..8.......sdR|
V (59676) Send: 0x3fce87b4   4f 5c d9 0e a0 82 03 03  20 eb 00 00 00 00 45 00  |O\...... .....E.|
V (59686) Send: 0x3fce87c4   00 9d 3c 2d 40 00 39 11  d7 e3 d9 0e a0 82 64 52  |..<-@.9.......dR|
V (59696) Send: 0x3fce87d4   4f 5c 00 35 fb 61 00 89  df f1 71 72 7e           |O\.5.a....qr~|
V (59706) Send: 0x3fce2734   ef f9                                             |..|
V (61686) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 5a 63 40 00 39 11  |....~!E...Zc@.9.|
V (61686) CMUX Received: 0x3fce597c   b6 0c d9 0e a4 23 64 52  4f 5c 00 35 fb 61 00 89  |.....#dRO\.5.a..|
V (61696) CMUX Received: 0x3fce598c   de 50 f9 11 81 80 00 01  00 04 00 00 00 00 07 67  |.P.............g|
V (61706) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (61716) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (61726) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (61736) CMUX Received: 0x3fce59bc   00 09 c6 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (61736) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (61746) CMUX Received: 0x3fce59dc   01 4d 36 00 0e 07 67 74  70 69 e2 f9              |.M6...gtpi..|
D (61756) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (61766) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (61776) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 0e 00 04 36  |p...S..........6|
V (61786) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 0e 00 04 23  |G...S..........#|
V (61796) CMUX Received: 0x3fce599c   a0 a9 7f dd d5 7e 2f f9                           |.....~/.|
D (61806) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (61806) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (61816) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (61826) Send: 0x3fce87a4   7e 21 45 00 00 38 00 13  00 00 ff 01 8a d1 64 52  |~!E..8........dR|
V (61836) Send: 0x3fce87b4   4f 5c d9 0e a4 23 03 03  22 8c 00 00 00 00 45 00  |O\...#..".....E.|
V (61846) Send: 0x3fce87c4   00 9d 5a 63 40 00 39 11  b6 0c d9 0e a4 23 64 52  |..Zc@.9......#dR|
V (61856) Send: 0x3fce87d4   4f 5c 00 35 fb 61 00 89  de 50 cc 40 7e           |O\.5.a...P.@~|
V (61856) Send: 0x3fce2734   ef f9                                             |..|
V (64566) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 46 2e 40 00 39 11  |....~!E...F.@.9.|
V (64566) CMUX Received: 0x3fce597c   cd e2 d9 0e a0 82 64 52  4f 5c 00 35 d0 ca 00 89  |......dRO\.5....|
V (64576) CMUX Received: 0x3fce598c   7b 6b 9c 2f 81 80 00 01  00 04 00 00 00 00 07 67  |{k./...........g|
V (64586) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (64596) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (64606) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (64616) CMUX Received: 0x3fce59bc   00 09 c3 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (64626) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (64636) CMUX Received: 0x3fce59dc   01 4d 33 00 0e 07 67 74  70 69 e2 f9              |.M3...gtpi..|
D (64636) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (64646) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (64656) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 08 00 04 36  |p...S..........6|
V (64666) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 08 00 04 23  |G...S..........#|
V (64676) CMUX Received: 0x3fce599c   a0 a9 7f 31 41 7e 2f f9                           |...1A~/.|
D (64686) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (64696) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (64696) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (64706) Send: 0x3fce87a4   7e 21 45 00 00 38 00 14  00 00 ff 01 8e 71 64 52  |~!E..8.......qdR|
V (64716) Send: 0x3fce87b4   4f 5c d9 0e a0 82 03 03  b0 08 00 00 00 00 45 00  |O\............E.|
V (64726) Send: 0x3fce87c4   00 9d 46 2e 40 00 39 11  cd e2 d9 0e a0 82 64 52  |..F.@.9.......dR|
V (64736) Send: 0x3fce87d4   4f 5c 00 35 d0 ca 00 89  7b 6b b6 88 7e           |O\.5....{k..~|
V (64736) Send: 0x3fce2734   ef f9                                             |..|
V (66326) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 64 d3 40 00 39 11  |....~!E...d.@.9.|
V (66326) CMUX Received: 0x3fce597c   ab 9c d9 0e a4 23 64 52  4f 5c 00 35 d0 ca 00 89  |.....#dRO\.5....|
V (66336) CMUX Received: 0x3fce598c   79 ca 9c 2f 81 80 00 01  00 04 00 00 00 00 07 67  |y../...........g|
V (66346) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (66356) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (66366) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (66376) CMUX Received: 0x3fce59bc   00 09 c1 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (66386) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (66396) CMUX Received: 0x3fce59dc   01 4d 31 00 0e 07 67 74  70 69 e2 f9              |.M1...gtpi..|
D (66396) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (66406) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (66416) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 09 00 04 36  |p...S..........6|
V (66426) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 09 00 04 23  |G...S..........#|
V (66436) CMUX Received: 0x3fce599c   a0 a9 7f ce b6 7e 2f f9                           |.....~/.|
D (66446) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (66456) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (66456) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (66466) Send: 0x3fce87a4   7e 21 45 00 00 38 00 15  00 00 ff 01 8a cf 64 52  |~!E..8........dR|
V (66476) Send: 0x3fce87b4   4f 5c d9 0e a4 23 03 03  b1 a9 00 00 00 00 45 00  |O\...#........E.|
V (66486) Send: 0x3fce87c4   00 9d 64 d3 40 00 39 11  ab 9c d9 0e a4 23 64 52  |..d.@.9......#dR|
V (66496) Send: 0x3fce87d4   4f 5c 00 35 d0 ca 00 89  79 ca 4b dd 7e           |O\.5....y.K.~|
V (66496) Send: 0x3fce2734   ef f9                                             |..|
V (69426) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 4a a1 40 00 39 11  |....~!E...J.@.9.|
V (69436) CMUX Received: 0x3fce597c   c9 6f d9 0e a0 82 64 52  4f 5c 00 35 d7 75 00 89  |.o....dRO\.5.u..|
V (69436) CMUX Received: 0x3fce598c   ae e7 76 08 81 80 00 01  00 04 00 00 00 00 07 67  |..v............g|
V (69446) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (69456) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (69466) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (69476) CMUX Received: 0x3fce59bc   00 09 be 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (69486) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (69496) CMUX Received: 0x3fce59dc   01 4d 2e 00 0e 07 67 74  70 69 e2 f9              |.M....gtpi..|
D (69506) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (69506) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 53 67 74  |....ot1.M....Sgt|
V (69516) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 03 00 04 36  |p...S..........6|
V (69526) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 03 00 04 23  |G...S..........#|
V (69536) CMUX Received: 0x3fce599c   a0 a9 7f 7d 5e 21 7e cc  f9                       |...}^!~..|
D (69546) CMUX: Payload frame: dlci:01 type:ff payload:4 available:53
D (69556) CMUX: Payload frame: dlci:01 type:ff payload:41 available:43
V (69566) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (69566) Send: 0x3fce87a4   7e 21 45 00 00 38 00 16  00 00 ff 01 8e 6f 64 52  |~!E..8.......odR|
V (69576) Send: 0x3fce87b4   4f 5c d9 0e a0 82 03 03  75 e1 00 00 00 00 45 00  |O\......u.....E.|
V (69586) Send: 0x3fce87c4   00 9d 4a a1 40 00 39 11  c9 6f d9 0e a0 82 64 52  |..J.@.9..o....dR|
V (69596) Send: 0x3fce87d4   4f 5c 00 35 d7 75 00 89  ae e7 1c bb 7e           |O\.5.u......~|
V (69606) Send: 0x3fce2734   ef f9                                             |..|
V (71606) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 74 32 40 00 39 11  |....~!E...t2@.9.|
V (71606) CMUX Received: 0x3fce597c   9c 3d d9 0e a4 23 64 52  4f 5c 00 35 d7 75 00 89  |.=...#dRO\.5.u..|
V (71616) CMUX Received: 0x3fce598c   ad 46 76 08 81 80 00 01  00 04 00 00 00 00 07 67  |.Fv............g|
V (71626) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (71636) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (71646) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (71656) CMUX Received: 0x3fce59bc   00 09 bc 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (71666) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (71676) CMUX Received: 0x3fce59dc   01 4d 2c 00 0e 07 67 74  70 69 e2 f9              |.M,...gtpi..|
D (71686) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (71686) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (71696) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 04 00 04 36  |p...S..........6|
V (71706) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 04 00 04 23  |G...S..........#|
V (71716) CMUX Received: 0x3fce599c   a0 a9 7f 25 db 7e 2f f9                           |...%.~/.|
D (71726) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (71736) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (71736) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (71746) Send: 0x3fce87a4   7e 21 45 00 00 38 00 17  00 00 ff 01 8a cd 64 52  |~!E..8........dR|
V (71756) Send: 0x3fce87b4   4f 5c d9 0e a4 23 03 03  77 82 00 00 00 00 45 00  |O\...#..w.....E.|
V (71766) Send: 0x3fce87c4   00 9d 74 32 40 00 39 11  9c 3d d9 0e a4 23 64 52  |..t2@.9..=...#dR|
V (71776) Send: 0x3fce87d4   4f 5c 00 35 d7 75 00 89  ad 46 8c 57 7e           |O\.5.u...F.W~|
V (71786) Send: 0x3fce2734   ef f9                                             |..|
V (72106) command_lib: sync
V (72106) command_lib: generic_command_common
V (72106) command_lib: generic_command
D (72106) command_lib: generic_command command AT

V (72106) Send: 0x3fcf5180   f9 09 ef 07                                       |....|
V (72116) Send: 0x3fcf5458   41 54 0d                                          |AT.|
V (72106) CMUX Received: 0x3fce596c   f9 09 ff 0d 0d 0a 4f 4b  0d 0a cd f9              |......OK....|
D (72126) CMUX: Payload frame: dlci:02 type:ff payload:6 available:8
V (72136) Send: 0x3fcf5184   35 f9                                             |5.|
D (72146) command_lib: Response: 
OK

V (74696) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 51 48 40 00 39 11  |....~!E...QH@.9.|
V (74696) CMUX Received: 0x3fce597c   c2 c8 d9 0e a0 82 64 52  4f 5c 00 35 cf 25 00 89  |......dRO\.5.%..|
V (74706) CMUX Received: 0x3fce598c   b3 94 11 ab 81 80 00 01  00 04 00 00 00 00 07 67  |...............g|
V (74716) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (74716) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (74726) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (74736) CMUX Received: 0x3fce59bc   00 09 b9 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (74746) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (74756) CMUX Received: 0x3fce59dc   01 4d 29 00 0e 07 67 74  70 69 e2 f9              |.M)...gtpi..|
D (74766) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (74776) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (74786) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 3c 00 04 36  |p...S.......<..6|
V (74796) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 3c 00 04 23  |G...S.......<..#|
V (74806) CMUX Received: 0x3fce599c   a0 a9 7f 94 28 7e 2f f9                           |....(~/.|
D (74806) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (74816) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (74826) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (74826) Send: 0x3fce87a4   7e 21 45 00 00 38 00 18  00 00 ff 01 8e 6d 64 52  |~!E..8.......mdR|
V (74836) Send: 0x3fce87b4   4f 5c d9 0e a0 82 03 03  79 84 00 00 00 00 45 00  |O\......y.....E.|
V (74846) Send: 0x3fce87c4   00 9d 51 48 40 00 39 11  c2 c8 d9 0e a0 82 64 52  |..QH@.9.......dR|
V (74856) Send: 0x3fce87d4   4f 5c 00 35 cf 25 00 89  b3 94 4e 54 7e           |O\.5.%....NT~|
V (74866) Send: 0x3fce2734   ef f9                                             |..|
V (76626) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 80 7f 40 00 39 11  |....~!E.....@.9.|
V (76626) CMUX Received: 0x3fce597c   8f f0 d9 0e a4 23 64 52  4f 5c 00 35 cf 25 00 89  |.....#dRO\.5.%..|
V (76636) CMUX Received: 0x3fce598c   b3 f3 11 ab 81 80 00 01  00 04 00 00 00 00 07 67  |...............g|
V (76646) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (76656) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (76656) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (76666) CMUX Received: 0x3fce59bc   00 09 b7 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (76676) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (76686) CMUX Received: 0x3fce59dc   01 4d 27 00 0e 07 67 74  70 69 e2 f9              |.M'...gtpi..|
D (76696) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (76706) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (76716) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 3c 00 04 36  |p...S.......<..6|
V (76726) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 3c 00 04 23  |G...S.......<..#|
V (76736) CMUX Received: 0x3fce599c   a0 a9 7f 80 57 7e 2f f9                           |....W~/.|
D (76746) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (76746) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (76756) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (76766) Send: 0x3fce87a4   7e 21 45 00 00 38 00 19  00 00 ff 01 8a cb 64 52  |~!E..8........dR|
V (76776) Send: 0x3fce87b4   4f 5c d9 0e a4 23 03 03  79 25 00 00 00 00 45 00  |O\...#..y%....E.|
V (76776) Send: 0x3fce87c4   00 9d 80 7f 40 00 39 11  8f f0 d9 0e a4 23 64 52  |....@.9......#dR|
V (76786) Send: 0x3fce87d4   4f 5c 00 35 cf 25 00 89  b3 f3 72 76 7e           |O\.5.%....rv~|
V (76796) Send: 0x3fce2734   ef f9                                             |..|
V (79676) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 5b 1c 40 00 39 11  |....~!E...[.@.9.|
V (79676) CMUX Received: 0x3fce597c   b8 f4 d9 0e a0 82 64 52  4f 5c 00 35 cc 36 00 89  |......dRO\.5.6..|
V (79686) CMUX Received: 0x3fce598c   2d 92 ae 9c 81 80 00 01  00 04 00 00 00 00 07 67  |-..............g|
V (79696) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (79706) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (79706) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (79716) CMUX Received: 0x3fce59bc   00 09 b4 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (79726) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (79736) CMUX Received: 0x3fce59dc   01 4d 24 00 0e 07 67 74  70 69 e2 f9              |.M$...gtpi..|
D (79746) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (79756) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (79766) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 37 00 04 36  |p...S.......7..6|
V (79776) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 37 00 04 23  |G...S.......7..#|
V (79786) CMUX Received: 0x3fce599c   a0 a9 7f 19 3f 7e 2f f9                           |....?~/.|
D (79796) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (79796) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (79806) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (79816) Send: 0x3fce87a4   7e 21 45 00 00 38 00 1a  00 00 ff 01 8e 6b 64 52  |~!E..8.......kdR|
V (79826) Send: 0x3fce87b4   4f 5c d9 0e a0 82 03 03  02 76 00 00 00 00 45 00  |O\.......v....E.|
V (79836) Send: 0x3fce87c4   00 9d 5b 1c 40 00 39 11  b8 f4 d9 0e a0 82 64 52  |..[.@.9.......dR|
V (79836) Send: 0x3fce87d4   4f 5c 00 35 cc 36 00 89  2d 92 94 f5 7e           |O\.5.6..-...~|
V (79846) Send: 0x3fce2734   ef f9                                             |..|
V (81586) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 87 cd 40 00 39 11  |....~!E.....@.9.|
V (81586) CMUX Received: 0x3fce597c   88 a2 d9 0e a4 23 64 52  4f 5c 00 35 cc 36 00 89  |.....#dRO\.5.6..|
V (81596) CMUX Received: 0x3fce598c   2d f1 ae 9c 81 80 00 01  00 04 00 00 00 00 07 67  |-..............g|
V (81606) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (81616) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (81616) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (81626) CMUX Received: 0x3fce59bc   00 09 b2 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (81636) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (81646) CMUX Received: 0x3fce59dc   01 4d 22 00 0e 07 67 74  70 69 e2 f9              |.M"...gtpi..|
D (81656) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (81666) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (81676) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 37 00 04 36  |p...S.......7..6|
V (81686) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 37 00 04 23  |G...S.......7..#|
V (81696) CMUX Received: 0x3fce599c   a0 a9 7f 73 ae 7e 2f f9                           |...s.~/.|
D (81706) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (81706) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (81716) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (81726) Send: 0x3fce87a4   7e 21 45 00 00 38 00 1b  00 00 ff 01 8a c9 64 52  |~!E..8........dR|
V (81726) Send: 0x3fce87b4   4f 5c d9 0e a4 23 03 03  02 17 00 00 00 00 45 00  |O\...#........E.|
V (81736) Send: 0x3fce87c4   00 9d 87 cd 40 00 39 11  88 a2 d9 0e a4 23 64 52  |....@.9......#dR|
V (81746) Send: 0x3fce87d4   4f 5c 00 35 cc 36 00 89  2d f1 83 c4 7e           |O\.5.6..-...~|
V (81756) Send: 0x3fce2734   ef f9                                             |..|
V (84726) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 60 81 40 00 39 11  |....~!E...`.@.9.|
V (84726) CMUX Received: 0x3fce597c   b3 8f d9 0e a0 82 64 52  4f 5c 00 35 cd 7c 00 89  |......dRO\.5.|..|
V (84736) CMUX Received: 0x3fce598c   f2 fa fb ed 81 80 00 01  00 04 00 00 00 00 07 67  |...............g|
V (84746) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (84756) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (84766) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (84776) CMUX Received: 0x3fce59bc   00 09 af 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (84786) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (84796) CMUX Received: 0x3fce59dc   01 4d 1f 00 0e 07 67 74  70 69 e2 f9              |.M....gtpi..|
D (84796) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (84806) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (84816) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 32 00 04 36  |p...S.......2..6|
V (84826) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 32 00 04 23  |G...S.......2..#|
V (84836) CMUX Received: 0x3fce599c   a0 a9 7f 9b 4b 7e 2f f9                           |....K~/.|
D (84846) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (84856) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (84856) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (84866) Send: 0x3fce87a4   7e 21 45 00 00 38 00 1c  00 00 ff 01 8e 69 64 52  |~!E..8.......idR|
V (84876) Send: 0x3fce87b4   4f 5c d9 0e a0 82 03 03  3b c7 00 00 00 00 45 00  |O\......;.....E.|
V (84886) Send: 0x3fce87c4   00 9d 60 81 40 00 39 11  b3 8f d9 0e a0 82 64 52  |..`.@.9.......dR|
V (84896) Send: 0x3fce87d4   4f 5c 00 35 cd 7c 00 89  f2 fa 84 9d 7e           |O\.5.|......~|
V (84906) Send: 0x3fce2734   ef f9                                             |..|
V (86646) CMUX Received: 0x3fce596c   f9 05 ff ed 7e 21 45 00  00 9d 96 d7 40 00 39 11  |....~!E.....@.9.|
V (86646) CMUX Received: 0x3fce597c   79 98 d9 0e a4 23 64 52  4f 5c 00 35 cd 7c 00 89  |y....#dRO\.5.|..|
V (86656) CMUX Received: 0x3fce598c   f3 59 fb ed 81 80 00 01  00 04 00 00 00 00 07 67  |.Y.............g|
V (86666) CMUX Received: 0x3fce599c   74 70 69 6f 74 31 09 69  7a 61 74 63 6c 6f 75 64  |tpiot1.izatcloud|
D (86676) CMUX: Payload frame: dlci:01 type:ff payload:118 available:60
V (86686) CMUX Received: 0x3fce59ac   03 6e 65 74 00 00 01 00  01 c0 0c 00 05 00 01 00  |.net............|
V (86696) CMUX Received: 0x3fce59bc   00 09 ad 00 14 07 67 74  70 69 6f 74 31 06 67 74  |......gtpiot1.gt|
V (86706) CMUX Received: 0x3fce59cc   70 67 65 6f 03 63 6f 6d  00 c0 33 00 05 00 01 00  |pgeo.com..3.....|
V (86716) CMUX Received: 0x3fce59dc   01 4d 1d 00 0e 07 67 74  70 69 e2 f9              |.M....gtpi..|
D (86716) CMUX: Payload frame: dlci:01 type:ff payload:58 available:60
V (86726) CMUX Received: 0x3fce596c   f9 05 ff 09 6f 74 31 03  4d f9 f9 05 ff 51 67 74  |....ot1.M....Qgt|
V (86736) CMUX Received: 0x3fce597c   70 c0 14 c0 53 00 01 00  01 00 00 00 32 00 04 36  |p...S.......2..6|
V (86746) CMUX Received: 0x3fce598c   47 b7 ab c0 53 00 01 00  01 00 00 00 32 00 04 23  |G...S.......2..#|
V (86756) CMUX Received: 0x3fce599c   a0 a9 7f ce 9b 7e 2f f9                           |.....~/.|
D (86766) CMUX: Payload frame: dlci:01 type:ff payload:4 available:52
D (86776) CMUX: Payload frame: dlci:01 type:ff payload:40 available:42
V (86776) Send: 0x3fce2730   f9 05 ef 7b                                       |...{|
V (86786) Send: 0x3fce87a4   7e 21 45 00 00 38 00 1d  00 00 ff 01 8a c7 64 52  |~!E..8........dR|
V (86796) Send: 0x3fce87b4   4f 5c d9 0e a4 23 03 03  3b 68 00 00 00 00 45 00  |O\...#..;h....E.|
V (86806) Send: 0x3fce87c4   00 9d 96 d7 40 00 39 11  79 98 d9 0e a4 23 64 52  |....@.9.y....#dR|
V (86816) Send: 0x3fce87d4   4f 5c 00 35 cd 7c 00 89  f3 59 a2 7b 7e           |O\.5.|...Y.{~|
V (86816) Send: 0x3fce2734   ef f9                                             |..|
franz-ms-muc commented 1 year ago

code:

https://gist.github.com/franz-ms-muc/febec6a7f8836b140d06758c74d25582

@david-cermak the Question is: is it constantly receiving Data ? the Code just enters into IP Network, and no Action then.

franz-ms-muc commented 1 year ago

http://izatcloud.net/ seems to be the GPS Data Provider of Qualcom.

franz-ms-muc commented 1 year ago

https://gist.github.com/franz-ms-muc/66bd00b6d64ec5438cb1ebb36d844858

leads to:

so the gtpiot1.gtpgeo.com/ and gtpiot1.izatcloud.net come from the

get_gnss_information_sim70xx_once_req

which goes to

https://github.com/diplfranzhoepfinger/esp-protocols/blob/feat/URC_reception/components/esp_modem/examples/simple_cmux_client/components/SIM7070_gnss/SIM7070_gnss.cpp#L52

therefore issue a AT+SGNSCMD=1,0\r which seems it leads to this Network Requests. seems they are not issued from ESP-Modem but from SIM7070G itself.

................
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0x15 (USB_UART_CHIP_RESET),boot:0x2d (SPI_FAST_FLASH_BOOT)
Saved PC:0x4206dd76
0x4206dd76: esp_pm_impl_waiti at /home/franz/esp-idf-v4.4.2/components/esp_pm/pm_impl.c:839

SPIWP:0xee
mode:DIO, clock div:1
load:0x3fce3808,len:0x1654
load:0x403c9700,len:0xbb8
load:0x403cc700,len:0x2f88
entry 0x403c9954
I (24) boot: ESP-IDF v4.4.2-dirty 2nd stage bootloader
I (25) boot: compile time 13:57:41
I (25) boot: chip revision: 0
I (27) boot.esp32s3: Boot SPI Speed : 80MHz
I (32) boot.esp32s3: SPI Mode       : DIO
I (36) boot.esp32s3: SPI Flash Size : 8MB
I (41) boot: Enabling RNG early entropy source...
I (46) boot: Partition Table:
I (50) boot: ## Label            Usage          Type ST Offset   Length
I (57) boot:  0 nvs              WiFi data        01 02 00009000 00004000
I (65) boot:  1 otadata          OTA data         01 00 0000d000 00002000
I (72) boot:  2 phy_init         RF data          01 01 0000f000 00001000
I (80) boot:  3 factory          factory app      00 00 00010000 00177000
I (87) boot:  4 ota_0            OTA app          00 10 00190000 00177000
I (95) boot:  5 ota_1            OTA app          00 11 00310000 00177000
I (102) boot: End of partition table
I (106) boot: Defaulting to factory image
I (111) esp_image: segment 0: paddr=00010020 vaddr=3c080020 size=275a8h (161192) map
I (148) esp_image: segment 1: paddr=000375d0 vaddr=3fc92220 size=02928h ( 10536) load
I (151) esp_image: segment 2: paddr=00039f00 vaddr=40374000 size=06118h ( 24856) load
I (160) esp_image: segment 3: paddr=00040020 vaddr=42000020 size=71f00h (466688) map
I (246) esp_image: segment 4: paddr=000b1f28 vaddr=4037a118 size=08100h ( 33024) load
I (254) esp_image: segment 5: paddr=000ba030 vaddr=50000000 size=00010h (    16) load
I (260) boot: Loaded app from partition at offset 0x10000
I (260) boot: Disabling RNG early entropy source...
I (275) cpu_start: Pro cpu up.
I (275) cpu_start: Starting app cpu, entry point is 0x4037535c
0x4037535c: call_start_cpu1 at /home/franz/esp-idf-v4.4.2/components/esp_system/port/cpu_start.c:160

I (0) cpu_start: App cpu up.
D (284) clk: RTC_SLOW_CLK calibration value: 3848602
I (294) cpu_start: Pro cpu start user code
I (294) cpu_start: cpu freq: 160000000
I (294) cpu_start: Application information:
I (297) cpu_start: Project name:     simple_cmux_client
I (303) cpu_start: App version:      v0.6-78-gdf396ca-dirty
I (309) cpu_start: Compile time:     Nov 26 2022 13:57:50
I (315) cpu_start: ELF file SHA256:  33498ce217941ee5...
I (321) cpu_start: ESP-IDF:          v4.4.2-dirty
V (327) memory_layout: reserved range is 0x3c0a75a8 - 0x3c0a75c8
D (333) memory_layout: Checking 5 reserved memory ranges:
D (338) memory_layout: Reserved memory range 0x3fc84000 - 0x3fc92218
D (345) memory_layout: Reserved memory range 0x3fc92220 - 0x3fc97b20
D (351) memory_layout: Reserved memory range 0x3fceee34 - 0x3fcf0000
D (357) memory_layout: Reserved memory range 0x40374000 - 0x40382218
0x40374000: _WindowOverflow4 at /home/franz/esp-idf-v4.4.2/components/freertos/port/xtensa/xtensa_vectors.S:1736

D (364) memory_layout: Reserved memory range 0x600fe000 - 0x600fe000
D (370) memory_layout: Building list of available memory regions:
V (376) memory_layout: Examining memory region 0x40374000 - 0x40378000
0x40374000: _WindowOverflow4 at /home/franz/esp-idf-v4.4.2/components/freertos/port/xtensa/xtensa_vectors.S:1736

0x40378000: spi1_flash_os_yield at /home/franz/esp-idf-v4.4.2/components/spi_flash/spi_flash_os_func_app.c:135

V (383) memory_layout: Region 0x40374000 - 0x40378000 inside of reserved 0x40374000 - 0x40382218
0x40374000: _WindowOverflow4 at /home/franz/esp-idf-v4.4.2/components/freertos/port/xtensa/xtensa_vectors.S:1736

0x40378000: spi1_flash_os_yield at /home/franz/esp-idf-v4.4.2/components/spi_flash/spi_flash_os_func_app.c:135

0x40374000: _WindowOverflow4 at /home/franz/esp-idf-v4.4.2/components/freertos/port/xtensa/xtensa_vectors.S:1736

V (392) memory_layout: Examining memory region 0x3fc88000 - 0x3fc90000
V (398) memory_layout: Region 0x3fc88000 - 0x3fc90000 inside of reserved 0x3fc84000 - 0x3fc92218
V (407) memory_layout: Examining memory region 0x3fc90000 - 0x3fca0000
V (414) memory_layout: Start of region 0x3fc90000 - 0x3fca0000 overlaps reserved 0x3fc84000 - 0x3fc92218
V (423) memory_layout: Region 0x3fc92218 - 0x3fca0000 contains reserved 0x3fc92220 - 0x3fc97b20
V (432) memory_layout: Examining memory region 0x3fc97b20 - 0x3fca0000
D (439) memory_layout: Available memory region 0x3fc97b20 - 0x3fca0000
V (445) memory_layout: Examining memory region 0x3fca0000 - 0x3fcb0000
D (452) memory_layout: Available memory region 0x3fca0000 - 0x3fcb0000
V (459) memory_layout: Examining memory region 0x3fcb0000 - 0x3fcc0000
D (465) memory_layout: Available memory region 0x3fcb0000 - 0x3fcc0000
V (472) memory_layout: Examining memory region 0x3fcc0000 - 0x3fcd0000
D (478) memory_layout: Available memory region 0x3fcc0000 - 0x3fcd0000
V (485) memory_layout: Examining memory region 0x3fcd0000 - 0x3fce0000
D (492) memory_layout: Available memory region 0x3fcd0000 - 0x3fce0000
V (498) memory_layout: Examining memory region 0x3fce0000 - 0x3fcf0000
V (505) memory_layout: End of region 0x3fce0000 - 0x3fcf0000 overlaps reserved 0x3fceee34 - 0x3fcf0000
D (514) memory_layout: Available memory region 0x3fce0000 - 0x3fceee34
V (521) memory_layout: Examining memory region 0x3fcf0000 - 0x3fcf8000
D (527) memory_layout: Available memory region 0x3fcf0000 - 0x3fcf8000
V (534) memory_layout: Examining memory region 0x600fe000 - 0x60100000
D (541) memory_layout: Available memory region 0x600fe000 - 0x60100000
I (547) heap_init: Initializing. RAM available for dynamic allocation:
D (554) heap_init: New heap initialised at 0x3fc97b20
I (559) heap_init: At 3FC97B20 len 000484E0 (289 KiB): D/IRAM
I (566) heap_init: At 3FCE0000 len 0000EE34 (59 KiB): STACK/DRAM
D (573) heap_init: New heap initialised at 0x3fcf0000
I (578) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
D (584) heap_init: New heap initialised at 0x600fe000
I (589) heap_init: At 600FE000 len 00002000 (8 KiB): RTCRAM
D (596) FLASH_HAL: extra_dummy: 0
V (599) memspi: raw_chip_id: 1840C8

V (602) memspi: chip_id: C84018

V (606) memspi: raw_chip_id: 1840C8

V (609) memspi: chip_id: C84018

D (613) spi_flash: trying chip: issi
D (616) spi_flash: trying chip: gd
I (620) spi_flash: detected chip: gd
I (624) spi_flash: flash io: dio
W (628) spi_flash: Detected size(16384k) larger than the size in the binary image header(8192k). Using the size in the binary image header.
D (641) cpu_start: calling init function: 0x42050350
0x42050350: _GLOBAL__sub_I__ZNSt12ctype_bynameIcEC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEj at /builds/idf/crosstool-NG/.build/xtensa-esp32s3-elf/src/gcc/libstdc++-v3/src/c++11/locale-inst.cc:380

D (646) cpu_start: calling init function: 0x4204a0cc
0x4204a0cc: _GLOBAL__sub_I__ZNSt12ctype_bynameIwEC2ERKNSt7__cxx1112basic_stringIcSt11char_traitsIcESaIcEEEj at /builds/idf/crosstool-NG/.build/xtensa-esp32s3-elf/src/gcc/libstdc++-v3/src/c++11/locale-inst.cc:380

D (651) cpu_start: calling init function: 0x42044774
0x42044774: _GLOBAL__sub_I__ZNSt12ctype_bynameIcEC2ERKSsj at /builds/idf/crosstool-NG/.build/xtensa-esp32s3-elf/src/gcc/libstdc++-v3/src/c++11/locale-inst.cc:380

D (656) cpu_start: calling init function: 0x4203d7a8
0x4203d7a8: _GLOBAL__sub_I__ZNSt12ctype_bynameIwEC2ERKSsj at /builds/idf/crosstool-NG/.build/xtensa-esp32s3-elf/src/gcc/libstdc++-v3/src/c++11/locale-inst.cc:380

D (661) cpu_start: calling init function: 0x420362b0
0x420362b0: _GLOBAL__sub_I___cxa_get_globals_fast at /builds/idf/crosstool-NG/.build/xtensa-esp32s3-elf/src/gcc/libstdc++-v3/libsupc++/eh_globals.cc:145

D (666) cpu_start: calling init function: 0x42035b8c
0x42035b8c: _GLOBAL__sub_I__ZN9__gnu_cxx9__freeresEv at /builds/idf/crosstool-NG/.build/xtensa-esp32s3-elf/src/gcc/libstdc++-v3/libsupc++/eh_alloc.cc:348

D (671) cpu_start: calling init function: 0x4201bf98
0x4201bf98: s_set_default_wifi_log_level at /home/franz/esp-idf-v4.4.2/components/esp_wifi/src/wifi_init.c:63

D (676) cpu_start: calling init function: 0x42013fb8
0x42013fb8: esp_ipc_init at /home/franz/esp-idf-v4.4.2/components/esp_ipc/src/esp_ipc.c:105

D (681) cpu_start: calling init function: 0x420095bc
0x420095bc: _GLOBAL__sub_I__ZN3idf5event21PLATFORM_MAX_DELAY_MSE at /home/franz/esp-idf-v4.4.2/examples/cxx/experimental/experimental_cpp_component/esp_event_cxx.cpp:224

V (686) pthread: pthread_once: call init_routine 0x3fc935f4
V (692) pthread: pthread_once: call init_routine 0x3fc935ec
D (699) cpu_start: calling init function: 0x42008864
0x42008864: _GLOBAL__sub_I__ZN3idf5event18ESPEventAPIDefaultC2Ev at /home/franz/esp-idf-v4.4.2/examples/cxx/experimental/experimental_cpp_component/esp_event_api.cpp:113

D (702) cpu_start: calling init function: 0x42007c28
0x42007c28: _GLOBAL__sub_I__Z19set_mode_and_reportRSt10unique_ptrI8DCE_gnssSt14default_deleteIS0_EEN9esp_modem10modem_modeE at /home/franz/git/krone/pppos_client_sample/simple_cmux_client/components/simple_cmux_client/simple_cmux_client_main.cpp:285

D (707) cpu_start: calling init function: 0x42002650
0x42002650: esp_ota_init_app_elf_sha256 at /home/franz/esp-idf-v4.4.2/components/app_update/esp_app_desc.c:68

V (712) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (719) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xC02
D (727) intr_alloc: Connected src 59 to int 2 (cpu 0)
I (732) sleep: Configure to isolate all GPIO pins in sleep state
I (739) sleep: Enable automatic switching of GPIO sleep configuration
D (746) cpu_start: Setting C++ exception workarounds.
V (751) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (757) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0x40E
D (765) intr_alloc: Connected src 79 to int 3 (cpu 0)
I (770) cpu_start: Starting scheduler on PRO CPU.
V (776) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (776) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0x402
D (776) intr_alloc: Connected src 57 to int 9 (cpu 0)
V (776) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): checking args
V (786) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): Args okay. Resulting flags 0x40E
D (786) intr_alloc: Connected src 80 to int 2 (cpu 1)
I (796) cpu_start: Starting scheduler on APP CPU.
V (796) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): checking args
V (806) intr_alloc: esp_intr_alloc_intrstatus (cpu 1): Args okay. Resulting flags 0x402
D (816) intr_alloc: Connected src 58 to int 3 (cpu 1)
D (816) heap_init: New heap initialised at 0x3fce0000
V (826) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (826) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xE
D (826) intr_alloc: Connected src 52 to int 12 (cpu 0)
I (846) gpio: GPIO[11]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 
I (856) gpio: GPIO[10]| InputEn: 0| OutputEn: 0| OpenDrain: 0| Pullup: 1| Pulldown: 0| Intr:0 
I (2866) modem_pwkey: status = 1
D (2866) event: running task for loop 0x3fce0814
D (2866) event: created task for loop 0x3fce0814
D (2866) event: created event loop 0x3fce0814
D (2866) esp_netif_lwip: LwIP stack has been initialized
D (2876) esp_netif_lwip: esp-netif has been successfully initialized
I (2876) uart: queue free spaces: 30
V (2886) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): checking args
V (2886) intr_alloc: esp_intr_alloc_intrstatus (cpu 0): Args okay. Resulting flags 0xE
D (2896) intr_alloc: Connected src 28 to int 13 (cpu 0)
D (2906) esp_netif_objects: esp_netif_add_to_list 0x3fce5bac
D (2906) esp_netif_objects: esp_netif_add_to_list netif added successfully (total netifs: 1)
D (2916) esp-netif_lwip-ppp: esp_netif_new_ppp: PPP connection created: 0x3fce5edc
D (2926) esp-netif_lwip-ppp: Phase Dead
V (2926) command_lib: sync
V (2936) command_lib: generic_command_common
V (2936) command_lib: generic_command
D (2936) command_lib: generic_command command AT

W (3446) cmux_example: sync no Success after 0 try
V (3446) command_lib: sync
V (3446) command_lib: generic_command_common
V (3446) command_lib: generic_command
D (3446) command_lib: generic_command command AT

D (3506) command_lib: Response: AT
OK

I (3506) cmux_example: sync Success after 1 try
V (3506) command_lib: set_flow_control
V (3506) command_lib: generic_command_common
V (3506) command_lib: generic_command
D (3516) command_lib: generic_command command AT+IFC=2, 2

D (3606) command_lib: Response: AT+IFC=2, 2
OK

I (3606) cmux_example: set_flow_control OK
V (3606) command_lib: sync
V (3606) command_lib: generic_command_common
V (3606) command_lib: generic_command
D (3616) command_lib: generic_command command AT

D (3706) command_lib: Response: AT
OK

I (3706) cmux_example: sync Success after 0 try
V (3706) command_lib: set_cmux
V (3706) command_lib: generic_command_common
V (3706) command_lib: generic_command
D (3716) command_lib: generic_command command AT+CMUX=0

D (3806) command_lib: Response: AT+CMUX=0
OK

V (3906) CMUX Received: 0x3fce596c   f9 03 73 01 d7 f9                                 |..s...|
D (3906) CMUX: Payload frame: dlci:00 type:73 payload:0 available:2
V (3916) CMUX Received: 0x3fce596c   f9 07 73 01 15 f9                                 |..s...|
D (3916) CMUX: Payload frame: dlci:01 type:73 payload:0 available:2
V (3926) CMUX Received: 0x3fce596c   f9 0b 73 01 92 f9                                 |..s...|
D (3936) CMUX: Payload frame: dlci:02 type:73 payload:0 available:2
Modem has correctly entered mode CMUX_MANUAL_MODE
V (3946) command_lib: set_echo
V (3946) command_lib: generic_command_common
V (3946) command_lib: generic_command
D (3956) command_lib: generic_command command ATE0

V (3956) Send: 0x3fcf50b0   f9 05 ef 0b                                       |....|
V (3966) Send: 0x3fcf5388   41 54 45 30 0d                                    |ATE0.|
V (3966) CMUX Received: 0x3fce596c   f9 05 ff 0b 41 54 45 30  0d ae f9 f9 05 ff 0d 0d  |....ATE0........|
V (3986) CMUX Received: 0x3fce597c   0a 4f 4b 0d 0a 4a f9                              |.OK..J.|
D (3996) CMUX: Payload frame: dlci:01 type:ff payload:5 available:19
D (3996) CMUX: Payload frame: dlci:01 type:ff payload:6 available:8
D (4006) command_lib: Response: 
OK

V (3986) Send: 0x3fcf50b4   bb f9                                             |..|
V (4016) command_lib: set_pdp_context
V (4016) command_lib: generic_command_common
V (4026) command_lib: generic_command
D (4026) command_lib: generic_command command AT+CGDCONT=1,"IP","nbiot.global-m2m.net"

V (4036) Send: 0x3fcf5030   f9 05 ef 53                                       |...S|
V (4046) Send: 0x3fce7490   41 54 2b 43 47 44 43 4f  4e 54 3d 31 2c 22 49 50  |AT+CGDCONT=1,"IP|
V (4046) CMUX Received: 0x3fce596c   f9 05 ff 0d 0d 0a 4f 4b  0d 0a 4a f9              |......OK..J.|
D (4056) CMUX: Payload frame: dlci:01 type:ff payload:6 available:8
V (4066) Send: 0x3fce74a0   22 2c 22 6e 62 69 6f 74  2e 67 6c 6f 62 61 6c 2d  |","nbiot.global-|
V (4076) Send: 0x3fce74b0   6d 32 6d 2e 6e 65 74 22  0d                       |m2m.net".|
D (4076) command_lib: Response: 
OK

V (4086) Send: 0x3fcf5034   d9 f9                                             |..|
V (4096) command_lib: set_data_mode
V (4096) command_lib: generic_command
D (4106) command_lib: generic_command command ATD*99##

V (4106) Send: 0x3fcf50e0   f9 05 ef 13                                       |....|
V (4116) Send: 0x3fcf5398   41 54 44 2a 39 39 23 23  0d                       |ATD*99##.|
V (4116) CMUX Received: 0x3fce596c   f9 01 ef 0b e3 07 07 8d  01 79 f9 f9 05 ff 2b 0d  |.........y....+.|
V (4136) CMUX Received: 0x3fce597c   0a 43 4f 4e 4e 45 43 54  20 31 35 30 30 30 30 30  |.CONNECT 1500000|
V (4146) CMUX Received: 0x3fce598c   30 30 0d 0a 96 f9                                 |00....|
D (4156) CMUX: Payload frame: dlci:00 type:ef payload:5 available:34
D (4156) CMUX: Payload frame: dlci:01 type:ff payload:21 available:23
D (4166) command_lib: Response: 
CONNECT 150000000

V (4136) Send: 0x3fcf50e4   a9 f9                                             |..|
D (4176) esp_netif_handlers: esp_netif action has started with netif0x3fce5bac from event_id=0
D (4186) esp-netif_lwip-ppp: esp_netif_start_ppp: Starting PPP connection: 0x3fce5edc
D (4196) esp-netif_lwip-ppp: Phase Start
D (4196) esp-netif_lwip-ppp: Phase Establish
D (4206) esp_netif_lwip: check: remote, if=0x3fce5bac fn=0x4201b1e0
0x4201b1e0: esp_netif_update_default_netif_lwip at /home/franz/esp-idf-v4.4.2/components/esp_netif/lwip/esp_netif_lwip.c:188

D (4206) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3fce5bac
V (4216) esp_netif_lwip: esp_netif_is_netif_up esp_netif:0x3fce5bac
D (4216) esp_netif_lwip: call api in lwip: ret=0x0, give sem
Modem has correctly entered mode CMUX_MANUAL_DATA
V (4226) command_lib: get_operator_name
V (4236) command_lib: generic_get_string
V (4236) Send: 0x3fcf5200   f9 09 ef 13                                       |....|
V (4246) CMUX Received: 0x3fce596c   f9 09 ff 25 0d 0a 2b 43  4f 50 53 3a 20 30 0d 0a  |...%..+COPS: 0..|
V (4256) CMUX Received: 0x3fce597c   0d 0a 4f 4b 0d 0a fb f9                           |..OK....|
D (4266) CMUX: Payload frame: dlci:02 type:ff payload:18 available:20
} (4266) command_lib: Token: {

V (4276) command_lib: Token: {+COPS: 0}

} (4276) command_lib: Token: {

V (4286) command_lib: Token: {OK}

V (4256) Send: 0x3fcf5434   41 54 2b 43 4f 50 53 3f  0d                       |AT+COPS?.|
V (4296) Send: 0x3fcf5204   2e f9                                             |..|
V (4796) command_lib: get_operator_name
V (4796) command_lib: generic_get_string
V (4796) Send: 0x3fcf5200   f9 09 ef 13                                       |....|
V (4796) CMUX Received: 0x3fce596c   f9 09 ff 25 0d 0a 2b 43  4f 50 53 3a 20 30 0d 0a  |...%..+COPS: 0..|
V (4806) CMUX Received: 0x3fce597c   0d 0a 4f 4b 0d 0a fb f9                           |..OK....|
D (4816) CMUX: Payload frame: dlci:02 type:ff payload:18 available:20
} (4816) command_lib: Token: {

V (4826) command_lib: Token: {+COPS: 0}

} (4826) command_lib: Token: {

V (4826) command_lib: Token: {OK}

V (4836) Send: 0x3fcf5434   41 54 2b 43 4f 50 53 3f  0d                       |AT+COPS?.|
V (4846) Send: 0x3fcf5204   2e f9                                             |..|
V (5346) command_lib: get_operator_name
V (5346) command_lib: generic_get_string
V (5346) Send: 0x3fcf5200   f9 09 ef 13                                       |....|
V (5346) Send: 0x3fcf5434   41 54 2b 43 4f 50 53 3f  0d                       |AT+COPS?.|
V (5356) Send: 0x3fcf5204   2e f9                                             |..|
V (5346) CMUX Received: 0x3fce596c   f9 09 ff 25 0d 0a 2b 43  4f 50 53 3a 20 30 0d 0a  |...%..+COPS: 0..|
V (5376) CMUX Received: 0x3fce597c   0d 0a 4f 4b 0d 0a fb f9                           |..OK....|
D (5376) CMUX: Payload frame: dlci:02 type:ff payload:18 available:20
} (5386) command_lib: Token: {

V (5386) command_lib: Token: {+COPS: 0}

} (5396) command_lib: Token: {

V (5396) command_lib: Token: {OK}

V (5896) command_lib: get_operator_name
V (5896) command_lib: generic_get_string
V (5896) Send: 0x3fcf5200   f9 09 ef 13                                       |....|
V (5896) Send: 0x3fcf5434   41 54 2b 43 4f 50 53 3f  0d                       |AT+COPS?.|
V (5906) Send: 0x3fcf5204   2e f9                                             |..|
V (5896) CMUX Received: 0x3fce596c   f9 09 ff 25 0d 0a 2b 43  4f 50 53 3a 20 30 0d 0a  |...%..+COPS: 0..|
V (5926) CMUX Received: 0x3fce597c   0d 0a 4f 4b 0d 0a fb f9                           |..OK....|
D (5926) CMUX: Payload frame: dlci:02 type:ff payload:18 available:20
} (5936) command_lib: Token: {

V (5936) command_lib: Token: {+COPS: 0}

} (5946) command_lib: Token: {

V (5946) command_lib: Token: {OK}

V (6446) command_lib: get_operator_name
V (6446) command_lib: generic_get_string
V (6446) Send: 0x3fcf5200   f9 09 ef 13                                       |....|
V (6446) Send: 0x3fcf5434   41 54 2b 43 4f 50 53 3f  0d                       |AT+COPS?.|
V (6456) Send: 0x3fcf5204   2e f9                                             |..|
V (6446) CMUX Received: 0x3fce596c   f9 09 ff 25 0d 0a 2b 43  4f 50 53 3a 20 30 0d 0a  |...%..+COPS: 0..|
V (6476) CMUX Received: 0x3fce597c   0d 0a 4f 4b 0d 0a fb f9                           |..OK....|
D (6476) CMUX: Payload frame: dlci:02 type:ff payload:18 available:20
} (6486) command_lib: Token: {

V (6486) command_lib: Token: {+COPS: 0}

} (6496) command_lib: Token: {

V (6496) command_lib: Token: {OK}

V (6996) command_lib: get_operator_name
V (6996) command_lib: generic_get_string
V (6996) Send: 0x3fcf5200   f9 09 ef 13                                       |....|
V (6996) Send: 0x3fcf5434   41 54 2b 43 4f 50 53 3f  0d                       |AT+COPS?.|
V (7006) Send: 0x3fcf5204   2e f9                                             |..|
V (6996) CMUX Received: 0x3fce596c   f9 09 ff 49 0d 0a 2b 43  4f 50 53 3a 20 30 2c 30  |...I..+COPS: 0,0|
V (7026) CMUX Received: 0x3fce597c   2c 22 76 6f 64 61 66 6f  6e 65 2e 64 65 22 2c 37  |,"vodafone.de",7|
V (7026) CMUX Received: 0x3fce598c   0d 0a 0d 0a 4f 4b 0d 0a  ba f9 f9 09 ff 15 0d 0a  |....OK..........|
V (7036) CMUX Received: 0x3fce599c   44 53 54 3a 20 30 0d 0a  df f9                    |DST: 0....|
D (7046) CMUX: Payload frame: dlci:02 type:ff payload:36 available:54
} (7056) command_lib: Token: {

V (7056) command_lib: Token: {+COPS: 0,0,"vodafone.de",7}

} (7066) command_lib: Token: {

V (7066) command_lib: Token: {OK}

D (7066) CMUX: Payload frame: dlci:02 type:ff payload:10 available:12
V (7076) CMUX Received: 0x3fce596c   f9 09 ff 4f 0d 0a 2a 50  53 55 54 54 5a 3a 20 32  |...O..*PSUTTZ: 2|
V (7086) CMUX Received: 0x3fce597c   32 2f 31 31 2f 32 36 2c  31 33 3a 32 34 3a 32 35  |2/11/26,13:24:25|
V (7096) CMUX Received: 0x3fce598c   22 2c 22 2b 30 34 22 2c  30 0d 0a 5e f9           |","+04",0..^.|
D (7106) CMUX: Payload frame: dlci:02 type:ff payload:39 available:41
V (7616) command_lib: get_operator_name
V (7616) command_lib: generic_get_string
V (7616) Send: 0x3fcf5200   f9 09 ef 13                                       |....|
V (7616) Send: 0x3fcf5434   41 54 2b 43 4f 50 53 3f  0d                       |AT+COPS?.|
V (7626) Send: 0x3fcf5204   2e f9                                             |..|
V (7616) CMUX Received: 0x3fce596c   f9 09 ff 49 0d 0a 2b 43  4f 50 53 3a 20 30 2c 30  |...I..+COPS: 0,0|
V (7646) CMUX Received: 0x3fce597c   2c 22 76 6f 64 61 66 6f  6e 65 2e 64 65 22 2c 37  |,"vodafone.de",7|
V (7646) CMUX Received: 0x3fce598c   0d 0a 0d 0a 4f 4b 0d 0a  ba f9                    |....OK....|
D (7656) CMUX: Payload frame: dlci:02 type:ff payload:36 available:38
} (7666) command_lib: Token: {

V (7666) command_lib: Token: {+COPS: 0,0,"vodafone.de",7}

} (7676) command_lib: Token: {

V (7676) command_lib: Token: {OK}

Operator name:vodafone.de
V (10206) Send: 0x3fce28c0   f9 05 ef 5d                                       |...]|
V (10206) Send: 0x3fce7bbc   7e ff 7d 23 c0 21 7d 21  7d 21 7d 20 7d 34 7d 22  |~.}#.!}!}!} }4}"|
V (10206) Send: 0x3fce7bcc   7d 26 7d 20 7d 20 7d 20  7d 20 7d 25 7d 26 65 ff  |}&} } } } }%}&e.|
V (10216) CMUX Received: 0x3fce596c   f9 05 ff 6b 7e ff 7d 23  c0 21 7d 21 7d 20 7d 20  |...k~.}#.!}!} } |
V (10216) Send: 0x3fce7bdc   74 ff 7d 27 7d 22 7d 28  7d 22 7d 3d fb 7e        |t.}'}"}(}"}=.~|
V (10236) CMUX Received: 0x3fce597c   7d 39 7d 22 7d 26 7d 20  7d 20 7d 20 7d 20 7d 23  |}9}"}&} } } } }#|
V (10236) Send: 0x3fce28c4   33 f9                                             |3.|
V (10246) CMUX Received: 0x3fce598c   7d 25 c2 23 7d 25 7d 25  7d 26 f3 30 7c 65 7d 27  |}%.#}%}%}&.0|e}'|
V (10266) CMUX Received: 0x3fce599c   7d 22 7d 28 7d 22 d9 62  7e e6 f9 f9 05 ff 5b 7e  |}"}(}".b~.....[~|
D (10276) CMUX: Payload frame: dlci:01 type:ff payload:53 available:60
V (10276) Send: 0x3fce2820   f9 05 ef 33                                       |...3|
D (10286) CMUX: Payload frame: dlci:01 type:ff payload:45 available:1
V (10286) Send: 0x3fce87b8   7e ff 7d 23 c0 21 7d 24  7d 20 7d 20 7d 29 7d 23  |~.}#.!}$} } })}#|
V (10296) CMUX Received: 0x3fce59ac   ff 7d 23 c0 21 7d 22 7d  21 7d 20 7d 34 7d 22 7d  |.}#.!}"}!} }4}"}|
V (10306) Send: 0x3fce87c8   7d 25 c2 23 7d 25 f8 60  7e                       |}%.#}%.`~|
V (10316) CMUX Received: 0x3fce59bc   26 7d 20 7d 20 7d 20 7d  20 7d 25 7d 26 65 ff 74  |&} } } } }%}&e.t|
V (10316) Send: 0x3fce2824   91 f9                                             |..|
V (10336) CMUX Received: 0x3fce59cc   ff 7d 27 7d 22 7d 28 7d  22 f6 92 7e c2 f9        |.}'}"}(}"..~..|
D (10346) CMUX: Payload frame: dlci:01 type:ff payload:44 available:46
V (10356) CMUX Received: 0x3fce596c   f9 05 ff 5d 7e ff 7d 23  c0 21 7d 21 7d 21 7d 20  |...]~.}#.!}!}!} |
V (10366) CMUX Received: 0x3fce597c   7d 34 7d 22 7d 26 7d 20  7d 20 7d 20 7d 20 7d 25  |}4}"}&} } } } }%|
V (10376) CMUX Received: 0x3fce598c   7d 26 f3 30 7c 65 7d 27  7d 22 7d 28 7d 22 3c 7d  |}&.0|e}'}"}(}"<}|
V (10386) CMUX Received: 0x3fce599c   5d 7e 26 f9                                       |]~&.|
D (10386) CMUX: Payload frame: dlci:01 type:ff payload:46 available:48
V (10396) Send: 0x3fce2820   f9 05 ef 5d                                       |...]|
V (10406) Send: 0x3fce87b8   7e ff 7d 23 c0 21 7d 22  7d 21 7d 20 7d 34 7d 22  |~.}#.!}"}!} }4}"|
V (10406) CMUX Received: 0x3fce596c   f9 05 ff 2b 7e ff 7d 23  c0 21 7d 2b 7d 22 7d 20  |...+~.}#.!}+}"} |
V (10416) Send: 0x3fce87c8   7d 26 7d 20 7d 20 7d 20  7d 20 7d 25 7d 26 f3 30  |}&} } } } }%}&.0|
V (10426) CMUX Received: 0x3fce597c   7d 28 f3 30 7c 65 e8 eb  7e 96 f9                 |}(.0|e..~..|
V (10436) Send: 0x3fce87d8   7c 65 7d 27 7d 22 7d 28  7d 22 d7 7d 34 7e        ||e}'}"}(}".}4~|
D (10446) CMUX: Payload frame: dlci:01 type:ff payload:21 available:23
V (10446) Send: 0x3fce2824   33 f9                                             |3.|
D (10466) esp-netif_lwip-ppp: Phase Authenticate
D (10466) esp-netif_lwip-ppp: Phase Network
V (10476) Send: 0x3fce2740   f9 05 ef 49                                       |...I|
V (10476) Send: 0x3fce93b4   7e ff 03 80 21 01 01 00  1c 02 06 00 2d 0f 01 03  |~...!.......-...|
V (10476) CMUX Received: 0x3fce596c   f9 05 ff 15 7e 80 21 01  00 00 04 67 c3 7e 58 f9  |....~.!....g.~X.|
V (10486) Send: 0x3fce93c4   06 00 00 00 00 81 06 00  00 00 00 83 06 00 00 00  |................|
V (10506) CMUX Received: 0x3fce597c   f9 05 ff 21 7e 80 21 04  01 00 0a 02 06 00 2d 0f  |...!~.!.......-.|
V (10506) Send: 0x3fce93d4   00 55 15 7e                                       |.U.~|
V (10526) Send: 0x3fce2744   28 f9                                             |(.|
V (10526) CMUX Received: 0x3fce598c   01 f8 30 7e 7b f9                                 |..0~{.|
D (10546) CMUX: Payload frame: dlci:01 type:ff payload:10 available:34
V (10546) Send: 0x3fce2820   f9 05 ef 25                                       |...%|
D (10556) CMUX: Payload frame: dlci:01 type:ff payload:16 available:18
V (10556) Send: 0x3fce87b8   7e ff 03 80 21 03 00 00  0a 03 06 00 00 00 00 a0  |~...!...........|
V (10566) CMUX Received: 0x3fce596c   f9 05 ff 15 7e 80 21 01  01 00 04 bb 99 7e 58 f9  |....~.!......~X.|
V (10566) Send: 0x3fce87c8   3d 7e                                             |=~|
D (10586) CMUX: Payload frame: dlci:01 type:ff payload:10 available:12
V (10586) Send: 0x3fce2824   69 f9                                             |i.|
V (10606) Send: 0x3fce2830   f9 05 ef 3d                                       |...=|
V (10606) CMUX Received: 0x3fce596c   f9 05 ff 39 7e 80 21 03  02 00 16 03 06 64 52 4f  |...9~.!......dRO|
V (10606) Send: 0x3fce81b0   7e ff 03 80 21 01 02 00  16 03 06 00 00 00 00 81  |~...!...........|
V (10626) CMUX Received: 0x3fce597c   5c 81 06 d9 0e a0 82 83  06 d9 0e a4 23 12 73 7e  |\...........#.s~|
V (10626) Send: 0x3fce81c0   06 00 00 00 00 83 06 00  00 00 00 da 82 7e        |.............~|
V (10646) CMUX Received: 0x3fce598c   69 f9                                             |i.|
V (10646) Send: 0x3fce2834   7b f9                                             |{.|
D (10666) CMUX: Payload frame: dlci:01 type:ff payload:28 available:30
V (10666) Send: 0x3fce2820   f9 05 ef 19                                       |....|
V (10676) Send: 0x3fce81b0   7e ff 03 80 21 02 01 00  04 cd 92 7e              |~...!......~|
V (10686) Send: 0x3fce2824   44 f9                                             |D.|
V (10696) Send: 0x3fce2830   f9 05 ef 3d                                       |...=|
V (10706) CMUX Received: 0x3fce596c   f9 05 ff 39 7e 80 21 02  03 00 16 03 06 64 52 4f  |...9~.!......dRO|
V (10706) Send: 0x3fce8dac   7e ff 03 80 21 01 03 00  16 03 06 64 52 4f 5c 81  |~...!......dRO\.|
V (10716) CMUX Received: 0x3fce597c   5c 81 06 d9 0e a0 82 83  06 d9 0e a4 23 23 ed 7e  |\...........##.~|
V (10716) Send: 0x3fce8dbc   06 d9 0e a0 82 83 06 d9  0e a4 23 b5 8e 7e        |..........#..~|
V (10736) CMUX Received: 0x3fce598c   69 f9                                             |i.|
V (10736) Send: 0x3fce2834   7b f9                                             |{.|
D (10756) CMUX: Payload frame: dlci:01 type:ff payload:28 available:30
I (10766) esp-netif_lwip-ppp: Connected
I (10766) esp-netif_lwip-ppp: Name Server1: 217.14.160.130
I (10776) esp-netif_lwip-ppp: Name Server2: 217.14.164.35
D (10776) event: running post IP_EVENT:6 with handler 0x42019cdc and context 0x3fce72b4 on loop 0x3fce0814
0x42019cdc: esp_netif_action_connected at /home/franz/esp-idf-v4.4.2/components/esp_netif/esp_netif_handlers.c:44

D (10786) esp-netif_lwip-ppp: Phase Running
D (10786) esp_netif_handlers: esp_netif action connected with netif0x3fce5bac from event_id=6
D (10796) esp_netif_lwip: check: remote, if=0x3fce5bac fn=0x4201aa4c
0x4201aa4c: esp_netif_up_api at /home/franz/esp-idf-v4.4.2/components/esp_netif/lwip/esp_netif_lwip.c:1256

D (10806) esp_netif_lwip: esp_netif_up_api esp_netif:0x3fce5bac
D (10816) esp_netif_lwip: check: local, if=0x3fce5bac fn=0x4201b1e0
0x4201b1e0: esp_netif_update_default_netif_lwip at /home/franz/esp-idf-v4.4.2/components/esp_netif/lwip/esp_netif_lwip.c:188

D (10816) esp_netif_lwip: esp_netif_update_default_netif_lwip 0x3fce5bac
V (10826) esp_netif_lwip: esp_netif_is_netif_up esp_netif:0x3fce5bac
D (10836) esp_netif_lwip: call api in lwip: ret=0x0, give sem
D (10836) event: running post IP_EVENT:6 with handler 0x4206d8b4 and context 0x3fce7318 on loop 0x3fce0814
0x4206d8b4: idf::event::ESPEventReg::event_handler_hook(void*, char const*, int, void*) at /home/franz/esp-idf-v4.4.2/examples/cxx/experimental/experimental_cpp_component/esp_event_cxx.cpp:56

I (10846) cmux_example: IP          : 100.82.79.92
I (10856) cmux_example: Netmask     : 255.255.255.255
I (10856) cmux_example: Gateway     : 10.64.64.64
Got IP address
V (10866) command_lib: get_imsi
V (10866) command_lib: generic_get_string
V (10876) command_lib: generic_get_string
V (10876) Send: 0x3fcf5250   f9 09 ef 11                                       |....|
V (10886) Send: 0x3fcf5458   41 54 2b 43 49 4d 49 0d                           |AT+CIMI.|
V (10876) CMUX Received: 0x3fce596c   f9 09 ff 33 0d 0a 39 30  31 32 38 38 30 30 35 36  |...3..9012880056|
V (10896) CMUX Received: 0x3fce597c   38 31 39 32 30 0d 0a 0d  0a 4f 4b 0d 0a 03 f9     |81920....OK....|
V (10906) Send: 0x3fcf5254   cd f9                                             |..|
D (10916) CMUX: Payload frame: dlci:02 type:ff payload:25 available:27
} (10926) command_lib: Token: {

V (10926) command_lib: Token: {901288005681920}

} (10936) command_lib: Token: {

V (10936) command_lib: Token: {OK}

Modem IMSI number:901288005681920
V (10946) command_lib: sync
V (10946) command_lib: generic_command_common
V (10946) command_lib: generic_command
D (10956) command_lib: generic_command command AT

V (10956) Send: 0x3fcf5180   f9 09 ef 07                                       |....|
V (10966) Send: 0x3fcf5458   41 54 0d                                          |AT.|
V (10956) CMUX Received: 0x3fce596c   f9 09 ff 0d 0d 0a 4f 4b  0d 0a cd f9              |......OK....|
D (10986) CMUX: Payload frame: dlci:02 type:ff payload:6 available:8
D (10986) command_lib: Response: 
OK

V (10986) Send: 0x3fcf5184   35 f9                                             |5.|
V (41496) command_lib: sync
V (41496) command_lib: generic_command_common
V (41496) command_lib: generic_command
D (41496) command_lib: generic_command command AT

V (41496) Send: 0x3fcf5180   f9 09 ef 07                                       |....|
V (41506) Send: 0x3fcf5458   41 54 0d                                          |AT.|
V (41496) CMUX Received: 0x3fce596c   f9 09 ff 0d 0d 0a 4f 4b  0d 0a cd f9              |......OK....|
D (41516) CMUX: Payload frame: dlci:02 type:ff payload:6 available:8
V (41526) Send: 0x3fcf5184   35 f9                                             |5.|
D (41536) command_lib: Response: 
OK
david-cermak commented 1 year ago

is it constantly receiving Data ? the Code just enters into IP Network, and no Action then.

I can only see that the PPP session is up and running. The actual network connection is up the device itself.

david-cermak commented 1 year ago

@franz-ms-muc Could you please share an update if any? Could we close it?

diplfranzhoepfinger commented 1 year ago

the Problems here come from the SIM7070 Module.

the Connections to

gtpiot1.izatcloud.net

gtpiot1.gtpgeo.com

come from the Modem Firmware and are not issued by Application nor by the esp-modem.

nothing Espressif can do here. it is a SIMCOM/Qualcomm issue.

(SIMCOM Solved this after a while but the Topic with SIM7070 is still the GPS and Data is not parallel but only one after the other)

david-cermak commented 7 months ago

nothing Espressif can do here.

okay, closing