Commit 105942a6 authored by poglitsch's avatar poglitsch
Browse files

third system port added

minor changes
parent 50e7806a
Loading
Loading
Loading
Loading
+20 −33
Original line number Diff line number Diff line
@@ -17,48 +17,35 @@
	//LibSip
	import from LibSip_Interface all;

	/*
	** @desc  The test system interface
	*/
	type component TestAdapter {
		port SipPort IMSCN1, IMSCN2;
	}

	
    //type component SipComponent is defined in SipIsup_SIP_TypesAndConf

 	 group CMTypes
    {
 	group CMTypes {
      type charstring CM_Message;
    } // end group CMTypes

	group SystemConfiguration {
		
	group SystemConfiguration
	{
  		group TestComponents
  		{
    		group TestSystemInterfaces
    		{
  		group TestComponents {
  			
    		group TestSystemInterfaces {
            	/**
    			 * @desc The test system interface
    			 */
    			type component TestAdapter {
    				port SipPort IMSCN1, IMSCN2, IMSCN3;
    			}
    		} // end Group TestSystemInterfaces
    
    		group TestAbstractComponents
    		{     			

    		group TestAbstractComponents{     			
  			}// end Group TestAbstractComponents
  			
		}// end group TestComponents

  		group Ports
  		{
  		group Ports {
			//used for communication with the operator
     
   			type port Coordination message
    		{
   			type port Coordination message {
      			inout CM_Message
    		} with {extension "internal" }
  		} // End Group Ports
  		
	} //end group SystemConfiguration
	
} // end module SipIsup_TestSystem
} // end module AtsNIT_SipSip_TestSystem
 No newline at end of file