Commit ad7a6adc authored by Elian Kraja's avatar Elian Kraja
Browse files

Added definition for extended http methods

parent e77323af
Loading
Loading
Loading
Loading
+111 −112
Original line number Diff line number Diff line
@@ -77,7 +77,6 @@ Package app_pkg_mgt {
			when {
				the IUT entity receives a vPOST containing 
					Uri indicating value "/apmi/v1/app_packages",
					Content_type indicating value CONTENT_JSON,
					Message_Body containing
						appPkg containing
							appPkgName set to APP_PKG_NAME,
+74 −76
Original line number Diff line number Diff line
@@ -14,8 +14,7 @@ file and shall not imply any sub-license right.
*/
Package app_pkg_mgt_notifications {
	
	import having from MEC_Common;
	import Config_MEC_2 from MEC_Common;
	import all from MEC_Common;
	import all from MEC_010_2_Domain;

	Test Purpose {
@@ -59,7 +58,6 @@ Package app_pkg_mgt_notifications {
			then {
				the IUT entity sends a vPOST containing
					Uri indicating value CALLBACK_URI,
					Content_type indicating value CONTENT_JSON,
					Message_Body containing
						notificationId indicating value NOTIFICATION_ID,
						notificationType indicating value "OpChange",
+121 −122
Original line number Diff line number Diff line
@@ -80,7 +80,6 @@ Package rnis_subscriptions {
			when {
				the IUT entity receives a vPOST containing
					Uri indicating value "/rni/v1/subscriptions",
					Content_type indicating value CONTENT_JSON,
					Message_Body containing
						subscription containing
							subscriptionType indicating value "CellChangeSubscription",
+57 −57
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ file and shall not imply any sub-license right.

Package rnis_rab_query {
	
	import Config_MEC_1 from MEC_Common;
	import all from MEC_Common;
	import all from MEC_012_Domain;
	
	Test Purpose {
+199 −200
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ file and shall not imply any sub-license right.

Package rnis_subscriptions_id {
	
	import Config_MEC_1 from MEC_Common;
	import all from MEC_Common;
	import all from MEC_012_Domain;
	
	Test Purpose {
@@ -111,7 +111,6 @@ Package rnis_subscriptions_id {
			when {
				the IUT entity receives a vPUT containing
					Uri indicating value SUBSCRIPTION_HREF_VALUE,
					Content_type indicating value CONTENT_JSON,
					Message_Body containing
						subscription containing
							subscriptionType indicating value "CellChangeSubscription",
Loading