Commit 44b29699 authored by Bostjan Pintar's avatar Bostjan Pintar
Browse files

Configurations update

parent 250f046d
Loading
Loading
Loading
Loading
+16 −2
Original line number Diff line number Diff line
@@ -325,15 +325,29 @@ Package Ngap_Common {
        Configuration {
            Interface Type defaultGT accepts NgapMessage;
            Component Type NgapComponent with gate g of type defaultGT;
            Component Type NgapComponent with gate g2 of type defaultGT;
            
            
            Test Configuration CFG_GNB_01 
            Test Configuration CF_GNB_N2 
                containing 
                    Tester component AMF of type NgapComponent
                    SUT component IUT of type NgapComponent
                    connection between AMF.g and IUT.g;
                    
            Test Configuration CFG_AMF_01 
            Test Configuration CF_AMF_N2
                containing 
                    Tester component GNB of type NgapComponent
                    SUT component IUT of type NgapComponent
                    connection between GNB.g and IUT.g;
            
            
            Test Configuration CF_GNB_2N2 
                containing 
                    Tester component AMF of type NgapComponent
                    SUT component IUT of type NgapComponent
                    connection between AMF.g and IUT.g;
                    
            Test Configuration CF_AMF_2N2 
                containing 
                    Tester component GNB of type NgapComponent
                    SUT component IUT of type NgapComponent