From 0227fc0b5a69558cb68fd9977e12558fbb51a203 Mon Sep 17 00:00:00 2001 From: dhebeha Date: Wed, 13 May 2020 01:33:52 +0530 Subject: return slice profile when serviceProfile is non shareable Issue-ID: OPTFRA-754 Signed-off-by: dhebeha Change-Id: Ib330881be60d8bcc5683571a76ef8fe52452b869 --- .../shared_solution_nsi_response.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'test/apps/slice_selection/shared_solution_nsi_response.json') diff --git a/test/apps/slice_selection/shared_solution_nsi_response.json b/test/apps/slice_selection/shared_solution_nsi_response.json index 2c74196..46257dd 100644 --- a/test/apps/slice_selection/shared_solution_nsi_response.json +++ b/test/apps/slice_selection/shared_solution_nsi_response.json @@ -15,12 +15,12 @@ "invariantUUID": "", "sliceProfile": [ { - "coverage_area_ta_list": "[{\"province\":\"??\",\"city\":\"???\",\"county\":\"???\",\"street\":\"?????\"}]", - "exp_data_rate_dl": 100, - "exp_data_rate_ul": 100, + "coverageAreaTAList": "[{\"province\":\"??\",\"city\":\"???\",\"county\":\"???\",\"street\":\"?????\"}]", + "expDataRateDL": 100, + "expDataRateUL": 100, "latency": 20, - "resource_sharing_level": "0", - "ue_mobility_level": "stationary" + "resourceSharingLevel": "0", + "uEMobilityLevel": "stationary" } ] }, @@ -31,12 +31,12 @@ "invariantUUID": "", "sliceProfile": [ { - "coverage_area_ta_list": "[{\"province\":\"??\",\"city\":\"???\",\"county\":\"???\",\"street\":\"?????\"}]", - "exp_data_rate_dl": 100, - "exp_data_rate_ul": 100, + "coverageAreaTAList": "[{\"province\":\"??\",\"city\":\"???\",\"county\":\"???\",\"street\":\"?????\"}]", + "expDataRateDL": 100, + "expDataRateUL": 100, "latency": 15, - "resource_sharing_level": "0", - "ue_mobility_level": "stationary" + "resourceSharingLevel": "0", + "uEMobilityLevel": "stationary" } ] } -- cgit 1.2.3-korg