Skip to content
Snippets Groups Projects
Commit c0c71ce1 authored by Irina LEE's avatar Irina LEE
Browse files

Merge branch 'syscams' of https://gitlab.telecom-paristech.fr/mbe-tools/TTool into syscams

parents a9bc7740 2ebc051d
No related branches found
No related tags found
1 merge request!72Syscams
This diff is collapsed.
...@@ -305,7 +305,7 @@ public class ADDCrossbarNode extends ADDCommunicationNode implements WithAttribu ...@@ -305,7 +305,7 @@ public class ADDCrossbarNode extends ADDCommunicationNode implements WithAttribu
//sb.append(" nbOfAttachedInitiators=\"" + nbOfAttachedInitiators + "\" "); //sb.append(" nbOfAttachedInitiators=\"" + nbOfAttachedInitiators + "\" ");
//sb.append(" nbOfAttachedTargets=\"" + nbOfAttachedTargets + "\" "); //sb.append(" nbOfAttachedTargets=\"" + nbOfAttachedTargets + "\" ");
sb.append(" cluster_index=\"" + cluster_index + "\" "); sb.append("<attributes cluster_index=\"" + cluster_index + "\" ");
sb.append(" cluster_address=\"" + cluster_address + "\" "); sb.append(" cluster_address=\"" + cluster_address + "\" ");
sb.append("/>\n"); sb.append("/>\n");
sb.append("</extraparam>\n"); sb.append("</extraparam>\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment