Commit a446ff8f authored by garciay's avatar garciay
Browse files

Formating source code

parent c0b404f8
Loading
Loading
Loading
Loading
+32 −26
Original line number Diff line number Diff line
/**
 * @author STF 466
 * @version $Id: DiameterS9_TestSystem.ttcn$
 *	@desc		This module provides the types and ports used by the test component 
 *              for SIP-IMS-DIAMETER tests.
 * @desc This module provides the types and ports used by the test component for SIP-IMS-DIAMETER tests.
 */

module DiameterS6a_TestSystem {

    import from DiameterS6a_TypesAndValues all;

    group SystemConfiguration {

        group Ports {
		type port DiameterS6aPort message { inout DIAMETER_S6a_Message };

            type port DiameterS6aPort message {
                inout DIAMETER_S6a_Message;
            }

        } //     End Group Ports

        group TestComponents {
        	
            group TestSystemInterfaces {

                /*
            ** @desc  The test system interface
            */
                type component TestAdapter {
                    port DiameterS6aPort MME_S6a, HSS_S6a;
                //     global variables
	  			
                }

            } //     end Group TestSystemInterfaces

        } //     end group TestComponents

    } //     end group SystemConfiguration
} //     end module DiameterS6a_TestSystem