From cc8be5f6c4d5ecd990365a4317c9685fe1e342d0 Mon Sep 17 00:00:00 2001
From: Carlos Antonio De Lima Filho <carlos.lima.106@ufrn.edu.br>
Date: Wed, 27 Nov 2024 17:39:16 +0000
Subject: [PATCH] Update README.md

---
 openairinterface5g/openairinterface-install-scripts/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/openairinterface5g/openairinterface-install-scripts/README.md b/openairinterface5g/openairinterface-install-scripts/README.md
index 96179b41..8b8cc4b2 100644
--- a/openairinterface5g/openairinterface-install-scripts/README.md
+++ b/openairinterface5g/openairinterface-install-scripts/README.md
@@ -305,9 +305,9 @@ gedit /home/dco1020/oai-cn5g-fed/docker-compose/database/oai_db2.sql
 
 Or use a SQLLite database visualizer like DB Browser (to install: sudo apt install sqlitebrowser -y).
 
-The last three lines of the file are composed of DNN (Data Network Name), N-SSAI SST (Network Slice Selection Assistance Information Slice/Service Type), N-SSAI SD (Network Slice Selection Assistance Information Slice/Service Type). To configure these parameters you will explore the docker-compose file (/home/dco1020/oai-cn5g-fed/docker-compose/docker-compose-basic-nrf.yaml), shown in figure below.
+The last three lines of the file are composed of DNN (Data Network Name), N-SSAI SST (Network Slice Selection Assistance Information Slice/Service Type), N-SSAI SD (Network Slice Selection Assistance Information Slice/Service Type). To configure these parameters you will explore the configuration files for each slice, in this case here, we are going to configure the UE for the slice 1 (/home/dco1020/oai-cn5g-fed/docker-compose/conf/slicing_slice1_config.yaml), shown in figure below.
 
-![ALT](/openairinterface5g/openairinterface-conf/fig/demo_oai.png)  
+![ALT](/openairinterface5g/openairinterface-conf/fig/slice1_configuration.png)  
 
 The UE parameters (figure below) must be equal to the OAI SMF parameters in the docker-compose file, as illustrated in the figure below.
  - "DNN_NI0" refers to "dnn"
-- 
GitLab