-
Notifications
You must be signed in to change notification settings - Fork 65
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
LCTT test : Trigger Join Request problem #73
Comments
Hello, thank you for using LBM SWL2001/lbm_lib/smtc_modem_core/lorawan_packages/lorawan_certification/lorawan_certification.c Line 560 in d05dad5
The Best Regards |
Hi, The line added was : in the section below:
Note, that I observed that this API: "smtc_modem_leave_network()" was added for "DM_REJOIN" but not in the section above. I do not know if it is forgotten.
Thank you. |
Hi, |
Hi, After debugging, I observed the the
I did not find another workaround for this issue. Did you test from your side the LORAWAN_CERTIFICATION_DUT_JOIN_REQ command with LCTT? Thank you. |
Hi,
I am using the LBM version 4.5.0 and I am testing the firmware using LCTT.
I obseved that loraMac freezes (no more packets are sent or a new Join is sent) when the tool asks the device to trigger a Join Request. However, all the other LCTT commands works fine.
When debugging I obseved that the "lorawan_join_internal_add_task( stack_id )" cannot be called as the modem task priority blocks the access in line below:
context->modem_task[JOIN_TASK + ( NUMBER_OF_TASKS * stack_id )].priority != TASK_FINISH
I added the line below to leave the network when the LORAWAN_CERTIFICATION_DUT_JOIN_REQ command is received and now it works fine (Join triggered successfully and there is no problem)
lorawan_api_join_status_clear( lorawan_certification_obj->stack_id );
Can you check please if the fix is OK
Thank you.
Best regards.
The text was updated successfully, but these errors were encountered: