Commit ee34f03a authored by juvancic's avatar juvancic
Browse files

No commit message

No commit message
parent d1db7585
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -36,6 +36,12 @@ module LibDiameter_Interface
      var DIAMETER_MSG vc_sendDiamMsg ;
      var DIAMETER_MSG vc_recvDiamMsg ;
      
      //init of values at component started
      var integer vc_send_hopid:= hex2int('00000100'H);
      var integer vc_send_endid:= hex2int('01000000'H);
      var integer vc_recv_hopid:=0;
      var integer vc_recv_endid:=0; 
            
      var template Session_Id_AVP vc_sessionId;
      var template Origin_Host_AVP vc_originHost;
      var template Origin_Realm_AVP vc_originRealm;