2 title /MUST/: MARK THE ITEM NAME,
3 key /MUST/: MARK THE ITEM KEY,
4 type /MUST/: MARKE THE ITEM TYPE, CAN BE ADDED IF NECESSARY: input/select/radio/city-select/select/table-radio/endpoint
5 required /MUST/: IF REQUIRED,
6 disable /MUST/: IF DISABLED,
7 placeholder: IF PLACEHOLDER, CAN BE EMITTED IF NOT
8 options: IF ITEM NEEDS OPTIONS, CAN BE EMITTED IF NOT
12 export const TRANSFRER_FORM_ITEMS = [
15 key: "sliceProfile_TN_BH_sNSSAI",
21 title: "Latency (ms)",
29 key: "sliceProfile_TN_BH_jitte",
35 title: "MaxBandwidth",
36 key: "tn_bh_bandwidth",
42 title: "Resource Sharing Level", // select
43 key: "sliceProfile_TN_resourceSharingLevel", // :new
59 title: "Connection Links", // table
60 key: "tn_connection_links", // :new
61 required: false, // combined
66 title: "AN Endpoint", // input group
74 key: "sliceProfile_AN_ipAddress",
78 title: "logical_link",
79 key: "sliceProfile_AN_logicInterfaceId",
83 title: "nexthop_info",
84 key: "sliceProfile_AN_nextHopInfo",
98 key: "sliceProfile_CN_ipAddress",
102 title: "logical_link",
103 key: "sliceProfile_CN_logicInterfaceId",
107 title: "nexthop_info",
108 key: "sliceProfile_CN_nextHopInfo",
116 export const CORE_FORM_ITEMS = {
120 key: "sliceProfile_AN_sNSSAI",
126 title: "Resource Sharing Level",
127 key: "sliceProfile_AN_resourceSharingLevel",
144 key: "sliceProfile_AN_uEMobilityLevel",
158 title: "Spatially Restricted Mobility",
159 key: "spatially restricted mobility",
162 title: "Fully Mobility",
163 key: "fully mobility",
168 title: "Latency (ms)",
175 title: "Max Number of PUD Session",
176 key: "sliceProfile_AN_maxNumberofPDUSession",
182 title: "Max Number of UEs",
183 key: "sliceProfile_AN_maxNumberofUEs",
189 title: "Activity Factor (%)",
190 key: "sliceProfile_AN_activityFactor",
196 title: "User Downlink Experience Rate(Mbps)",
197 key: "sliceProfile_AN_expDataRateDL",
203 title: "User Uplink Experience Rate(Mbps)",
204 key: "sliceProfile_AN_expDataRateUL",
210 title: "Downlink Regional Traffic Density(Mbps/km )",
211 key: "sliceProfile_AN_areaTrafficCapDL",
217 title: "Uplink Regional Traffic Density(Mbps/km )",
218 key: "sliceProfile_AN_areaTrafficCapUL",
224 title: "Script Name",
225 key: "an_script_name",
231 title: "Overall User Density",
232 key: "sliceProfile_AN_overallUserDensity",
238 title: "Coverage Area Ta List",
239 key: "an_coverage_area_ta_list",
248 key: "cn_service_snssai",
254 title: "Resource Sharing Level",
255 key: "cn_resource_sharing_level",
272 key: "cn_ue_mobility_level",
286 title: "Spatially Restricted Mobility",
287 key: "spatially restricted mobility",
290 title: "Fully Mobility",
291 key: "fully mobility",
296 title: "Latency (ms)",
303 title: "Max Number of UEs",
304 key: "cn_max_number_of_ues",
310 title: "Activity Factor (%)",
311 key: "cn_activity_factor",
317 title: "User Downlink Experience Rate(Mbps)",
318 key: "cn_exp_data_rate_dl",
324 title: "User Uplink Experience Rate(Mbps)",
325 key: "cn_exp_data_rate_ul",
331 title: "Downlink Regional Traffic Density(Mbps/km )",
332 key: "cn_area_traffic_cap_dl",
338 title: "Uplink Regional Traffic Density(Mbps/km )",
339 key: "cn_area_traffic_cap_ul",
345 title: "Script Name",
346 key: "cn_script_name",
352 title: "Max Number of PUD Session",
353 key: "sliceProfile_CN_maxNumberofPDUSession",
359 title: "OverAll User Density",
360 key: "sliceProfile_CN_overallUserDensity",