Skip to content
Snippets Groups Projects
Commit 9bee27a1 authored by clohr's avatar clohr
Browse files

Version 0.7

git-svn-id: https://redmine.imt-atlantique.fr/svn/xaal/code/C/branches/version-0.7@2339 b32b6428-25c9-4566-ad07-03861ab6144f
parent c37594c2
No related branches found
No related tags found
No related merge requests found
...@@ -330,7 +330,7 @@ bool xAAL_read_bus(const xAAL_businfo_t *bus, ...@@ -330,7 +330,7 @@ bool xAAL_read_bus(const xAAL_businfo_t *bus,
cbor_decref(&cmsg); cbor_decref(&cmsg);
return false; return false;
} }
//cbor_describe(cmsg, stdout); // printf("\nSecurity Layer\n");cbor_describe(cmsg, stdout);
/* /*
...@@ -443,7 +443,7 @@ bool xAAL_read_bus(const xAAL_businfo_t *bus, ...@@ -443,7 +443,7 @@ bool xAAL_read_bus(const xAAL_businfo_t *bus,
return false; return false;
} }
free(m); free(m);
// cbor_describe(cpayload, stdout); // printf("Application Layer\n");cbor_describe(cpayload, stdout);
/* /*
* Parse the application layer * Parse the application layer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment