5G

From OnnoCenterWiki
Revision as of 02:29, 26 October 2022 by Unknown user (talk) (srsRAN)
Jump to navigationJump to search

Pendahuluan

Perbedaan 4G dan 5G

Hardware yang dibutuhkan

Hardware yang tidak Disarankan

Jenis2 Software

Software Core Network

Software gNB

srsRAN

sudo add-apt-repository ppa:softwareradiosystems/srsran

sudo apt-get update

sudo apt-get install srsran -y

sudo apt-get install build-essential cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev

git clone https://github.com/srsRAN/srsRAN.git

cd srsRAN

mkdir build

cd build

cmake ../

make

make test

sudo make install

srsran_install_configs.sh user

OpenAirInterface

Konfigurasi

Konfigurasi Core Network

Konfigurasi gNB

Testing

Pranala Menarik