Loading ttcn/LibDiameter_Types_ShDh_AVPs.ttcn 0 → 100644 +28 −0 Original line number Diff line number Diff line /** * @author STF 544 * @version $Id$ * @desc This module defines Diameter Cx and Dx AVP types used by LibDiameter constructs. <br> * Note that any changes made to the definitions in this module * may be overwritten by future releases of this library * End users are encouraged to contact the distributers of this * module regarding their modifications or additions * @remark Adding of new ShDh AVP types is ok; */ module LibDiameter_Types_ShDh_AVPs { // LibCommmon import from LibCommon_BasicTypesAndValues {type UInt8,UInt24,UInt32;}; import from LibCommon_DataStrings {type Bit1,Bit4,Oct2;}; // LibDiameter import from LibDiameter_Types_Base_AVPs all; import from LibDiameter_Types_Gx_AVPs all; import from LibDiameter_Types_Rx_AVPs all; import from LibDiameter_Types_S6a_AVPs all; import from LibDiameter_Types_S9_AVPs all; import from LibDiameter_Types_CxDx_AVPs all; import from LibDiameter_Types_RfRo_AVPs all; } // End of LibDiameter_Types_ShDh_AVPs No newline at end of file Loading
ttcn/LibDiameter_Types_ShDh_AVPs.ttcn 0 → 100644 +28 −0 Original line number Diff line number Diff line /** * @author STF 544 * @version $Id$ * @desc This module defines Diameter Cx and Dx AVP types used by LibDiameter constructs. <br> * Note that any changes made to the definitions in this module * may be overwritten by future releases of this library * End users are encouraged to contact the distributers of this * module regarding their modifications or additions * @remark Adding of new ShDh AVP types is ok; */ module LibDiameter_Types_ShDh_AVPs { // LibCommmon import from LibCommon_BasicTypesAndValues {type UInt8,UInt24,UInt32;}; import from LibCommon_DataStrings {type Bit1,Bit4,Oct2;}; // LibDiameter import from LibDiameter_Types_Base_AVPs all; import from LibDiameter_Types_Gx_AVPs all; import from LibDiameter_Types_Rx_AVPs all; import from LibDiameter_Types_S6a_AVPs all; import from LibDiameter_Types_S9_AVPs all; import from LibDiameter_Types_CxDx_AVPs all; import from LibDiameter_Types_RfRo_AVPs all; } // End of LibDiameter_Types_ShDh_AVPs No newline at end of file