Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP-BLE-MESH : RPL is full during message communication using vendor model (IDFGH-13413) #14320

Open
3 tasks done
asgar-ayla opened this issue Aug 7, 2024 · 1 comment
Open
3 tasks done
Labels
Status: Opened Issue is new Type: Bug bugs in IDF

Comments

@asgar-ayla
Copy link

Answers checklist.

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

IDF version.

4.4.2

Espressif SoC revision.

ESP32-S3

Operating System used.

Linux

How did you build your project?

Command line with idf.py

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

None

Development Kit.

ESP32-S3

Power Supply used.

USB

What is the expected behavior?

The vendor client model application flashed on ESP32-S3 should run without any error during communication with the vendor server model flashed on ESP32-H2.

What is the actual behavior?

The vendor client model running on ESP32-S3 application goes unresponsive after some successful message transactions.

Steps to reproduce.

  1. Provision the vendor client model node (ESP32-S3).
  2. Provision 3 vendor server model nodes (ESP32-H2).
  3. Create a ESP-BLE-MESH of 4 nodes and start message passing between client and server nodes.
  4. After a few successful transactions, the ESP32-S3 stops responding after printing "RPL is full".

Debug Logs.

BLE_MESH: RPL is full!
BLE_MESH: RPL is full!
BLE_MESH: RPL is full!
BLE_MESH: RPL is full!
BLE_MESH: RPL is full!
BLE_MESH: RPL is full!
BLE_MESH: RPL is full!
BLE_MESH: RPL is full!
BLE_MESH: RPL is full!

More Information.

The ESP32-H2 (Server node) uses ESP-IDF 5.1.2 while the ESP32-S3 (Client node) uses ESP-IDF 4.4.2.
Also, the value of CONFIG_BLE_MESH_CRPL is set to default value of 10 on the Client node side.

@asgar-ayla asgar-ayla added the Type: Bug bugs in IDF label Aug 7, 2024
@github-actions github-actions bot changed the title ESP-BLE-MESH : RPL is full during message communication using vendor model ESP-BLE-MESH : RPL is full during message communication using vendor model (IDFGH-13413) Aug 7, 2024
@espressif-bot espressif-bot added the Status: Opened Issue is new label Aug 7, 2024
@chegewara
Copy link
Contributor

Hi,
im not sure if this is the same issue, just different log, so please check this one:

#13384

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Opened Issue is new Type: Bug bugs in IDF
Projects
None yet
Development

No branches or pull requests

3 participants