From eecd8ed5065179fd3fc886d1d45dd46b9428a2ff Mon Sep 17 00:00:00 2001 From: Carlos Antonio De Lima Filho <carlos.lima.106@ufrn.edu.br> Date: Wed, 27 Nov 2024 19:19:59 +0000 Subject: [PATCH] Update README.md --- .../openairinterface-install-scripts/README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/openairinterface5g/openairinterface-install-scripts/README.md b/openairinterface5g/openairinterface-install-scripts/README.md index c4a39ae8..938606d8 100644 --- a/openairinterface5g/openairinterface-install-scripts/README.md +++ b/openairinterface5g/openairinterface-install-scripts/README.md @@ -366,15 +366,15 @@ The UE parameters (figure below) must be equal to the slice 1 configuration file This part you will configure the UE parameters. The UE parameters file is /home/dco1020/openairinterface5g/targets/PROJECTS/GENERIC-NR-5GC/CONF/ue2.conf. The first three lines of the file are composed by the IMSI, Permanent Key and OPC, as shown in figure below. You will configure these parameters. - + You need to check in the docker-compose file (/home/dco1020/oai-cn5g-fed/docker-compose/database/oai_db2.sql) which SQL file the core is using. See figure below. -Important: The IMSI must be different between the EUs ! +Important: The IMSI must be different between the UEs !  -Verify/change the parameters in UE file (/home/dco1020/openairinterface5g/targets/PROJECTS/GENERIC-NR-5GC/CONF/ue.conf) according to the SQL file illustrated in figure below. The parameters are: +Verify/change the parameters in UE file (/home/dco1020/openairinterface5g/targets/PROJECTS/GENERIC-NR-5GC/CONF/ue2.conf) according to the SQL file illustrated in figure below. The parameters are: - "ueid" refers to "imsi" - "encPermanentKey" refers to "key" - "encOpcKey" refers to "opc @@ -383,7 +383,7 @@ Verify/change the parameters in UE file (/home/dco1020/openairinterface5g/target To open UE file, type: -gedit /home/dco1020/openairinterface5g/targets/PROJECTS/GENERIC-NR-5GC/CONF/ue.conf +gedit /home/dco1020/openairinterface5g/targets/PROJECTS/GENERIC-NR-5GC/CONF/ue2.conf To open Docker Composer file, type: @@ -395,13 +395,13 @@ 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 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. +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 2 (/home/dco1020/oai-cn5g-fed/docker-compose/conf/slicing_slice2_config.yaml), shown in figure below. - + -The UE parameters (figure below) must be equal to the slice 1 configuration file parameters in the template, as illustrated in the figure below. +The UE parameters (figure below) must be equal to the slice 2 configuration file parameters in the template, as illustrated in the figure below. - + ## Scenario deployment  -- GitLab