1 export const COMMUNICATION_FORM_ITEMS = [
3 title /MUST/: MARK THE ITEM NAME,
4 key /MUST/: MARK THE ITEM KEY,
5 type /MUST/: MARKE THE ITEM TYPE, CAN BE ADDED IF NECESSARY: input/select/radio/city-select
6 required /MUST/: IF REQUIRED,
7 scoped: IF SCOPED NUMBERS, CAN BE EMITTED IF NOT
8 scopedText: SCOPED NUMBERS' DESCRIPTION. IF SCOPED NUMBERS EXITS, IT'S A MUST
9 placeholder: IF PLACEHOLDER, CAN BE EMITTED IF NOT
10 options: IF ITEM NEEDS OPTIONS, CAN BE EMITTED IF NOT
13 title: "Communication Service Name",
19 title: "Max Number of UEs",
20 key: "maxNumberofUEs",
23 scopedText: "Scope: 1-100000",
27 title: "Data Rate Uplink (Mbps)",
31 scopedText: "Scope: 100-3000",
35 title: "Data Rate Downlink (Mbps)",
39 scopedText: "Scope: 100-3000",
47 scopedText: "Scope: 10-200",
51 title: "Resource Sharing Level",
52 key: "resourceSharingLevel",
68 key: "uEMobilityLevel",
81 title: "Spatially Restricted Mobility",
82 key: "spatially restricted mobility",
85 title: "Fully Mobility",
86 key: "fully mobility",
97 title: "Coverage Area Number",
98 key: "coverageAreaNumber",
101 "Please enter the coverage area number. use , to separate them if necessary",