Commit fc1b943c authored by Giada Landi's avatar Giada Landi
Browse files

Update Rnis

parent a19ab409
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -317,7 +317,7 @@ Package MEC012_APP_MP1_RNI_SUBS_BO_BI {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a vPOST containing
            the IUT entity receives a POST containing
               uri indicating value "/rni/v1/subscriptions",
               "not" authorized,
               body containing
@@ -362,7 +362,7 @@ Package MEC012_APP_MP1_RNI_SUBS_BO_BI {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a vPOST containing
            the IUT entity receives a POST containing
               uri indicating value "/rni/v1/subscriptions",
               headers set to vHeadersInvalidToken,                     // wrong token
               body containing
+2 −2
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ Package MEC012_APP_MP1_RNI_SUBS_BV {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a GET containing
            the IUT entity receives a vGET containing
               uri indicating value "/rni/v1/subscriptions",
               query_parameters containing
                  subscriptionType indicating value "cell_change"
@@ -79,7 +79,7 @@ Package MEC012_APP_MP1_RNI_SUBS_BV {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a POST containing
            the IUT entity receives a vPOST containing
               uri indicating value "/rni/v1/subscriptions",
               body containing
                  CellChangeSubscription containing
+13 −13
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ Package MEC012_APP_MP1_RNI_QUERY_BO_BI {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a GET containing 
            the IUT entity receives a vGET containing 
               uri indicating value "/rni/v1/queries/rab_info",
               query_parameters containing 
                  cId indicating value C_ID					//wrong parameter
@@ -159,7 +159,7 @@ Package MEC012_APP_MP1_RNI_QUERY_BO_BI {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a GET containing
            the IUT entity receives a vGET containing
               uri indicating value "/rnis/v1/query/rab_info",
               query_parameters containing 
                  cell_id indicating value CELL_ID
@@ -236,7 +236,7 @@ Package MEC012_APP_MP1_RNI_QUERY_BO_BI {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a GET containing 
            the IUT entity receives a vGET containing 
               uri indicating value "/rni/v1/queries/plmn_info",
               query_parameters containing 
                  cId indicating value C_ID					//wrong parameter
@@ -349,7 +349,7 @@ Package MEC012_APP_MP1_RNI_QUERY_BO_BI {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a GET containing
            the IUT entity receives a vGET containing
               uri indicating value "/rnis/v1/query/plmn_info",
               query_parameters containing 
                  appInstanceId indicating value APP_INSTANCE_INFO
@@ -387,7 +387,7 @@ Package MEC012_APP_MP1_RNI_QUERY_BO_BI {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a GET containing 
            the IUT entity receives a vGET containing 
               uri indicating value "/rni/v1/queries/s1_bearer_info",
               query_parameters containing 
                  cId indicating value C_ID					//wrong parameter
@@ -506,7 +506,7 @@ Package MEC012_APP_MP1_RNI_QUERY_BO_BI {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a GET containing
            the IUT entity receives a vGET containing
               uri indicating value "/rnis/v1/query/s1_bearer_info",
               query_parameters containing 
                  cell_id indicating value CELL_ID
@@ -544,7 +544,7 @@ Package MEC012_APP_MP1_RNI_QUERY_BO_BI {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a GET containing 
            the IUT entity receives a vGET containing 
               uri indicating value "/rni/v1/queries/layer2_meas",
               query_parameters containing 
                  cId indicating value C_ID					//wrong parameter
@@ -663,7 +663,7 @@ Package MEC012_APP_MP1_RNI_QUERY_BO_BI {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a GET containing
            the IUT entity receives a vGET containing
               uri indicating value "/rnis/v1/query/layer2_meas",
               query_parameters containing 
                  cell_id indicating value CELL_ID
+8 −8
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ Package MEC012_APP_MP1_RNI_QUERY_BV {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a GET containing 
            the IUT entity receives a vGET containing 
               uri indicating value "/rni/v1/queries/rab_info",
               query_parameters containing 
                  cell_id indicating value CELL_ID
@@ -84,7 +84,7 @@ Package MEC012_APP_MP1_RNI_QUERY_BV {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a GET containing 
            the IUT entity receives a vGET containing 
               uri indicating value "/rni/v1/queries/plmn_info",
               query_parameters containing 
                  app_ins_id indicating value APP_INS_ID
@@ -127,7 +127,7 @@ Package MEC012_APP_MP1_RNI_QUERY_BV {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a GET containing 
            the IUT entity receives a vGET containing 
               uri indicating value "/rni/v1/queries/s1_bearer_info",
               query_parameters containing 
                  cell_id indicating value CELL_ID
@@ -170,7 +170,7 @@ Package MEC012_APP_MP1_RNI_QUERY_BV {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a GET containing 
            the IUT entity receives a vGET containing 
               uri indicating value "/rni/v1/queries/layer2_meas",
               query_parameters containing 
                  cell_id indicating value CELL_ID
+14 −14
Original line number Diff line number Diff line
@@ -119,7 +119,7 @@ Package MEC012_APP_MP1_RNI_SUB_BO_BI {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a GET containing
            the IUT entity receives a vGET containing
               uri indicating value "/rni/v1/subscription/{SUBSCRIPTION_ID}"
            ; from the MEC_SUB entity
         }
@@ -197,7 +197,7 @@ Package MEC012_APP_MP1_RNI_SUB_BO_BI {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a PUT containing
            the IUT entity receives a vPUT containing
               uri indicating value "/rni/v1/subscriptions/{SUBSCRIPTION_ID}",
               body containing
                  subscription containing
@@ -319,7 +319,7 @@ Package MEC012_APP_MP1_RNI_SUB_BO_BI {
      ensure that {
         when {

            the IUT entity receives a PUT containing
            the IUT entity receives a vPUT containing
               uri indicating value "/rni/v1/subscription/{SUBSCRIPTION_ID}"
            ; from the MEC_SUB entity
         }
@@ -426,7 +426,7 @@ Package MEC012_APP_MP1_RNI_SUB_BO_BI {
      Expected behaviour
      ensure that {
         when {
            the IUT entity receives a DELETE containing
            the IUT entity receives a vDELETE containing
               uri indicating value "/rni/v1/subscription/{SUBSCRIPTION_ID}"
            ; from the MEC_SUB entity
         }