Commit 76841d29 authored by piscione's avatar piscione Committed by Michele Carignani
Browse files

Fix on TPs of MEC028.

parent 18edc0cf
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -144,6 +144,11 @@ Package MEC_MEC028_SRV_WAI {
					the IUT entity sends
					the IUT entity sends
						a HTTP_RESPONSE containing
						a HTTP_RESPONSE containing
							status_code set to "400 Bad Request"
							status_code set to "400 Bad Request"
							body containing
                     		ProblemDetails containing 
                        		details set to "Invalid filtering: macIdentifer does not exist."
							;
						;
					;
					;
					to the MEC_APP entity
					to the MEC_APP entity
				}
				}
+5 −0
Original line number Original line Diff line number Diff line
@@ -146,6 +146,11 @@ Package MEC_MEC028_SRV_WAI {
					the IUT entity sends
					the IUT entity sends
						a HTTP_RESPONSE containing
						a HTTP_RESPONSE containing
							status_code set to "400 Bad Request"
							status_code set to "400 Bad Request"
						body containing
                     		ProblemDetails containing 
                        		details set to "Invalid filtering: mac does not exist."
							;
						;
					;
					;
					to the MEC_APP entity
					to the MEC_APP entity
				}
				}
+3 −4
Original line number Original line Diff line number Diff line
@@ -56,7 +56,6 @@ Package MEC_MEC028_SRV_WAI {
                     				assocStaSubscription containing
                     				assocStaSubscription containing
	                     				_link containing 
	                     				_link containing 
	                     					self containing
	                     					self containing
	                     						LinkType containing
		                     						href set to "uri/to/subscription"
		                     						href set to "uri/to/subscription"
	                     					;
	                     					;
	                     				;
	                     				;
@@ -64,7 +63,6 @@ Package MEC_MEC028_SRV_WAI {
                  				;
                  				;
							;
							;
						;	
						;	
						;	
					to the MEC_APP entity
					to the MEC_APP entity
				}
				}
         	}
         	}
@@ -243,13 +241,14 @@ Package MEC_MEC028_SRV_WAI {
					// MEC 028, clause 7.5.3.4
					// MEC 028, clause 7.5.3.4
					the IUT entity sends
					the IUT entity sends
						a HTTP_RESPONSE containing
						a HTTP_RESPONSE containing
							status_code set to "201 Created"
							status_code set to "201 Created",
							Location set to LOCATION,
			                body containing
			                body containing
                     			AssocStaSubscription containing
                     			AssocStaSubscription containing
                     				subscriptionType set to "AssocStaSubscription",
                     				subscriptionType set to "AssocStaSubscription",
                     				callbackReference set to CALLBACK_URI,
                     				callbackReference set to CALLBACK_URI,
                     				self containing
                     				self containing
                     					LinkType set to "/wai/v1/subscriptions/{SUBSCRIPTION_ID}",
                     					href set to "/wai/v1/subscriptions/{SUBSCRIPTION_ID}",
                     				apId containing 
                     				apId containing 
                     					macId set to MAC_ID
                     					macId set to MAC_ID
                     				;
                     				;