Commit f9614239 authored by juvancic's avatar juvancic
Browse files

new diameter component variables

parent 0d1fea03
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -33,7 +33,8 @@ module LibDiameter_Interface
      var charstring vc_SUT_address := ""; //TODO define PIXIT
      var integer vc_SUT_port 		:= 0;  //TODO define PIXIT
      var integer vc_ETS_conn		:= 0;  //TODO make check if this global variable is zero than connection not available
      var DIAMETER_MSG vc_pdu ;
      var DIAMETER_MSG vc_sendDiamMsg ;
      var DIAMETER_MSG vc_recvDiamMsg ;
	    
      //TODO general timers have to be defined
      timer tc_wait  := 5.0;  //TODO define PIXIT if needed