diff options
author | deepikasatheesh <deepika.s84@wipro.com> | 2021-07-20 17:01:48 +0000 |
---|---|---|
committer | deepikasatheesh <deepika.s84@wipro.com> | 2021-07-22 17:54:03 +0000 |
commit | 5bf5017b3ac211436cdb61f04c89acf96b5cdd6f (patch) | |
tree | 6d6b99b0c05eb693e45b0822185c3c09c4ecf3f5 /test/apps/slice_selection | |
parent | 555e5727d1c818108ff255a1b9fe4542b768ad5c (diff) |
Update slice/service profiles
Issue-ID: OPTFRA-979
Signed-off-by: deepikasatheesh <deepika.s84@wipro.com>
Change-Id: I863f5c0a734e184c3aac80f492cc2bea359570c2
Diffstat (limited to 'test/apps/slice_selection')
-rw-r--r-- | test/apps/slice_selection/new_solution_nsi_response.json | 2 | ||||
-rw-r--r-- | test/apps/slice_selection/nsi_selection_request.json | 12 |
2 files changed, 7 insertions, 7 deletions
diff --git a/test/apps/slice_selection/new_solution_nsi_response.json b/test/apps/slice_selection/new_solution_nsi_response.json index 3fbeffe..52624b6 100644 --- a/test/apps/slice_selection/new_solution_nsi_response.json +++ b/test/apps/slice_selection/new_solution_nsi_response.json @@ -14,7 +14,7 @@ "latency": 10, "reliability": 99.99, "uEMobilityLevel": "stationary", - "maxNumberOfUEs": 100 + "maxNumberofUEs": 100 }, { "domainType": "CN", diff --git a/test/apps/slice_selection/nsi_selection_request.json b/test/apps/slice_selection/nsi_selection_request.json index acd23a2..39fb925 100644 --- a/test/apps/slice_selection/nsi_selection_request.json +++ b/test/apps/slice_selection/nsi_selection_request.json @@ -55,9 +55,9 @@ "capabilityDetails":{ "latency": "4", "reliability": "99.9", - "maxNumberOfUEs": "10", + "maxNumberofUEs": "10", "maxThroughput": "50", - "terminalDensity": "60" + "termDensity": "60" } }, { @@ -65,9 +65,9 @@ "capabilityDetails":{ "latency": "3", "reliability": "99.9", - "maxNumberOfUEs": "10", + "maxNumberofUEs": "10", "maxThroughput": "50", - "terminalDensity": "60" + "termDensity": "60" } }, { @@ -75,9 +75,9 @@ "capabilityDetails":{ "latency": "2", "reliability": "99.9", - "maxNumberOfUEs": "10", + "maxNumberofUEs": "10", "maxThroughput": "50", - "terminalDensity": "60" + "termDensity": "60" } } ] |