Commit 64045155 authored by pintar's avatar pintar
Browse files

new configurations records: CF_INT_AS, CF_ROAM_AS

parent b89276d4
Loading
Loading
Loading
Loading
+16 −0
Original line number Diff line number Diff line
@@ -55,4 +55,20 @@ module AtsImsIot_TestSystem {
		ImsInterfaceMonitor mw,	
		ImsInterfaceMonitor gmB optional
	}
	
	type record CF_INT_AS {
        ImsInterfaceMonitor gmA,
        ImsInterfaceMonitor mw,	
        ImsInterfaceMonitor gmB,
		ImsInterfaceMonitor iscA optional,
		ImsInterfaceMonitor iscB optional        
	}
	
	type record CF_ROAM_AS {
		ImsInterfaceMonitor gmA,
		ImsInterfaceMonitor mw,	
		ImsInterfaceMonitor gmB,
		ImsInterfaceMonitor iscA optional,
		ImsInterfaceMonitor iscB optional        
	}
}
 No newline at end of file