diff options
author | Maciej Lisowski <m.lisowski2@partner.samsung.com> | 2022-01-24 16:52:31 +0100 |
---|---|---|
committer | Maciej Lisowski <m.lisowski2@partner.samsung.com> | 2022-02-23 07:51:36 +0000 |
commit | 87a321e1a4eef1b0e91c25203e3813ab493aa2fa (patch) | |
tree | 205b969c5ff3131dd6b9d1bd871850d6fabe09e0 | |
parent | ea1f9f60ff06c72f69a5bee1cdd31884125e36ac (diff) |
[OOF] Update slicing_config.yaml
Slicing_config.yaml file has to be properly aligned in Istanbul version
Issue-ID: OOM-2916
Signed-off-by: Maciej Lisowski <m.lisowski2@partner.samsung.com>
Change-Id: I9b9129212f71369cd4e36fdf5c9b762e74638090
(cherry picked from commit fc2c1037566642f16413e3c8a3945b5e65403a0f)
-rw-r--r-- | kubernetes/oof/resources/config/conf/slicing_config.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kubernetes/oof/resources/config/conf/slicing_config.yaml b/kubernetes/oof/resources/config/conf/slicing_config.yaml index e456aeccdf..97ed73d524 100644 --- a/kubernetes/oof/resources/config/conf/slicing_config.yaml +++ b/kubernetes/oof/resources/config/conf/slicing_config.yaml @@ -21,6 +21,7 @@ attribute_mapping: uLThptPerUE: ul_thpt_per_ue sNSSAI: s_nssai pLMNIdList: plmn_id_list + plmnIdList: plmn_id_List activityFactor: activity_factor coverageAreaTAList: coverage_area_ta_list availability: availability @@ -34,7 +35,7 @@ attribute_mapping: maxPktSize: max_pkt_size msgSizeByte: msg_size_byte maxNumberofConns: max_number_of_conns - maxNumberofPDUSessions: max_number_of_pdu_sessions + maxNumberofPDUSession: max_number_of_pdu_session termDensity: terminal_density survivalTime: survival_time areaTrafficCapDL: area_traffic_cap_dl @@ -64,6 +65,7 @@ attribute_mapping: ul_thpt_per_ue: uLThptPerUE s_nssai: sNSSAI plmn_id_list: pLMNIdList + plmn_id_List: plmnIdList activity_factor: activityFactor coverage_area_ta_list: coverageAreaTAList availability: availability @@ -77,7 +79,7 @@ attribute_mapping: max_pkt_size: maxPktSize msg_size_byte: msgSizeByte max_number_of_conns: maxNumberofConns - max_number_of_pdu_sessions: maxNumberofPDUSessions + max_number_of_pdu_session: maxNumberofPDUSession terminal_density: termDensity survival_time: survivalTime area_traffic_cap_dl: areaTrafficCapDL |