Commit 6b90b877 authored by Filipe Ferreira's avatar Filipe Ferreira
Browse files

Camel-case HTTP status codes.

parent 39952d3d
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -319,7 +319,7 @@ Package plat_mp1_bandwidth_manager {
            then {
            then {
               // MEC 015, clause 8.3.3.5
               // MEC 015, clause 8.3.3.5
               the IUT entity sends a HttpMsg containing
               the IUT entity sends a HttpMsg containing
                  status_code set to "204 NO CONTENT"
                  status_code set to "204 No Content"
               ;
               ;
               to the MEC_APP entity
               to the MEC_APP entity
            }
            }
+2 −2
Original line number Original line Diff line number Diff line
@@ -213,7 +213,7 @@ Package plat_mp1_dns_rules {
            then {
            then {
               // MEC 011, clause 7.13.3.2
               // MEC 011, clause 7.13.3.2
               the IUT entity sends a HttpMsg containing
               the IUT entity sends a HttpMsg containing
                  status_code set to "400 BAD REQUEST"
                  status_code set to "400 Bad Request"
                  body containing
                  body containing
                     ProblemDetails containing
                     ProblemDetails containing
                        detail set to any_value
                        detail set to any_value
@@ -262,7 +262,7 @@ Package plat_mp1_dns_rules {
            then {
            then {
               // MEC 011, clause 7.13.3.1
               // MEC 011, clause 7.13.3.1
               the IUT entity sends a HttpMsg containing
               the IUT entity sends a HttpMsg containing
                  status_code set to "404 NOT FOUND"
                  status_code set to "404 Not Found"
                  body containing
                  body containing
                     ProblemDetails containing
                     ProblemDetails containing
                        detail set to any_value
                        detail set to any_value
+2 −2
Original line number Original line Diff line number Diff line
@@ -102,7 +102,7 @@ Package plat_mp1_notifications {
            then {
            then {
               // MEC 011, clause 7.6.3.4
               // MEC 011, clause 7.6.3.4
               the IUT entity sends a HttpMsg containing
               the IUT entity sends a HttpMsg containing
                  status_code set to "201 CREATED",
                  status_code set to "201 Created",
                  Location set to LOCATION,
                  Location set to LOCATION,
                  body containing
                  body containing
                     SerAvailabilityNotificationSubscription containing 
                     SerAvailabilityNotificationSubscription containing 
@@ -201,7 +201,7 @@ Package plat_mp1_notifications {
            then {
            then {
               // MEC 011, clause 7.5.3.5
               // MEC 011, clause 7.5.3.5
               the IUT entity sends a HttpMsg containing
               the IUT entity sends a HttpMsg containing
                  status_code set to "204 NO CONTENT"
                  status_code set to "204 No Content"
               ;
               ;
               to the MEC_APP entity
               to the MEC_APP entity
            }
            }
+1 −1
Original line number Original line Diff line number Diff line
@@ -99,7 +99,7 @@ Package plat_mp1_services {
            then {
            then {
               // MEC 011, clause 7.4.3.4
               // MEC 011, clause 7.4.3.4
               the IUT entity sends a HttpMsg containing
               the IUT entity sends a HttpMsg containing
                  status_code set to "201 CREATED",
                  status_code set to "201 Created",
                  Location set to LOCATION,
                  Location set to LOCATION,
                  body containing
                  body containing
                     ServiceInfo containing
                     ServiceInfo containing
+1 −1
Original line number Original line Diff line number Diff line
@@ -54,7 +54,7 @@ Package plat_mp1_ue_area {
            then {
            then {
               // MEC 013, clause 7.3.11.2
               // MEC 013, clause 7.3.11.2
               the IUT entity sends a HttpMsg containing
               the IUT entity sends a HttpMsg containing
                  status_code set to "201 CREATED"
                  status_code set to "201 Created"
                  body containing
                  body containing
                     circleNotificationSubscription set to any_value 
                     circleNotificationSubscription set to any_value 
                  ;
                  ;
Loading