Commit 3734040d authored by piscione's avatar piscione
Browse files

Review of MEC012v2.1.1 TPs

parent c141a063
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ Package MEC_MEC012_SRV_RNIS_SUBS {
                  CellChangeSubscription containing
                     subscritionType indicating value "CelCangeSubscription",	//wrong subscription type 
                     callbackReference indicating value any_value,
                     attribute filterCriteriaAssocHo,
                     filterCriteriaAssocHo indicating value  any_value,
                     expiryDeadline set to any_value
                  ;
               ; 
@@ -180,7 +180,9 @@ Package MEC_MEC012_SRV_RNIS_SUBS {
                  CellChangeSubscription containing
                     subscriptionType indicating value SUBSCRIPTION_TYPE,
                     callbackReference indicating value CALLBACK_URI,
                     attribute _links
                     _links containing
                     self indicating value URI_TO_SUBSCRIPTION
                     ;
                  ;
               ;
            ; to the MEC_SUB entity
+6 −4
Original line number Diff line number Diff line
@@ -92,7 +92,7 @@ Package MEC_MEC012_SRV_RNIS_NOTIF_BV {
                  erabId set to any_value,
                  erabQosParameters containing
                     qci set to QCI,
                     attribute qosInformation
                     qosInformation set to any_value
                  ;
               ;
            ; to the MEC_SUB entity
@@ -377,7 +377,9 @@ Package MEC_MEC012_SRV_RNIS_NOTIF_BV {
         the IUT entity having a RNIS_subscription containing 
            subscriptionType indicating value "NrMeasRepUeSubscription",
            callbackReference indicating value CALLBACK_URI,
            filterCriteriaNrMrs indicating value FILTER_CRITERIA	//the attributes of filterCriteriaNrMrs are FFS - ref. clause 6.3.11
            filterCriteriaNrMrs containing     //the attributes of filterCriteriaNrMrs are FFS - ref. clause 6.3.11
            associateId indicating value ASSOCIATE_ID
            ;	 
         ;
      }

@@ -385,7 +387,7 @@ Package MEC_MEC012_SRV_RNIS_NOTIF_BV {
      ensure that {
         when {
            the IUT entity generates a nr_measurement_repost_event containing 
               associateId set to ASSOCIATE_ID;						//TBD - how to link this with the filter criteria
               associateId set to ASSOCIATE_ID;						
         }
         then {
            the IUT entity sends a vPOST containing
+9 −9
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ Package MEC_MEC012_SRV_RNIS_QUERY {
            the IUT entity receives a vGET containing
               uri indicating value "/rnis/v2/queries/rab_info",
               query_parameters containing 
                  cell_id indicating value CELL_ID
                  cell_id indicating value NOT_EXISTING_CELL_ID
               ;
            ; from the RNIS_CLIENT entity
         }
@@ -347,7 +347,7 @@ Package MEC_MEC012_SRV_RNIS_QUERY {
                    requestId set to any_value,
            		cellUserInfo containing
            		  ecgi indicating value CELL_ID,
            		  attribute ueInfo
            		  ueInfo indicating value any_value
            		;
            	  ;
               ;
@@ -371,7 +371,7 @@ Package MEC_MEC012_SRV_RNIS_QUERY {

      Initial conditions with {
         the IUT entity having a PlmnInfo containing
            appInstanceId indicating value APP_INSTANCE_INFO
            appInstanceId indicating value APP_INSTANCE_ID
         ;
      }

@@ -381,7 +381,7 @@ Package MEC_MEC012_SRV_RNIS_QUERY {
            the IUT entity receives a vGET containing 
               uri indicating value "/rni/v2/queries/plmn_info",
               query_parameters containing 
                  app_ins_id indicating value APP_INS_ID
                  app_ins_id indicating value APP_INSTANCE_ID
               ;
            ; from the RNIS_CLIENT entity
         }
@@ -390,8 +390,8 @@ Package MEC_MEC012_SRV_RNIS_QUERY {
               status set to "200 OK",
               body containing 
                  PlmnInfo containing 
                  	appInstanceId indicating value APP_INS_ID,
                  	attribute plmn
                  	appInstanceId indicating value APP_INSTANCE_ID,
                  	plmn  indicating value   any_value
                  ;
               ;
            ; to the RNIS_CLIENT entity
@@ -435,10 +435,10 @@ Package MEC_MEC012_SRV_RNIS_QUERY {
               body containing 
                  S1BearerInfo containing
                     s1UeInfo containing
                        attribute tempUeId,
                        attribute associateId,
                        tempUeId indicating value any_value,
                        associateId  indicating value any_value,
                  	    ecgi indicating value CELL_ID,
                  	    attribute s1BearerInfoDetailed
                  	    s1BearerInfoDetailed  indicating value any_value
                  	 ;
                  ;
               ;
+1 −4
Original line number Diff line number Diff line
@@ -212,7 +212,6 @@ Package MEC_MEC012_SRV_RNIS_SUB {
      }       
   }
         

   Test Purpose {
      TP Id "TP_MEC_MEC012_SRV_RNIS_014_OK"
      
@@ -267,8 +266,6 @@ Package MEC_MEC012_SRV_RNIS_SUB {
      }       
   }



   Test Purpose {
      TP Id "TP_MEC_MEC012_SRV_RNIS_015_OK"