X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=config%2Fslicing_config.yaml;h=179f54a6df150a62afdd72938c2f33d9ae1bd202;hb=9f6fccf6a2609fbd2c9e50cb7f27d15b040133bb;hp=a7e3a482ce4ad61a15a1fa2b7d06e2a7bd41a146;hpb=3014d7da4872982ea666a7bb11d8dc882bfa048c;p=optf%2Fosdf.git diff --git a/config/slicing_config.yaml b/config/slicing_config.yaml index a7e3a48..179f54a 100644 --- a/config/slicing_config.yaml +++ b/config/slicing_config.yaml @@ -16,13 +16,13 @@ attribute_mapping: latency: latency resourceSharingLevel: resource_sharing_level uEMobilityLevel: ue_mobility_level - maxNumberOfUEs: max_number_of_ues + maxNumberofUEs: max_number_of_ues dLThptPerUE: dl_thpt_per_ue uLThptPerUE: ul_thpt_per_ue sNSSAI: s_nssai pLMNIdList: plmn_id_list activityFactor: activity_factor - coverageAreaTAList: coverage_area_ta_List + coverageAreaTAList: coverage_area_ta_list availability: availability cSAvailabilityTarget: cs_availability_target reliability: reliability @@ -31,11 +31,11 @@ attribute_mapping: expDataRateDL: exp_data_rate_dl uLThptPerSlice: ul_thpt_per_slice expDataRateUL: exp_data_rate_ul - MaxPktSize: max_pkt_size + maxPktSize: max_pkt_size msgSizeByte: msg_size_byte - maxNumberOfConns: max_number_of_conns - maxNumberOfPDUSessions: max_number_of_pdu_sessions - terminalDensity: terminal_density + maxNumberofConns: max_number_of_conns + maxNumberofPDUSession: max_number_of_pdu_session + termDensity: terminal_density survivalTime: survival_time areaTrafficCapDL: area_traffic_cap_dl areaTrafficCapUL: area_traffic_cap_ul @@ -44,6 +44,13 @@ attribute_mapping: expDataRate: exp_data_rate security: security maxThroughput: max_throughput + sliceProfileId: slice_profile_id + snssaiList: s_nssai_list + domainType: domain_type + logicInterfaceId: logical_interface_id + ipAddress: ip_address + nextHopInfo: next_hop_info + perfReq: perf_req snake_to_camel: max_bandwidth: maxBandwidth @@ -52,13 +59,13 @@ attribute_mapping: latency: latency resource_sharing_level: resourceSharingLevel ue_mobility_level: uEMobilityLevel - max_number_of_ues: maxNumberOfUEs + max_number_of_ues: maxNumberofUEs dl_thpt_per_ue: dLThptPerUE ul_thpt_per_ue: uLThptPerUE s_nssai: sNSSAI plmn_id_list: pLMNIdList activity_factor: activityFactor - coverage_area_ta_List: coverageAreaTAList + coverage_area_ta_list: coverageAreaTAList availability: availability cs_availability_target: cSAvailabilityTarget reliability: reliability @@ -67,11 +74,11 @@ attribute_mapping: exp_data_rate_dl: expDataRateDL ul_thpt_per_slice: uLThptPerSlice exp_data_rate_ul: expDataRateUL - max_pkt_size: MaxPktSize + max_pkt_size: maxPktSize msg_size_byte: msgSizeByte - max_number_of_conns: maxNumberOfConns - max_number_of_pdu_sessions: maxNumberOfPDUSessions - terminal_density: terminalDensity + max_number_of_conns: maxNumberofConns + max_number_of_pdu_session: maxNumberofPDUSession + terminal_density: termDensity survival_time: survivalTime area_traffic_cap_dl: areaTrafficCapDL area_traffic_cap_ul: areaTrafficCapUL @@ -80,3 +87,10 @@ attribute_mapping: exp_data_rate: expDataRate security: security max_throughput: maxThroughput + slice_profile_id: sliceProfileId + s_nssai_list: snssaiList + domain_type: domainType + logical_interface_id: logicInterfaceId + ip_address: ipAddress + next_hop_info: nextHopInfo + perf_req: perfReq