Commit b251990c authored by Yann Garcia's avatar Yann Garcia
Browse files

Merge branch 'TTF033' into 'devel'

add more concrete values for TP_NGAP_GNB_LRP_01-02

See merge request !9
parents 38f544f9 f128e67d
Loading
Loading
Loading
Loading
+19 −2
Original line number Original line Diff line number Diff line
@@ -122,6 +122,7 @@ Package Ngap_Common {
            - PICS_A4/10_2	//AMF - Trace procedure - TRACE FAILURE INDICATION messages
            - PICS_A4/10_2	//AMF - Trace procedure - TRACE FAILURE INDICATION messages
            - PICS_A4/10_3	//AMF - Trace procedure - DEACTIVATE TRACE messages
            - PICS_A4/10_3	//AMF - Trace procedure - DEACTIVATE TRACE messages
            - PICS_A4/10_4	//AMF - Trace procedure - CELL TRAFFIC TRACE messages
            - PICS_A4/10_4	//AMF - Trace procedure - CELL TRAFFIC TRACE messages
            - PICS_A4/11_1	//AMF - Location Reporting Procedures - LOCATION REPORTING CONTROL
            - PICS_A4/11_2	//AMF - Location Reporting Procedures - LOCATION REPORTING FAILURE INDICATION
            - PICS_A4/11_2	//AMF - Location Reporting Procedures - LOCATION REPORTING FAILURE INDICATION
            - PICS_A4/11_3	//AMF - Location Reporting Procedures - LOCATION REPORT
            - PICS_A4/11_3	//AMF - Location Reporting Procedures - LOCATION REPORT
            - PICS_A4/12_1	//AMF - TNLA procedure - UE TNLA BINDING RELEASE REQUEST messages
            - PICS_A4/12_1	//AMF - TNLA procedure - UE TNLA BINDING RELEASE REQUEST messages
@@ -165,6 +166,8 @@ Package Ngap_Common {
            - hasEstablishedInitialContext
            - hasEstablishedInitialContext
            - hasEstablishedRRCConnection
            - hasEstablishedRRCConnection
            - hasEstablishedContextInproperly
            - hasEstablishedContextInproperly
            - hasEstablishedPDUsessionWithSameId
            - hasEstablishedPDUsession
            - isConfiguredWithENUMentryForTelURI_E164NumberOf
            - isConfiguredWithENUMentryForTelURI_E164NumberOf
            - hasReceivedInitialRequestForDialog
            - hasReceivedInitialRequestForDialog
            - hasReceived200OkOnInitialRequestForDialogWith
            - hasReceived200OkOnInitialRequestForDialogWith
@@ -322,15 +325,29 @@ Package Ngap_Common {
        Configuration {
        Configuration {
            Interface Type defaultGT accepts NgapMessage;
            Interface Type defaultGT accepts NgapMessage;
            Component Type NgapComponent with gate g of type defaultGT;
            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 
                containing 
                    Tester component AMF of type NgapComponent
                    Tester component AMF of type NgapComponent
                    SUT component IUT of type NgapComponent
                    SUT component IUT of type NgapComponent
                    connection between AMF.g and IUT.g;
                    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 
                containing 
                    Tester component GNB of type NgapComponent
                    Tester component GNB of type NgapComponent
                    SUT component IUT of type NgapComponent
                    SUT component IUT of type NgapComponent