From cd7079b452eb67c04240bdc7d0f5269f935f1901 Mon Sep 17 00:00:00 2001 From: cyuamber Date: Wed, 12 Aug 2020 19:06:06 +0800 Subject: feat: Parameter modification and adding new parameters of 5g slicing tast Change-Id: Idd8552f71a51e32b239642ef4e3d2b9f8ccbeacd Issue-ID: USECASEUI-368 Signed-off-by: cyuamber --- usecaseui-portal/src/constants/constants.ts | 36 +++++++++++++++++++++++++---- 1 file changed, 32 insertions(+), 4 deletions(-) (limited to 'usecaseui-portal/src/constants') diff --git a/usecaseui-portal/src/constants/constants.ts b/usecaseui-portal/src/constants/constants.ts index 93cdc71e..b5f2244d 100644 --- a/usecaseui-portal/src/constants/constants.ts +++ b/usecaseui-portal/src/constants/constants.ts @@ -109,12 +109,20 @@ export const WIRELESS_FORM_ITEMS = [ ] export const TRANSFRER_FORM_ITEMS = [ + { + title: 'S-NSSAI', + key: 'tn_service_snssai' + }, { - title: 'Latency (ms)', - key: 'tn_latency' - }, + title: 'Latency (ms)', + key: 'tn_latency' + }, + { + title: 'Jitter', + key: 'tn_jitter' + }, { - title: 'Bandwidth', + title: 'MaxBandwidth', key: 'tn_bandwidth' }, { @@ -195,6 +203,26 @@ export const CORE_FORM_ITEMS = [ { title: 'Script Name', key: 'cn_script_name' + }, + { + title: 'overallUserDensity', + key: 'cn_overalluser_density' + }, + { + title: 'IP Address', + key: 'cn_ip_address' + }, + { + title: 'Logical Link', + key: 'cn_logical_link' + }, + { + title: 'Nexthop Info', + key: 'cn_nexthop_info' + }, + { + title: 'Coverage Area Ta List', + key: 'an_coverage_area_ta_list' } ] -- cgit 1.2.3-korg