fix: add new parameter in slicing-task 40/112140/1
authorwangyuerg <wangyuerg@chinamobile.com>
Fri, 4 Sep 2020 01:49:58 +0000 (09:49 +0800)
committerwangyuerg <wangyuerg@chinamobile.com>
Fri, 4 Sep 2020 02:06:49 +0000 (10:06 +0800)
Change-Id: Iad1f92210d93e7316237d5c7056aef1b9725d177
Signed-off-by: wangyuerg <wangyuerg@chinamobile.com>
Issue-ID: USECASEUI-444

usecaseui-portal/src/app/mock/json/slicing_task_auditInfo.json
usecaseui-portal/src/app/views/services/slicing-management/slicing-task-management/slicing-task-model/slicing-task-model.component.ts
usecaseui-portal/src/constants/constants.ts

index 012a802..a534f65 100644 (file)
@@ -41,6 +41,7 @@
             "an_ue_mobility_level": "stationary",\r
             "an_latency": "10",\r
             "an_max_number_of_ues": "10000",\r
+            "an_max_number_of_pud_session":"10000",\r
             "an_activity_factor": "60",\r
             "an_exp_data_rate_dl": "300",\r
             "an_exp_data_rate_ul": "300",\r
index 3e91fd3..c9f6121 100644 (file)
@@ -171,8 +171,9 @@ export class SlicingTaskModelComponent implements OnInit {
                 'an_area_traffic_cap_ul',
                 'an_script_name',
                 'an_overalluser_density',
-                 'an_Endpoint',
-                 "an_enableNSSISelection"
+                'an_Endpoint',
+                'an_enableNSSISelection',
+                'an_max_number_of_pud_session'
             ]), an_coverage_area_ta_list: area};
         this.slicingSubnet[1].params = this.pick(nsi_nssi_info, ['tn_latency', 'tn_bandwidth', 'tn_script_name', 'tn_jitter', 'tn_service_snssai',"tn_enableNSSISelection"]);
         this.slicingSubnet[2].params = {...this.pick(nsi_nssi_info, [
@@ -189,7 +190,8 @@ export class SlicingTaskModelComponent implements OnInit {
           'cn_script_name',
           'cn_overalluser_density',
           'cn_Endpoint',
-          "cn_enableNSSISelection"
+          'cn_enableNSSISelection',
+          'cn_max_number_of_pud_session'
         ])};
       } else {
         this.message.error(result_message || 'Failed to get data')
index 9e73233..3d647e0 100644 (file)
@@ -371,7 +371,8 @@ export const CORE_FORM_ITEMS = {
                 },\r
                 {\r
                     title: 'nexthop_info',\r
-                    key: 'cn_nexthop_info'\r
+                    key: 'cn_nexthop_info',\r
+                    holder: 'NextHop'\r
                 }\r
             ]\r
         },\r