Commit 4c37522e authored by rennoch's avatar rennoch
Browse files

elemination of aux. recordof/setof types

parent b3d201b6
Loading
Loading
Loading
Loading
+0 −17
Original line number Diff line number Diff line
@@ -4441,21 +4441,4 @@ group BasicTypesAndConstants{

	}//End group HeaderAndBodyTypes
	
	
	/**
	 * @desc group of aux. type definitions needed for template parameterization
	 */
	group AuxTypes {
	
    type record length (0..2) of Flow_Description_AVP Flow_Description_recordof;    
                
    type set of AVP_Type AVP_Type_setof;    
    
    type set of Media_Sub_Component_AVP Media_Sub_Component_setof;
    
    type set of Codec_Data_AVP Codec_Data_setof;
    
    type set of QoS_Information_AVP QoS_Information_AVP_setof;
    
	} // end of AuxTypes
} //end module LibDiameter_TypesAndValues
 No newline at end of file