Commit fb769feb authored by schmitting's avatar schmitting
Browse files

Elvior compilation changes

parent 3afe392d
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
@@ -36,15 +36,15 @@ module LibDiameter_Interface
      var DIAMETER_MSG vc_sendDiamMsg ;
      var DIAMETER_MSG vc_recvDiamMsg ;
      
      var Session_Id_AVP vc_sessionId;
      var Origin_Host_AVP vc_originHost;
      var Origin_Realm_AVP vc_originRealm;
      var Destination_Host_AVP vc_destinationHost;
      var Destination_Realm_AVP vc_destinationRealm;
      var Auth_Application_Id_AVP vc_authApplicationId;
      var Termination_Cause_AVP vc_terminationCause;
      var Result_Code_AVP vc_resultCode;
      var Media_Component_Description_AVP vc_mediaComponentDescription;
      var template Session_Id_AVP vc_sessionId;
      var template Origin_Host_AVP vc_originHost;
      var template Origin_Realm_AVP vc_originRealm;
      var template Destination_Host_AVP vc_destinationHost;
      var template Destination_Realm_AVP vc_destinationRealm;
      var template Auth_Application_Id_AVP vc_authApplicationId;
      var template Termination_Cause_AVP vc_terminationCause;
      var template Result_Code_AVP vc_resultCode;
      var template Media_Component_Description_AVP vc_mediaComponentDescription;
	    
      //TODO general timers have to be defined
      timer tc_wait  := 5.0;  //TODO define PIXIT if needed
+7 −8
Original line number Diff line number Diff line
@@ -12,14 +12,13 @@ module LibDiameter_PIXITS
    import from LibCommon_DataStrings all;
    
    group Diameter_PIXITparameters{
          modulepar {

      /** @desc	boolean for Lower Layer Primitives
      *			if true than LLP are enabled and LLP port is enabled
      *			if false than LLP are disabled and LLP port is disabled
      */
           boolean	PX_DIAM_LLP_ENABLED := false;
          } //	modulepar
      modulepar boolean	PX_DIAM_LLP_ENABLED := false;

	} //group Diameter_PIXITparameters
  
} // end module DiameterSip_PIXITS
 No newline at end of file
+870 −870
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ module LibDiameter_Templates {

	//LibCommon    
    import from LibCommon_DataStrings {type Bit1, Bit4, Bit5, Bit8;}//all;
    import from LibCommon_BasicTypesAndValues {type UInt8;};
    import from LibCommon_BasicTypesAndValues {type UInt8, UInt32;};
    
    //LibDiameter
    import from LibDiameter_TypesAndValues all;
+3 −3
Original line number Diff line number Diff line
@@ -747,12 +747,12 @@ group BasicTypesAndConstants{
                
                type enumerated IP_CAN_Type{
                    // Ref: ETSI TS 129 212 5.3.27
                    _3GPP_GPRS_E (0),
                    ThreeGPP_GPRS_E (0),
                    DOCSIS_E (1),
                    XDSL_E (2),
                    WIMAX_E (3),
                    _3GPP2_E (4),
                    _3GPP_EPS_E (5),
                    ThreeGPP2_E (4),
                    ThreeGPP_EPS_E (5),
                    NON_3GPP_EPS_E (6)
                };