Loading etc/AtsMec_Location/AtsMec_Sandbox.cf_ +3 −3 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ LogEventTypes:= Yes [TESTPORT_PARAMETERS] # In this section you can specify parameters that are passed to Test Ports. system.httpPort.params := "HTTP(codecs=json:json_codec)/TCP(debug=1,server=sandbox-mec.etsi.org,port=443,use_ssl=1)" system.httpPort_notif.params := "HTTP(codecs=json:json_codec)/TCP(debug=1,server_mode=1,local_port=443,use_ssl=1)" system.httpPort_notif.params := "HTTP(codecs=json:json_codec)/TCP(debug=1,server_mode=1,local_port=443,use_ssl=1,mutual_auth=1,mutual_tls=1)" [DEFINE] # In this section you can create macro definitions, Loading Loading @@ -77,13 +77,13 @@ system.httpPort_notif.params := "HTTP(codecs=json:json_codec)/TCP(debug=1,server #AtsMec_TestControl.control # Check that the IUT responds with a list for the location of User Equipments when queried by a MEC Application #AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCLOOK_001_OK AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCLOOK_001_OK # Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application #AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCLOOK_001_BR # Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application #AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCLOOK_001_NF # Check that the IUT acknowledges the UE location change subscription request when commanded by a MEC Application and notifies it when the location changes AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCSUB_001_OK #AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCSUB_001_OK # Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application #AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCSUB_001_BR # Check that the IUT acknowledges the cancellation of UE location change notifications when commanded by a MEC Application Loading etc/AtsMec_Rnis/AtsMec_Sandbox.cf_ +3 −3 Original line number Diff line number Diff line Loading @@ -22,8 +22,8 @@ LibMec_Pixits.PX_RNIS_QUERIES_URI := "/rni/v2/queries" LibMec_Pics.PICS_MEC_PLAT := true LibMec_Pixits.PX_RNIS_SUBSCRITIONS_URI := "/rni/v1/subscriptions" LibMec_Pixits.PX_RNIS_QUERIES_URI := "/rni/v1/queries" LibMec_Pixits.PX_RNIS_SUBSCRITIONS_URI := "/rni/v2/subscriptions" LibMec_Pixits.PX_RNIS_QUERIES_URI := "/rni/v2/queries" RnisAPI_Pixits.PX_SUBSCRIPTION_HREF_VALUE := "cell_change" RnisAPI_Pixits.PX_ASSOCIATE_ID_VALUE := "192.0.0.2" Loading Loading @@ -52,7 +52,7 @@ LogEventTypes:= Yes [TESTPORT_PARAMETERS] # In this section you can specify parameters that are passed to Test Ports. system.httpPort.params := "HTTP(codecs=json:json_codec)/TCP(debug=1,server=sandbox-mec.etsi.org,port=443,use_ssl=1)" system.httpPort_notif.params := "HTTP(codecs=json:json_codec)/TCP(debug=1,server_mode=1,local_port=443,use_ssl=1,mutual_auth=1)" system.httpPort_notif.params := "HTTP(codecs=json:json_codec)/TCP(debug=1,server_mode=1,local_port=443,use_ssl=1,mutual_auth=1,mutual_tls=1)" [DEFINE] # In this section you can create macro definitions, Loading ttcn/LibMec/ttcn/LibMec_Functions.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ module LibMec_Functions { p_notification := v_response.response.body.json_body; v_result := 0; log("*** f_register_for_notification: INFO: Regustration for notification succeed ***"); log("*** f_register_for_notification: INFO: Registration for notification succeed ***"); } [] tc_ac.timeout { log("*** f_register_for_notification: INCONC: Expected message not received ***"); Loading Loading @@ -111,7 +111,7 @@ module LibMec_Functions { tc_ac.stop; v_result := 0; log("*** f_unregister_for_notification: INFO: Regustration for notification succeed ***"); log("*** f_unregister_for_notification: INFO: De-registration for notification succeed ***"); } [] tc_ac.timeout { log("*** f_unregister_for_notification: INCONC: Expected message not received ***"); Loading Loading
etc/AtsMec_Location/AtsMec_Sandbox.cf_ +3 −3 Original line number Diff line number Diff line Loading @@ -49,7 +49,7 @@ LogEventTypes:= Yes [TESTPORT_PARAMETERS] # In this section you can specify parameters that are passed to Test Ports. system.httpPort.params := "HTTP(codecs=json:json_codec)/TCP(debug=1,server=sandbox-mec.etsi.org,port=443,use_ssl=1)" system.httpPort_notif.params := "HTTP(codecs=json:json_codec)/TCP(debug=1,server_mode=1,local_port=443,use_ssl=1)" system.httpPort_notif.params := "HTTP(codecs=json:json_codec)/TCP(debug=1,server_mode=1,local_port=443,use_ssl=1,mutual_auth=1,mutual_tls=1)" [DEFINE] # In this section you can create macro definitions, Loading Loading @@ -77,13 +77,13 @@ system.httpPort_notif.params := "HTTP(codecs=json:json_codec)/TCP(debug=1,server #AtsMec_TestControl.control # Check that the IUT responds with a list for the location of User Equipments when queried by a MEC Application #AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCLOOK_001_OK AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCLOOK_001_OK # Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application #AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCLOOK_001_BR # Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application #AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCLOOK_001_NF # Check that the IUT acknowledges the UE location change subscription request when commanded by a MEC Application and notifies it when the location changes AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCSUB_001_OK #AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCSUB_001_OK # Check that the IUT responds with an error when a request with incorrect parameters is sent by a MEC Application #AtsMec_LocationAPI_TestCases.TC_MEC_MEC013_SRV_UELOCSUB_001_BR # Check that the IUT acknowledges the cancellation of UE location change notifications when commanded by a MEC Application Loading
etc/AtsMec_Rnis/AtsMec_Sandbox.cf_ +3 −3 Original line number Diff line number Diff line Loading @@ -22,8 +22,8 @@ LibMec_Pixits.PX_RNIS_QUERIES_URI := "/rni/v2/queries" LibMec_Pics.PICS_MEC_PLAT := true LibMec_Pixits.PX_RNIS_SUBSCRITIONS_URI := "/rni/v1/subscriptions" LibMec_Pixits.PX_RNIS_QUERIES_URI := "/rni/v1/queries" LibMec_Pixits.PX_RNIS_SUBSCRITIONS_URI := "/rni/v2/subscriptions" LibMec_Pixits.PX_RNIS_QUERIES_URI := "/rni/v2/queries" RnisAPI_Pixits.PX_SUBSCRIPTION_HREF_VALUE := "cell_change" RnisAPI_Pixits.PX_ASSOCIATE_ID_VALUE := "192.0.0.2" Loading Loading @@ -52,7 +52,7 @@ LogEventTypes:= Yes [TESTPORT_PARAMETERS] # In this section you can specify parameters that are passed to Test Ports. system.httpPort.params := "HTTP(codecs=json:json_codec)/TCP(debug=1,server=sandbox-mec.etsi.org,port=443,use_ssl=1)" system.httpPort_notif.params := "HTTP(codecs=json:json_codec)/TCP(debug=1,server_mode=1,local_port=443,use_ssl=1,mutual_auth=1)" system.httpPort_notif.params := "HTTP(codecs=json:json_codec)/TCP(debug=1,server_mode=1,local_port=443,use_ssl=1,mutual_auth=1,mutual_tls=1)" [DEFINE] # In this section you can create macro definitions, Loading
ttcn/LibMec/ttcn/LibMec_Functions.ttcn +2 −2 Original line number Diff line number Diff line Loading @@ -76,7 +76,7 @@ module LibMec_Functions { p_notification := v_response.response.body.json_body; v_result := 0; log("*** f_register_for_notification: INFO: Regustration for notification succeed ***"); log("*** f_register_for_notification: INFO: Registration for notification succeed ***"); } [] tc_ac.timeout { log("*** f_register_for_notification: INCONC: Expected message not received ***"); Loading Loading @@ -111,7 +111,7 @@ module LibMec_Functions { tc_ac.stop; v_result := 0; log("*** f_unregister_for_notification: INFO: Regustration for notification succeed ***"); log("*** f_unregister_for_notification: INFO: De-registration for notification succeed ***"); } [] tc_ac.timeout { log("*** f_unregister_for_notification: INCONC: Expected message not received ***"); Loading