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 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_3	//AMF - Trace procedure - DEACTIVATE 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_3	//AMF - Location Reporting Procedures - LOCATION REPORT
            - PICS_A4/12_1	//AMF - TNLA procedure - UE TNLA BINDING RELEASE REQUEST messages
@@ -165,6 +166,8 @@ Package Ngap_Common {
            - hasEstablishedInitialContext
            - hasEstablishedRRCConnection
            - hasEstablishedContextInproperly
            - hasEstablishedPDUsessionWithSameId
            - hasEstablishedPDUsession
            - isConfiguredWithENUMentryForTelURI_E164NumberOf
            - hasReceivedInitialRequestForDialog
            - hasReceived200OkOnInitialRequestForDialogWith
@@ -322,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
+136 −145

File changed.

Preview size limit exceeded, changes collapsed.

+538 −479

File changed.

Preview size limit exceeded, changes collapsed.