esp-iot-solution icon indicating copy to clipboard operation
esp-iot-solution copied to clipboard

USB CDC 4G Example getting stuck (AEGHB-681)

Open narangmayank opened this issue 8 months ago • 3 comments

Answers checklist.

  • [X] I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • [X] I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • [X] I have searched the issue tracker for a similar issue and not found a similar issue.

IDF version.

5.0

Espressif SoC revision.

ESP32S3

Operating System used.

Windows

How did you build your project?

Command line with idf.py

If you are using Windows, please specify command line type.

None

Development Kit.

Custom Board

Power Supply used.

USB

What is the expected behavior?

Execution shouldn't stop

What is the actual behavior?

Execution is stopping. It's getting stuck somewhere

Steps to reproduce.

sdkconfig and app_main is provided in the attahcment. I just added a counter in main while(1) and you can see in the logs it is getting stuck at some point.

[sdkconfig.txt](https://github.com/user-attachments/files/15748257/sdkconfig.txt)

[app_main.txt](https://github.com/user-attachments/files/15748256/app_main.txt)


### Debug Logs.

```plain
I (27) boot: ESP-IDF v5.1-dirty 2nd stage bootloader
I (27) boot: compile time Jun  8 2024 19:02:29
I (27) boot: Multicore bootloader
I (30) boot: chip revision: v0.1
I (34) qio_mode: Enabling default flash chip QIO
I (40) boot.esp32s3: Boot SPI Speed : 80MHz
I (44) boot.esp32s3: SPI Mode       : QIO
I (49) boot.esp32s3: SPI Flash Size : 4MB
I (54) boot: Enabling RNG early entropy source...
I (59) boot: Partition Table:
I (63) boot: ## Label            Usage          Type ST Offset   Length
I (70) boot:  0 nvs              WiFi data        01 02 00009000 00006000
I (77) boot:  1 phy_init         RF data          01 01 0000f000 00001000
I (85) boot:  2 factory          factory app      00 00 00010000 00100000
I (92) boot:  3 storage          Unknown data     01 82 00110000 00100000
I (100) boot: End of partition table
I (104) esp_image: segment 0: paddr=00010020 vaddr=3c0b0020 size=2c258h (180824) map
I (140) esp_image: segment 1: paddr=0003c280 vaddr=3fc9a400 size=03d98h ( 15768) load
I (143) esp_image: segment 2: paddr=00040020 vaddr=42000020 size=a00ech (655596) map
I (245) esp_image: segment 3: paddr=000e0114 vaddr=3fc9e198 size=006ach (  1708) load
I (246) esp_image: segment 4: paddr=000e07c8 vaddr=40374000 size=163b0h ( 91056) load
I (278) boot: Loaded app from partition at offset 0x10000
I (278) boot: Disabling RNG early entropy source...
I (289) cpu_start: Multicore app
I (290) cpu_start: Pro cpu up.
I (290) cpu_start: Starting app cpu, entry point is 0x40375858
0x40375858: call_start_cpu1 at C:/ESP_IDE/Espressif/frameworks/esp-idf-v5.1/components/esp_system/port/cpu_start.c:154

I (0) cpu_start: App cpu up.
I (308) cpu_start: Pro cpu start user code
I (308) cpu_start: cpu freq: 240000000 Hz
I (308) cpu_start: Application information:
I (311) cpu_start: Project name:     usb_cdc_4g_module
I (317) cpu_start: App version:      3651de5f-dirty
I (322) cpu_start: Compile time:     Jun  8 2024 19:15:19
I (328) cpu_start: ELF file SHA256:  6d63984331434480...
I (334) cpu_start: ESP-IDF:          v5.1-dirty
I (339) cpu_start: Min chip rev:     v0.0
I (344) cpu_start: Max chip rev:     v0.99
I (349) cpu_start: Chip rev:         v0.1
I (354) heap_init: Initializing. RAM available for dynamic allocation:
I (361) heap_init: At 3FCA1F00 len 00047810 (286 KiB): DRAM
I (367) heap_init: At 3FCE9710 len 00005724 (21 KiB): STACK/DRAM
I (374) heap_init: At 3FCF0000 len 00008000 (32 KiB): DRAM
I (380) heap_init: At 600FE010 len 00001FF0 (7 KiB): RTCRAM
I (387) spi_flash: detected chip: generic
I (391) spi_flash: flash io: qio
I (395) sleep: Configure to isolate all GPIO pins in sleep state
I (402) sleep: Enable automatic switching of GPIO sleep configuration
I (409) app_start: Starting scheduler on CPU0
I (414) app_start: Starting scheduler on CPU1
I (414) main_task: Started on CPU0
I (424) main_task: Calling app_main()
I (428) led_indicator: LED Indicator Version: 0.3.0
I (433) gpio: GPIO[15]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (442) led_indicator: blink_lists is null, use default blink list
W (449) led_indicator: ./managed_components/espressif__led_indicator/src/led_indicator.c:280 (_led_indicator_create_com):LED indicator does not have the hal_indicator_set_brightness function
I (467) led_indicator: Indicator create successfully. type:GPIO mode, hardware_data:0xf, is_active_level_high:1, blink_lists:default
I (479) led_indicator: LED Indicator Version: 0.3.0
I (485) gpio: GPIO[17]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (494) led_indicator: blink_lists is null, use default blink list
W (501) led_indicator: ./managed_components/espressif__led_indicator/src/led_indicator.c:280 (_led_indicator_create_com):LED indicator does not have the hal_indicator_set_brightness function
I (519) led_indicator: Indicator create successfully. type:GPIO mode, hardware_data:0x11, is_active_level_high:1, blink_lists:default
I (531) led_indicator: LED Indicator Version: 0.3.0
I (537) gpio: GPIO[16]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (546) led_indicator: blink_lists is null, use default blink list
W (553) led_indicator: ./managed_components/espressif__led_indicator/src/led_indicator.c:280 (_led_indicator_create_com):LED indicator does not have the hal_indicator_set_brightness function
I (571) led_indicator: Indicator create successfully. type:GPIO mode, hardware_data:0x10, is_active_level_high:1, blink_lists:default
I (598) 4g_main: ====================================
I (598) 4g_main:      ESP 4G Cat.1 Wi-Fi Router
I (598) 4g_main: ====================================
I (604) modem_board: iot_usbh_modem, version: 0.2.1
I (609) modem_board: Force reset modem board....
I (615) gpio: GPIO[13]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (624) modem_board: Resetting modem using io=13, level=0
I (830) modem_board: Waiting for modem initialize ready
I (5830) USB_HCDC: iot_usbh_cdc, version: 0.2.2
I (5830) IOT_USBH: iot_usbh, version: 0.2.1
I (5860) IOT_USBH: USB Port=1 init succeed, fifo strategy=0
I (5860) IOT_USBH: usb port start succeed
I (5860) IOT_USBH: USB Processing Start
I (5860) USB_HCDC: usbh cdc driver install succeed
I (5864) IOT_USBH: Waiting USB Connection
I (5870) USB_HCDC: Waiting CDC Device Connection
I (5874) IOT_USBH: Port power: ON Succeed
I (5860) USB_HCDC: CDC task start
I (12228) IOT_USBH: line 131 PORT_EVENT_CONNECTION
I (12328) IOT_USBH: Resetting Port
I (12388) IOT_USBH: Port reset succeed
I (12388) IOT_USBH: Getting Port Speed
I (12388) IOT_USBH: USB Speed: full-speed
I (12391) IOT_USBH: Pipe init succeed, addr: 00
I (12396) IOT_USBH: Set Device Addr = 1
I (12400) IOT_USBH: Set Device Addr Done
I (12405) IOT_USBH: get device desc
I (12410) IOT_USBH: get device desc, actual_num_bytes:26
*** Device descriptor ***
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0x2
bDeviceSubClass 0x2
bDeviceProtocol 0x0
bMaxPacketSize0 64
idVendor 0x2ecc
idProduct 0x3004
bcdDevice 0.00
iManufacturer 1
iProduct 2
iSerialNumber 3
bNumConfigurations 1
I (12438) IOT_USBH: get short config desc
I (12444) IOT_USBH: get config desc, actual_num_bytes:16
I (12449) IOT_USBH: get full config desc
I (12455) IOT_USBH: get full config desc, actual_num_bytes:75
*** Configuration descriptor ***
bLength 9
bDescriptorType 2
wTotalLength 67
bNumInterfaces 2
bConfigurationValue 1
iConfiguration 4
bmAttributes 0xc0
bMaxPower 0mA
        *** Interface descriptor ***
        bLength 9
        bDescriptorType 4
        bInterfaceNumber 0
        bAlternateSetting 0
        bNumEndpoints 1
        bInterfaceClass 0x2
        bInterfaceSubClass 0x2
        bInterfaceProtocol 0x0
        iInterface 5
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0x83   EP 3 IN
                bmAttributes 0x3        INT
                wMaxPacketSize 10
                bInterval 1
        *** Interface descriptor ***
        bLength 9
        bDescriptorType 4
        bInterfaceNumber 1
        bAlternateSetting 0
        bNumEndpoints 2
        bInterfaceClass 0xa
        bInterfaceSubClass 0x0
        bInterfaceProtocol 0x0
        iInterface 6
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0x2    EP 2 OUT
                bmAttributes 0x2        BULK
                wMaxPacketSize 64
                bInterval 0
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0x81   EP 1 IN
                bmAttributes 0x2        BULK
                wMaxPacketSize 64
                bInterval 0
I (12553) IOT_USBH: Set Device Configuration = 1
I (12559) IOT_USBH: Set Device Configuration Done
I (12564) IOT_USBH: Pipe init succeed, addr: 81
I (12569) IOT_USBH: Pipe init succeed, addr: 0A
I (12574) USB_HCDC: CDC Device Connected
I (12579) esp-modem: --------- Modem PreDefined Info ------------------
I (12586) esp-modem: Model: User Defined
I (12591) esp-modem: Modem itf: IN Addr:0x81, OUT Addr:0x0A
I (12597) esp-modem: ----------------------------------------------------
I (12605) gpio: GPIO[3]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (12614) gpio: GPIO[13]| InputEn: 0| OutputEn: 1| OpenDrain: 0| Pullup: 0| Pulldown: 0| Intr:0
I (12624) USB_HCDC: rx0 flush -0 = 0
I (12624) modem_board: DTE reconnect, reconnecting ...

W (12624) USB_HCDC: Itf:0 ep: 0x0A PIPE_EVENT_ERROR_XFER
W (12774) IOT_USBH: line 135 PORT_EVENT_DISCONNECTION
I (12774) IOT_USBH: hcd port state = 7
I (12775) USB_HCDC: CDC task Reset
W (12778) IOT_USBH: pipe=0x3fcbb590 clear failed
W (12783) USB_HCDC: in pipe flush failed
I (12787) IOT_USBH: iot_usbh_pipe_deinit: pipe state = 1
I (12793) IOT_USBH: Pipe deinit succeed, addr: 81
W (12799) IOT_USBH: pipe=0x3fcbb5e4 clear failed
W (12804) USB_HCDC: out pipe flush failed
I (12809) IOT_USBH: iot_usbh_pipe_deinit: pipe state = 1
I (12815) IOT_USBH: Pipe deinit succeed, addr: 0A
I (12820) USB_HCDC: rx0 flush -0 = 0
I (12824) USB_HCDC: tx0 flush -0 = 0
W (12835) IOT_USBH: Resetting USB Driver
W (12835) 4g_main: Modem Board Event: USB disconnected
W (12835) IOT_USBH: Resetting default pipe
W (12944) IOT_USBH: pipe=0x3fcbb4dc clear failed
I (12944) IOT_USBH: iot_usbh_pipe_deinit: pipe state = 1
I (12944) IOT_USBH: Pipe deinit succeed, addr: 00
I (12950) IOT_USBH: hcd recovering
I (12954) IOT_USBH: Port power: ON Succeed
I (13059) IOT_USBH: Waiting USB Connection
I (13634) modem_board: reconnect after 5s...
I (13871) IOT_USBH: line 131 PORT_EVENT_CONNECTION
I (13971) IOT_USBH: Resetting Port
I (14031) IOT_USBH: Port reset succeed
I (14031) IOT_USBH: Getting Port Speed
I (14031) IOT_USBH: USB Speed: full-speed
I (14034) IOT_USBH: Pipe init succeed, addr: 00
I (14039) IOT_USBH: Set Device Addr = 1
I (14043) IOT_USBH: Set Device Addr Done
I (14048) IOT_USBH: get device desc
I (14052) IOT_USBH: get device desc, actual_num_bytes:26
*** Device descriptor ***
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0xef
bDeviceSubClass 0x2
bDeviceProtocol 0x1
bMaxPacketSize0 64
idVendor 0x2c7c
idProduct 0x6026
bcdDevice 1.00
iManufacturer 1
iProduct 2
iSerialNumber 3
bNumConfigurations 1
I (14082) IOT_USBH: get short config desc
I (14086) IOT_USBH: get config desc, actual_num_bytes:16
I (14092) IOT_USBH: get full config desc
I (14097) IOT_USBH: get full config desc, actual_num_bytes:204
*** Configuration descriptor ***
bLength 9
bDescriptorType 2
wTotalLength 196
bNumInterfaces 5
bConfigurationValue 1
iConfiguration 0
bmAttributes 0xc0
bMaxPower 500mA
*** Interface Association Descriptor ***
bLength 8
bDescriptorType 11
bFirstInterface 0
bInterfaceCount 2
bFunctionClass 0xe0
bFunctionSubClass 0x1
bFunctionProtocol 0x3
iFunction 5
        *** Interface descriptor ***
        bLength 9
        bDescriptorType 4
        bInterfaceNumber 0
        bAlternateSetting 0
        bNumEndpoints 1
        bInterfaceClass 0xe0
        bInterfaceSubClass 0x1
        bInterfaceProtocol 0x3
        iInterface 5
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0x87   EP 7 IN
                bmAttributes 0x3        INT
                wMaxPacketSize 64
                bInterval 16
        *** Interface descriptor ***
        bLength 9
        bDescriptorType 4
        bInterfaceNumber 1
        bAlternateSetting 0
        bNumEndpoints 2
        bInterfaceClass 0xa
        bInterfaceSubClass 0x0
        bInterfaceProtocol 0x0
        iInterface 5
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0x83   EP 3 IN
                bmAttributes 0x2        BULK
                wMaxPacketSize 64
                bInterval 0
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0xc    EP 12 OUT
                bmAttributes 0x2        BULK
                wMaxPacketSize 64
                bInterval 0
        *** Interface descriptor ***
        bLength 9
        bDescriptorType 4
        bInterfaceNumber 2
        bAlternateSetting 0
        bNumEndpoints 2
        bInterfaceClass 0xff
        bInterfaceSubClass 0x0
        bInterfaceProtocol 0x0
        iInterface 8
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0x82   EP 2 IN
                bmAttributes 0x2        BULK
                wMaxPacketSize 64
                bInterval 0
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0xb    EP 11 OUT
                bmAttributes 0x2        BULK
                wMaxPacketSize 64
                bInterval 0
        *** Interface descriptor ***
        bLength 9
        bDescriptorType 4
        bInterfaceNumber 3
        bAlternateSetting 0
        bNumEndpoints 3
        bInterfaceClass 0xff
        bInterfaceSubClass 0x0
        bInterfaceProtocol 0x0
        iInterface 11
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0x89   EP 9 IN
                bmAttributes 0x3        INT
                wMaxPacketSize 64
                bInterval 16
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0x86   EP 6 IN
                bmAttributes 0x2        BULK
                wMaxPacketSize 64
                bInterval 0
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0xf    EP 15 OUT
                bmAttributes 0x2        BULK
                wMaxPacketSize 64
                bInterval 0
        *** Interface descriptor ***
        bLength 9
        bDescriptorType 4
        bInterfaceNumber 4
        bAlternateSetting 0
        bNumEndpoints 3
        bInterfaceClass 0xff
        bInterfaceSubClass 0x0
        bInterfaceProtocol 0x0
        iInterface 11
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0x88   EP 8 IN
                bmAttributes 0x3        INT
                wMaxPacketSize 64
                bInterval 16
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0x81   EP 1 IN
                bmAttributes 0x2        BULK
                wMaxPacketSize 64
                bInterval 0
                *** Endpoint descriptor ***
                bLength 7
                bDescriptorType 5
                bEndpointAddress 0xa    EP 10 OUT
                bmAttributes 0x2        BULK
                wMaxPacketSize 64
                bInterval 0
I (14379) IOT_USBH: Set Device Configuration = 1
I (14385) IOT_USBH: Set Device Configuration Done
I (14390) modem_board: DTE reconnect, reconnecting ...

I (14390) 4g_main: Modem Board Event: USB connected
I (14396) IOT_USBH: Pipe init succeed, addr: 81
I (14407) IOT_USBH: Pipe init succeed, addr: 0A
I (15396) modem_board: reconnect after 5s...
I (16396) modem_board: reconnect after 4s...
I (17396) modem_board: reconnect after 3s...
I (18396) modem_board: reconnect after 2s...
I (19396) modem_board: reconnect after 1s...
I (19396) modem_board: Modem state STAGE_SYNC, Start
E (19412) esp-modem-dte: esp_dte_handle_line(79): handle line failed
E (19419) esp-modem-dte: esp_dte_handle_line(79): handle line failed
I (19419) modem_board: Network Auto reconnecting ...
W (19421) 4g_main: Modem Board Event: Network disconnected
I (19421) modem_board: Modem state STAGE_SYNC, Success!
I (19533) modem_board: Modem state STAGE_CHECK_SIM, Start
I (19540) modem_board: SIM Card Ready
I (19540) modem_board: Modem state STAGE_CHECK_SIM, Success!
I (19540) 4g_main: Modem Board Event: SIM Card Connected
I (19640) modem_board: Modem state STAGE_CHECK_SIGNAL, Start
I (19647) modem_board: Signal quality: rssi=21, ber=99
I (19647) modem_board: Modem state STAGE_CHECK_SIGNAL, Success!
I (19748) modem_board: Modem state STAGE_CHECK_REGIST, Start
I (19754) modem_board: Network registered, Operator: "40445"
I (19754) modem_board: Modem state STAGE_CHECK_REGIST, Success!
I (19856) modem_board: Modem state STAGE_START_PPP, Start
I (19923) modem_board: Modem state STAGE_START_PPP, Success!
W (19924) modem_board: Modem event! 0
I (20023) modem_board: Modem state STAGE_WAIT_IP, Start
I (20191) esp-netif_lwip-ppp: Connected
I (20191) modem_board: IP event! 6
I (20191) modem_board: Modem Connected to PPP Server
I (20194) modem_board: ppp ip: 10.223.65.37, mask: 255.255.255.255, gw: 10.64.64.64
I (20203) modem_board: Main DNS: 59.144.144.106
I (20208) modem_board: Backup DNS: 203.145.160.5
I (20213) esp-modem-netif: PPP state changed event 0: (NETIF_PPP_ERRORNONE)
I (20213) modem_board: Modem state STAGE_WAIT_IP, Success!
I (20221) 4g_main: Modem Board Event: Network connected
I (20221) 4g_router_server: ssid : Can't find in NVS!
I (20238) 4g_router_server: password : Can't find in NVS!
I (20245) 4g_router_server: auth_mode : Can't find in NVS!
I (20251) 4g_router_server: channel : Can't find in NVS!
I (20257) 4g_router_server: hide_ssid : Can't find in NVS!
I (20263) 4g_router_server: bandwidth : Can't find in NVS!
I (20269) 4g_router_server: max_connection : Can't find in NVS!
I (20336) 4g_router_server: Partition size: total: 956561, used: 184736
I (20336) 4g_router_server: Starting server on port: '80'
I (20340) 4g_router_server: Registering URI handlers
I (20344) 4g_router_server: Starting webserver
I (20350) pp: pp rom version: e7ae62f
I (20354) net80211: net80211 rom version: e7ae62f
I (20360) wifi:wifi driver task: 3fcc5c94, prio:23, stack:6656, core=0
I (20370) wifi:wifi firmware version: b2f1f86
I (20371) wifi:wifi certification version: v7.0
I (20373) wifi:config NVS flash: enabled
I (20377) wifi:config nano formating: disabled
I (20381) wifi:Init data frame dynamic rx buffer num: 32
I (20386) wifi:Init management frame dynamic rx buffer num: 32
I (20392) wifi:Init management short buffer num: 32
I (20396) wifi:Init dynamic tx buffer num: 32
I (20400) wifi:Init static tx FG buffer num: 2
I (20405) wifi:Init static rx buffer size: 1600
I (20409) wifi:Init static rx buffer num: 10
I (20413) wifi:Init dynamic rx buffer num: 32
I (20417) wifi_init: tcpip mbox: 32
I (20421) wifi_init: udp mbox: 6
I (20425) wifi_init: tcp mbox: 6
I (20429) wifi_init: tcp tx win: 5744
I (20433) wifi_init: tcp rx win: 5744
I (20438) wifi_init: tcp mss: 1440
I (20442) wifi_init: WiFi IRAM OP enabled
I (20446) wifi_init: WiFi RX IRAM OP enabled
I (20451) wifi_init: LWIP IRAM OP enabled
I (20456) phy_init: phy_version 601,fe52df4,May 10 2023,17:26:54
I (20499) wifi:mode : softAP (dc:54:75:d6:48:ed)
I (20502) wifi:Total power save buffer number: 16
I (20502) wifi:Init max length of beacon: 752/752
I (20502) wifi:Init max length of beacon: 752/752
I (20506) modem_wifi: Wi-Fi AP started
I (20507) esp_netif_lwip: DHCP server started on interface WIFI_AP_DEF with IP: 192.168.4.1
I (20525) wifi:Total power save buffer number: 16
I (20526) modem_wifi: softap ssid: Bytebeam password: StayConnected
I (20526) esp_netif_lwip: DHCP server started on interface WIFI_AP_DEF with IP: 192.168.4.1
I (20540) modem_wifi: ap dns addr(default): 8.8.8.8
I (20546) 4g_main: changed: ap dns addr (auto): 59.144.144.106
I (20552) 4g_main: Ping addr 8.8.8.8 Restart..
I (20557) 4g_main: Counter : 1

I (21561) 4g_main: Ping addr 8.8.8.8 Restart..
I (21561) 4g_main: Counter : 2

W (22557) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (22561) 4g_main: Ping addr 8.8.8.8 Restart..
I (22561) 4g_main: Counter : 3

I (23561) 4g_main: Ping addr 8.8.8.8 Restart..
I (23561) 4g_main: Counter : 4

W (24557) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (24561) 4g_main: Ping addr 8.8.8.8 Restart..
I (24561) 4g_main: Counter : 5

I (25561) 4g_main: Ping addr 8.8.8.8 Restart..
I (25561) 4g_main: Counter : 6

W (26557) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (26561) 4g_main: Ping addr 8.8.8.8 Restart..
I (26561) 4g_main: Counter : 7

I (27561) 4g_main: Ping addr 8.8.8.8 Restart..
I (27561) 4g_main: Counter : 8

W (28557) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (28561) 4g_main: Ping addr 8.8.8.8 Restart..
I (28561) 4g_main: Counter : 9

I (29561) 4g_main: Ping addr 8.8.8.8 Restart..
I (29561) 4g_main: Counter : 10

W (30557) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (30561) 4g_main: Ping addr 8.8.8.8 Restart..
I (30561) 4g_main: Counter : 11

I (31561) 4g_main: Ping addr 8.8.8.8 Restart..
I (31561) 4g_main: Counter : 12

W (32557) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (32561) 4g_main: Ping addr 8.8.8.8 Restart..
I (32561) 4g_main: Counter : 13

I (33561) 4g_main: Ping addr 8.8.8.8 Restart..
I (33561) 4g_main: Counter : 14

W (34557) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (34561) 4g_main: Ping addr 8.8.8.8 Restart..
I (34561) 4g_main: Counter : 15

I (35561) 4g_main: Ping addr 8.8.8.8 Restart..
I (35561) 4g_main: Counter : 16

W (36557) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (36561) 4g_main: Ping addr 8.8.8.8 Restart..
I (36561) 4g_main: Counter : 17

I (37561) 4g_main: Ping addr 8.8.8.8 Restart..
I (37561) 4g_main: Counter : 18

W (38557) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (38561) 4g_main: Ping addr 8.8.8.8 Restart..
I (38561) 4g_main: Counter : 19

I (39561) 4g_main: Ping addr 8.8.8.8 Restart..
I (39561) 4g_main: Counter : 20

W (40557) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (40561) 4g_main: Ping addr 8.8.8.8 Restart..
I (40561) 4g_main: Counter : 21

I (41561) 4g_main: Ping addr 8.8.8.8 Restart..
I (41561) 4g_main: Counter : 22

W (42557) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (42561) 4g_main: Ping addr 8.8.8.8 Restart..
I (42561) 4g_main: Counter : 23

I (43561) 4g_main: Ping addr 8.8.8.8 Restart..
I (43561) 4g_main: Counter : 24

W (44557) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (44561) 4g_main: Ping addr 8.8.8.8 Restart..
I (44561) 4g_main: Counter : 25

I (45561) 4g_main: Ping addr 8.8.8.8 Restart..
I (45561) 4g_main: Counter : 26

W (46557) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (46561) 4g_main: Ping addr 8.8.8.8 Restart..
I (46561) 4g_main: Counter : 27

I (47561) 4g_main: Ping addr 8.8.8.8 Restart..
I (47561) 4g_main: Counter : 28

W (48557) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (48561) 4g_main: Ping addr 8.8.8.8 Restart..
I (48561) 4g_main: Counter : 29

I (49561) 4g_main: Ping addr 8.8.8.8 Restart..
I (49561) 4g_main: Counter : 30

W (50557) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (50561) 4g_main: Ping addr 8.8.8.8 Restart..
I (50561) 4g_main: Counter : 31

I (51561) 4g_main: Ping addr 8.8.8.8 Restart..
I (51561) 4g_main: Counter : 32

W (52557) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (52561) 4g_main: Ping addr 8.8.8.8 Restart..
I (52561) 4g_main: Counter : 33

I (53561) 4g_main: Ping addr 8.8.8.8 Restart..
I (53561) 4g_main: Counter : 34

W (54557) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (54561) 4g_main: Ping addr 8.8.8.8 Restart..
I (54561) 4g_main: Counter : 35

I (55561) 4g_main: Ping addr 8.8.8.8 Restart..
I (55561) 4g_main: Counter : 36

W (56557) 4g_main: From 8.8.8.8 icmp_seq=1 timeout

I (56561) 4g_main: Ping addr 8.8.8.8 Restart..
I (56561) 4g_main: Counter : 37

I (57561) 4g_main: Ping addr 8.8.8.8 Restart..
I (57561) 4g_main: Counter : 38

More Information.

No response

narangmayank avatar Jun 08 '24 14:06 narangmayank