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
When the ANMS sends to ION a hex sequence that contains a blank space, e.g. 0xc11541050502252381871819410000 (space at the end) the result is a log message from docker exec ion-manager journalctl --unit ion-nm-mgr --since today similar to:
Mar 17 14:42:27 ion-manager nm_mgr[77]: [nm/shared/utils/utils.c:193] x utils_atox x Non-hex character:
Mar 17 14:42:27 ion-manager nm_mgr[77]: [nm/shared/utils/utils.c:407] x utils_string_to_hex Can't AtoX 0 .
The text was updated successfully, but these errors were encountered:
d-linko
added
the
CRIT-3
Defect has moderate to mild impact on usability of delivered software for mission operations.
label
Sep 18, 2023
There is a manager patch which will avoid this issue and will allow multiple controls to be present in one HTTP body. The specific change to nm_rest.c was made in dtnma-tools repo and can be added to ANMS ION as a patch.
When the ANMS sends to ION a hex sequence that contains a blank space, e.g.
0xc11541050502252381871819410000
(space at the end) the result is a log message fromdocker exec ion-manager journalctl --unit ion-nm-mgr --since today
similar to:The text was updated successfully, but these errors were encountered: