User contributions
Jump to navigation
Jump to search
- 10:56, 26 October 2022 diff hist +756 N Konfigurasi AMF & UPF Open5gs Created page with " nano /etc/open5gs/amf.yaml amf: sbi: - addr: 127.0.0.5 port: 7777 ngap: - addr: 192.168.100.238 guami: - plmn_id: mcc:..."
- 10:53, 26 October 2022 diff hist +71 N Run srsUE Created page with " cd /usr/local/src/srsRAN/srsue/ sudo ../build/srsue/src/srsue ue.conf"
- 10:53, 26 October 2022 diff hist +407 N Konfigurasi ue.conf Created page with " cd /usr/local/src/srsRAN nano srsue/ue.conf [rf] device_name = zmq device_args = tx_port=tcp://*:2001,rx_port=tcp://localhost:2000,id=ue,base_srate=23.04e6 [rat.eutra]..."
- 10:52, 26 October 2022 diff hist +75 N Run srsENB Created page with " cd /usr/local/src/srsRAN/srsenb/ sudo ../build/srsenb/src/srsenb enb.conf"
- 10:52, 26 October 2022 diff hist +496 N Konfigurasi enb.conf & rr.conf Created page with "cd /usr/local/src/srsRAN nano srsenb/enb.conf [enb] enb_id = 0x17B mcc = 510 mnc = 33 mme_addr = 192.168.100.236 gtp_bind_addr = 192.168.100.238 s1c_bind_addr = 192.1..."
- 10:51, 26 October 2022 diff hist +142 5G →Testing
- 10:49, 26 October 2022 diff hist +341 N Ueransim: Install Created page with "Rekomendasi OS : Ubuntu 20.04 sudo apt update sudo apt upgrade Install software pendukung sudo apt install make gcc g++ libsctp-dev lksctp-tools iproute2 sudo snap insta..."
- 10:48, 26 October 2022 diff hist 0 5G →Testing
- 10:47, 26 October 2022 diff hist -8 5G →Software gNB
- 10:47, 26 October 2022 diff hist +1 5G →Testing
- 10:46, 26 October 2022 diff hist +64 5G →Software gNB
- 10:45, 26 October 2022 diff hist +426 5G →Testing
- 10:34, 26 October 2022 diff hist +76 Open5gs: Download
- 10:31, 26 October 2022 diff hist +155 OpenAirInterface: Set CPU Governor to Performance
- 10:28, 26 October 2022 diff hist +1 OpenAirInterface: Install Kernel
- 10:28, 26 October 2022 diff hist -2 OpenAirInterface: Install Kernel
- 10:26, 26 October 2022 diff hist +98 OpenAirInterface: Compile
- 10:24, 26 October 2022 diff hist +48 SrsRAN: Download
- 10:23, 26 October 2022 diff hist -1 SrsRAN: Download
- 10:23, 26 October 2022 diff hist +33 SrsRAN: Download
- 09:56, 26 October 2022 diff hist +850 N OpenAirInterface: Set CPU Governor to Performance Created page with " sudo apt-get install cpufrequtils -y sudo nano /etc/default/cpufrequtils GOVERNOR="performance" sudo update-rc.d ondemand disable sudo /etc/init.d/cpufrequtils restart..."
- 09:36, 26 October 2022 diff hist +408 N Open5gs: NAT port forwarding Created page with " sudo sysctl -w net.ipv4.ip_forward=1 sudo iptables -t nat -A POSTROUTING -o ens18 -j MASQUERADE sudo systemctl stop ufw sudo iptables -I FORWARD 1 -j ACCEPT # if above s..."
- 09:36, 26 October 2022 diff hist +170 N Open5gs: Allow WebUI access from Network Created page with " nano /lib/systemd/system/open5gs-webui.service Environment=HOSTNAME=0.0.0.0 Environment=PORT=8080 sudo systemctl daemon-reload sudo systemctl restart open5gs-webui"
- 09:35, 26 October 2022 diff hist +82 5G →Software Core Network
- 09:34, 26 October 2022 diff hist +306 N OpenAirInterface: Install Kernel Created page with " Ubuntu 14.04.3 LTS/Linux Kernel version 3.19 <- Use Ubuntu 14.04 for master branch old tags sudo apt-get install linux-image-3.19.0-61-lowlatency linux-headers-3.19.0-61-low..."
- 09:33, 26 October 2022 diff hist +39 5G →OpenAirInterface
- 09:32, 26 October 2022 diff hist +639 N OpenAirInterface: Compile Created page with " Rekomendasi OS : Ubuntu 14.04 atau 16.04 sudo apt-get update sudo apt-get install subversion git -y git config --global user.name "nama" git config --global user.email "..."
- 09:31, 26 October 2022 diff hist +670 N SrsRAN: Install srsRAN with ZeroMQ Created page with " sudo apt-get install build-essential cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev libzmq3-dev make libtool autoconf automake -y..."
- 09:30, 26 October 2022 diff hist -248 5G →Software gNB
- 09:29, 26 October 2022 diff hist -109 5G →Software gNB
- 09:27, 26 October 2022 diff hist +378 N SrsRAN: Compile Created page with " sudo apt-get install build-essential cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev -y cd /usr/local/src/ git clone https://git..."
- 09:27, 26 October 2022 diff hist +142 N SrsRAN: Download Created page with " sudo add-apt-repository ppa:softwareradiosystems/srsran sudo apt-get update sudo apt-get install -y srsran srsran_install_configs.sh user"
- 09:24, 26 October 2022 diff hist +186 N Open5gs: Download Created page with " Rekomendasi OS : Ubuntu 20.04 sudo apt update sudo apt install -y software-properties-common sudo add-apt-repository ppa:open5gs/latest sudo apt update sudo apt install..."
- 09:23, 26 October 2022 diff hist -186 Open5GS: Download Blanked the page current Tag: Blanking
- 09:22, 26 October 2022 diff hist +217 N Open5gs: Install WebUI Open5gs Created page with " sudo apt update sudo apt install -y curl curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash - sudo apt install -y nodejs curl -fsSL https://open5gs.org/ope..."
- 09:22, 26 October 2022 diff hist +11 5G →Software Core Network
- 09:20, 26 October 2022 diff hist +6 Open5GS: Download
- 09:19, 26 October 2022 diff hist +180 N Open5GS: Download Created page with "Rekomendasi OS : Ubuntu 20.04 sudo apt update sudo apt install -y software-properties-common sudo add-apt-repository ppa:open5gs/latest sudo apt update sudo apt install -y op..."