Switch to side-by-side view

--- a/src/DIF/RMT/RMTPort.ned
+++ b/src/DIF/RMT/RMTPort.ned
@@ -1,5 +1,5 @@
 //
-// Copyright © 2014 PRISTINE Consortium (http://ict-pristine.eu)
+// Copyright © 2014 - 2015 PRISTINE Consortium (http://ict-pristine.eu)
 // 
 // This program is free software: you can redistribute it and/or modify
 // it under the terms of the GNU Lesser General Public License as published by
@@ -21,6 +21,13 @@
 {
     parameters:
     	@display("i=block/square;is=s");
+    	@signal[RMTPort_PassUp](type=bool);
+        @signal[RMTPort_PassDown](type=bool);
+        @statistic[rmtport-up](title="msg passed up"; source=count(RMTPort_PassUp); record=last;);
+        @statistic[rmtport-down](title="msg passed down"; source=count(RMTPort_PassDown); record=last);
+        
+        double postServeDelay @unit(ms) = default(0.0ms);
+        
 	gates:
     	inout southIo;
 }