Commit 390c04ae authored by Michele Carignani's avatar Michele Carignani
Browse files

Merge branch 'ubi' into 'master'

Rename according to MECDECODE(19)000030r1

See merge request !15
parents f36265ce 96576b68
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -190,7 +190,7 @@ Package MEC_SRV_APPSAQ {

      Config Id Config_MEC_1

      PICS Selection PIC_MEC_PLAT and PIC_SERVICES and PIC_NOTIFICATIONS
      PICS Selection PIC_MEC_PLAT and PIC_SERVICES

      Initial conditions  with {
         the IUT entity being_in idle_state and
@@ -238,7 +238,7 @@ Package MEC_SRV_APPSAQ {

      Config Id Config_MEC_1

      PICS Selection PIC_MEC_PLAT and PIC_SERVICES and PIC_NOTIFICATIONS
      PICS Selection PIC_MEC_PLAT and PIC_SERVICES

      Initial conditions  with {
         the IUT entity being_in idle_state and
+6 −6
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ Package MEC_SRV_APPSUB {

      Config Id Config_MEC_1

      PICS Selection PIC_MEC_PLAT and PIC_NOTIFICATIONS
      PICS Selection PIC_MEC_PLAT and PIC_SERVICES

      Initial conditions  with {
         the IUT entity being_in idle_state and
@@ -76,7 +76,7 @@ Package MEC_SRV_APPSUB {

      Config Id Config_MEC_1

      PICS Selection PIC_MEC_PLAT and PIC_NOTIFICATIONS
      PICS Selection PIC_MEC_PLAT and PIC_SERVICES

      Initial conditions  with {
         the IUT entity being_in idle_state and
@@ -218,7 +218,7 @@ Package MEC_SRV_APPSUB {

      Config Id Config_MEC_1

      PICS Selection PIC_MEC_PLAT and PIC_NOTIFICATIONS
      PICS Selection PIC_MEC_PLAT and PIC_SERVICES

      Initial conditions  with {
         the IUT entity being_in idle_state and
@@ -267,7 +267,7 @@ Package MEC_SRV_APPSUB {

      Config Id Config_MEC_1

      PICS Selection PIC_MEC_PLAT and PIC_NOTIFICATIONS
      PICS Selection PIC_MEC_PLAT and PIC_SERVICES

      Initial conditions  with {
         the IUT entity being_in idle_state and
@@ -310,7 +310,7 @@ Package MEC_SRV_APPSUB {

      Config Id Config_MEC_1

      PICS Selection PIC_MEC_PLAT and PIC_NOTIFICATIONS
      PICS Selection PIC_MEC_PLAT and PIC_SERVICES

      Initial conditions  with {
         the IUT entity being_in idle_state and
@@ -354,7 +354,7 @@ Package MEC_SRV_APPSUB {

      Config Id Config_MEC_1

      PICS Selection PIC_MEC_PLAT and PIC_NOTIFICATIONS
      PICS Selection PIC_MEC_PLAT and PIC_SERVICES

      Initial conditions  with {
         the IUT entity being_in idle_state and
+4 −4
Original line number Diff line number Diff line
@@ -13,17 +13,17 @@ copyright notice shall be included in all copies of whole or part of this
file and shall not imply any sub-license right.
*/

Package MEC_SRV_RLOC {
Package MEC_SRV_RLOCLOOK {

   import all from MEC_Common;


   /*
    * Radio Node Location Lookup (RLOC)
    * Radio Node Location Lookup (RLOCLOOK)
    */

   Test Purpose {
      TP Id "TP_MEC_SRV_RLOC_001_OK"
      TP Id "TP_MEC_SRV_RLOCLOOK_001_OK"

      Test objective
         "Check that the IUT responds with the list of radio nodes currently associated with the MEC host and the location of each radio node
@@ -68,7 +68,7 @@ Package MEC_SRV_RLOC {


   Test Purpose {
      TP Id "TP_MEC_SRV_RLOC_001_NF"
      TP Id "TP_MEC_SRV_RLOCLOOK_001_NF"

      Test objective
         "Check that the IUT responds with an error when
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ Package MEC_SRV_UEAREASUB {
            then {
               // MEC 013, clause 7.3.11.2
               the IUT entity sends a HTTP_RESPONSE containing
                  status_code set to "400 Bar Request"
                  status_code set to "400 Bad Request"
               ;
               to the MEC_APP entity
            }
+10 −10
Original line number Diff line number Diff line
@@ -13,17 +13,17 @@ copyright notice shall be included in all copies of whole or part of this
file and shall not imply any sub-license right.
*/

Package MEC_SRV_UEINFLOOK {
Package MEC_SRV_UEINFOLOOK {

   import all from MEC_Common;


   /*
    * UE Information Lookup (UEINFLOOK)
    * UE Information Lookup (UEINFOLOOK)
    */

   Test Purpose {
      TP Id "TP_MEC_SRV_UEINFLOOK_001_OK"
      TP Id "TP_MEC_SRV_UEINFOLOOK_001_OK"

      Test objective
         "Check that the IUT responds with the information pertaining to one or more UEs in a particular location
@@ -71,7 +71,7 @@ Package MEC_SRV_UEINFLOOK {


   Test Purpose {
      TP Id "TP_MEC_SRV_UEINFLOOK_001_BR"
      TP Id "TP_MEC_SRV_UEINFOLOOK_001_BR"

      Test objective
         "Check that the IUT responds with an error when
@@ -117,7 +117,7 @@ Package MEC_SRV_UEINFLOOK {


   Test Purpose {
      TP Id "TP_MEC_SRV_UEINFLOOK_001_NF"
      TP Id "TP_MEC_SRV_UEINFOLOOK_001_NF"

      Test objective
         "Check that the IUT responds with an error when
@@ -145,7 +145,7 @@ Package MEC_SRV_UEINFLOOK {
               the IUT entity receives a vGET containing
                  uri indicating value "location/v2/users",
                  query_parameters containing
                     addr indicating value ACR_UNKNOWN_IP
                     address indicating value ACR_UNKNOWN_IP
                  ;
               ;
               from the MEC_APP entity
Loading