You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I am aware that the attach reject code is still work in progress, but just notifying that the attach reject value is incorrect.
On line 134 of attach_sr_analyzer.py, it should be field.get("show") == "68"
The value that it is attempting to get is allegedly for 0x41, which is attach request, so the actual value is not correct as well.
Code and Logs
The text was updated successfully, but these errors were encountered:
Versions
Description
Hello, I am aware that the attach reject code is still work in progress, but just notifying that the attach reject value is incorrect.
On line 134 of attach_sr_analyzer.py, it should be field.get("show") == "68"
The value that it is attempting to get is allegedly for 0x41, which is attach request, so the actual value is not correct as well.
Code and Logs
The text was updated successfully, but these errors were encountered: