<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=5G%3A_Open5GS%3A_Your_First_LTE</id>
	<title>5G: Open5GS: Your First LTE - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=5G%3A_Open5GS%3A_Your_First_LTE"/>
	<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=5G:_Open5GS:_Your_First_LTE&amp;action=history"/>
	<updated>2026-04-11T12:53:05Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.4</generator>
	<entry>
		<id>https://onnocenter.or.id/wiki/index.php?title=5G:_Open5GS:_Your_First_LTE&amp;diff=64938&amp;oldid=prev</id>
		<title>Onnowpurbo: Created page with &quot;Your First LTE 2022-04-22 08:43  This post is the perfect starting point for learning to build your own LTE network. View this lession as a guided introduction – including t...&quot;</title>
		<link rel="alternate" type="text/html" href="https://onnocenter.or.id/wiki/index.php?title=5G:_Open5GS:_Your_First_LTE&amp;diff=64938&amp;oldid=prev"/>
		<updated>2022-04-25T00:32:19Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Your First LTE 2022-04-22 08:43  This post is the perfect starting point for learning to build your own LTE network. View this lession as a guided introduction – including t...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Your First LTE&lt;br /&gt;
2022-04-22 08:43&lt;br /&gt;
&lt;br /&gt;
This post is the perfect starting point for learning to build your own LTE network. View this lession as a guided introduction – including the installation, configuration, and best practices that will ease your learning.&lt;br /&gt;
&lt;br /&gt;
Prerequisites&lt;br /&gt;
First, you have to prepare USRP B200/B210 to run srsRAN. However, please keep in mind that you would still need a fairly high-end PC (at least dual-core i5, better quad-core i7) with USB 3.0 to attach the USRP B200/B210.&lt;br /&gt;
&lt;br /&gt;
For USRP B200/B210, you can use a GPS antenna for clock synchronization. Of course, it can work without a GPS antenna, but if you have that antenna, it’s a good to have a window near your desk where you can put the small GPS patch antenna. In my case, a 1 to 2 meters antenna cable is used between desk/computer and the window.&lt;br /&gt;
&lt;br /&gt;
This document will be described with the following equipment.&lt;br /&gt;
&lt;br /&gt;
i5-8500 PC with Ubuntu 20.04(focal)&lt;br /&gt;
USRP B200/B210 with USB 3.0&lt;br /&gt;
iPhone XS&lt;br /&gt;
sysmoUSIM-SJS1&lt;br /&gt;
10Mhz GPS-DO(Optional)&lt;br /&gt;
Overall Physical Setup&lt;br /&gt;
If you want to use GPS antenna, setup your devices in the following order:&lt;br /&gt;
&lt;br /&gt;
GPS antenna near window&lt;br /&gt;
GPS antenna connected to “GPS ANT” connector of GPS-DO (SMA)&lt;br /&gt;
10MHz output (BNC) of GPS-DO connected to 10MHz input of USRP (SMA)&lt;br /&gt;
GPS input of USRP open/unused!&lt;br /&gt;
1PPS input of USRP open/unused!&lt;br /&gt;
GPS-DO powered via power supply&lt;br /&gt;
Note: When the GPS-DO acquires a lock on the GPS signal, a GREEN LED is displayed. GPS takes time to function normally. You also need to wait for the RED LED(ALARM) to turn off.&lt;br /&gt;
&lt;br /&gt;
Then, setup the USRP B200/B210 as below:&lt;br /&gt;
&lt;br /&gt;
Small Antennas should be connected to USRP Rx/Tx ports (RF-A/RF-B)&lt;br /&gt;
USRP powered via power supply or over USB 3.0&lt;br /&gt;
USRP USB 3.0 port connected to your PC&lt;br /&gt;
USIM Setup&lt;br /&gt;
Bascially, you can learn how to use it in the sysmoUSIM manual or on the official homepage of pysim project. Let’s take a quickstart guide for this experiment.&lt;br /&gt;
&lt;br /&gt;
Install dependencies:&lt;br /&gt;
$ sudo apt-get install pcscd pcsc-tools libccid libpcsclite-dev python-pyscard&lt;br /&gt;
Connect SIM card reader to your computer and insert programmable SIM card to the reader.&lt;br /&gt;
Check the status of connection by entering the following command:&lt;br /&gt;
$ pcsc_scan&lt;br /&gt;
PC/SC device scanner&lt;br /&gt;
V 1.5.2 (c) 2001-2017, Ludovic Rousseau &amp;lt;ludovic.rousseau@free.fr&amp;gt;&lt;br /&gt;
Using reader plug'n play mechanism&lt;br /&gt;
Scanning present readers...&lt;br /&gt;
0: HID Global OMNIKEY 3x21 Smart Card Reader [OMNIKEY 3x21 Smart Card Reader] 00&lt;br /&gt;
&lt;br /&gt;
Sun May 26 14:26:12 2019&lt;br /&gt;
 Reader 0: HID Global OMNIKEY 3x21 Smart Card Reader [OMNIKEY 3x21 Smart Card Re&lt;br /&gt;
  Card state: Card inserted,&lt;br /&gt;
  ATR: 3B 9F 96 80 1F C7 80 31 A0 73 BE 21 13 67 43 20 07 18 00 00 01 A5&lt;br /&gt;
...&lt;br /&gt;
If SIM card reader is recognized then we can expect to print “Card inserted”.&lt;br /&gt;
Get the code of PySIM with installing dependency:&lt;br /&gt;
$ sudo apt-get install python-pyscard python-serial python-pip&lt;br /&gt;
$ pip install pytlv&lt;br /&gt;
$ git clone git://git.osmocom.org/pysim&lt;br /&gt;
Read your SIM card:&lt;br /&gt;
$ ./pySim-read.py -p0 or ./pySim-read.py -p1&lt;br /&gt;
Using PC/SC reader (dev=0) interface&lt;br /&gt;
Reading ...&lt;br /&gt;
ICCID: 8988211000000213010&lt;br /&gt;
IMSI: 310789012345301&lt;br /&gt;
SMSP: ffffffffffffffffffffffffffffffffffffffffffffffffe1ffffffffffffffffffffffff&lt;br /&gt;
...&lt;br /&gt;
Program your SIM card like the followings:&lt;br /&gt;
./pySim-prog.py -p 0 -n Open5GS -a 62416296 -s 8988211000000213010 -i 310789012345301 -x 310 -y 789 -k 82E9053A1882085FF2C020359938DAE9 -o BFD5771AAF4F6728E9BC6EF2C2533BDB&lt;br /&gt;
Using PC/SC reader (dev=0) interface&lt;br /&gt;
Insert card now (or CTRL-C to cancel)&lt;br /&gt;
Autodetected card type: sysmoUSIM-SJS1&lt;br /&gt;
Generated card parameters :&lt;br /&gt;
 &amp;gt; Name    : Open5GS&lt;br /&gt;
 &amp;gt; SMSP    : e1ffffffffffffffffffffffff0581005155f5ffffffffffff000000&lt;br /&gt;
 &amp;gt; ICCID   : 8988211000000213010&lt;br /&gt;
 &amp;gt; MCC/MNC : 310/789&lt;br /&gt;
 &amp;gt; IMSI    : 310789012345301&lt;br /&gt;
 &amp;gt; Ki      : 82E9053A1882085FF2C020359938DAE9&lt;br /&gt;
 &amp;gt; OPC     : BFD5771AAF4F6728E9BC6EF2C2533BDB&lt;br /&gt;
 &amp;gt; ACC     : None&lt;br /&gt;
&lt;br /&gt;
Programming ...&lt;br /&gt;
Done !&lt;br /&gt;
Note: You should use your ADM value to program USIM card, not my ADM(-a 62416296).&lt;br /&gt;
&lt;br /&gt;
Installation&lt;br /&gt;
We will use Ubuntu 20.04(focal) installed PC.&lt;br /&gt;
&lt;br /&gt;
1. USRP Hardware Driver&lt;br /&gt;
Most Linux distributions provide UHD as part of their package management. On Debian and Ubuntu systems, this will install the base UHD library, all headers and build-specific files, as well as utilities:&lt;br /&gt;
&lt;br /&gt;
$ sudo add-apt-repository ppa:ettusresearch/uhd&lt;br /&gt;
$ sudo apt update&lt;br /&gt;
$ sudo apt install libuhd-dev libuhd003 uhd-host&lt;br /&gt;
After installing, you need to download the FPGA images packages by running uhd images downloader on the command line (the actual path may differ based on your installation):&lt;br /&gt;
&lt;br /&gt;
$ sudo /usr/lib/uhd/utils/uhd_images_downloader.py&lt;br /&gt;
2. srsRAN&lt;br /&gt;
On Ubuntu 20.04(focal), one can install the required libraries with:&lt;br /&gt;
&lt;br /&gt;
$ sudo apt install cmake libfftw3-dev libmbedtls-dev libboost-program-options-dev libconfig++-dev libsctp-dev&lt;br /&gt;
Download and build srsLTE:&lt;br /&gt;
&lt;br /&gt;
$ git clone https://github.com/srsRAN/srsRAN.git&lt;br /&gt;
$ cd srsRAN&lt;br /&gt;
$ git checkout release_21_10&lt;br /&gt;
$ git rev-parse HEAD&lt;br /&gt;
5275f33360f1b3f1ee8d1c4d9ae951ac7c4ecd4e&lt;br /&gt;
$ mkdir build&lt;br /&gt;
$ cd build&lt;br /&gt;
$ cmake ../&lt;br /&gt;
$ make&lt;br /&gt;
$ make test&lt;br /&gt;
3. Open5GS&lt;br /&gt;
The Open5GS package is available on the recent versions of Ubuntu.&lt;br /&gt;
&lt;br /&gt;
# Getting the authentication key&lt;br /&gt;
$ sudo apt install wget&lt;br /&gt;
$ wget https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_20.04/Release.key&lt;br /&gt;
$ sudo apt-key add Release.key&lt;br /&gt;
&lt;br /&gt;
# Installing Open5GS&lt;br /&gt;
$ sudo sh -c &amp;quot;echo 'deb https://download.opensuse.org/repositories/home:/acetcom:/open5gs:/latest/xUbuntu_20.04/ ./' &amp;gt; /etc/apt/sources.list.d/open5gs.list&amp;quot;&lt;br /&gt;
$ sudo apt update&lt;br /&gt;
$ sudo apt install open5gs&lt;br /&gt;
The following shows how to install the Web UI of Open5GS.&lt;br /&gt;
&lt;br /&gt;
$ curl -fsSL https://deb.nodesource.com/setup_14.x | sudo -E bash -&lt;br /&gt;
$ sudo apt install nodejs&lt;br /&gt;
$ curl -fsSL https://open5gs.org/open5gs/assets/webui/install | sudo -E bash -&lt;br /&gt;
Configuration &amp;amp; Running&lt;br /&gt;
1. Open5GS&lt;br /&gt;
When you purchase the sysmoUSIM, you will receive the following information via e-mail.&lt;br /&gt;
&lt;br /&gt;
Title : sysmocom SIM Card Details / AM93\PICK\00859&lt;br /&gt;
&lt;br /&gt;
IMSI    ICCID   ACC PIN1    PUK1    PIN2    PUK2    Ki  OPC ADM1    KIC1    KID1    KIK1&lt;br /&gt;
...&lt;br /&gt;
901700000017408	8988211000000174089	0100	3623	84724035	8774	57473966	B1233463AB9BC2AD2DB1830EB6417E7B	625150E2A943E3353DD23554101CAFD4	47190711	C865CAA0A54542333929B29B116F4375	7D7F65DCD99003C0A0D5D31CA3E5253E	5B27983AF628FC3FCB36B89300012944&lt;br /&gt;
Here’s my subscriber information from above.&lt;br /&gt;
&lt;br /&gt;
MCC/MNC : 901/70&lt;br /&gt;
IMSI : 901700000017408&lt;br /&gt;
K : B1233463AB9BC2AD2DB1830EB6417E7B&lt;br /&gt;
OPc : 625150E2A943E3353DD23554101CAFD4  &lt;br /&gt;
If you programmed USIM using a card reader like me, you should use your SIM information.&lt;br /&gt;
&lt;br /&gt;
MCC/MNC : 310/789&lt;br /&gt;
IMSI : 310789012345301&lt;br /&gt;
K : 82E9053A1882085FF2C020359938DAE9&lt;br /&gt;
OPc : BFD5771AAF4F6728E9BC6EF2C2533BDB  &lt;br /&gt;
Connect to http://localhost:3000 and login with admin account.&lt;br /&gt;
&lt;br /&gt;
Username : admin&lt;br /&gt;
Password : 1423&lt;br /&gt;
&lt;br /&gt;
Then proceed as follows:&lt;br /&gt;
&lt;br /&gt;
Go to Subscriber Menu.&lt;br /&gt;
Click + Button to add a new subscriber.&lt;br /&gt;
Fill the IMSI, security context(K, OPc, AMF), and APN of the subscriber.&lt;br /&gt;
Click SAVE Button&lt;br /&gt;
Modify install/etc/open5gs/mme.yaml to set the S1AP IP address, PLMN ID, and TAC.&lt;br /&gt;
&lt;br /&gt;
$ diff -u /etc/open5gs/mme.yaml.old /etc/open5gs/mme.yaml&lt;br /&gt;
--- mme.yaml.old	2020-08-22 12:07:32.755250028 -0400&lt;br /&gt;
+++ mme.yaml	2020-08-22 12:08:17.309320211 -0400&lt;br /&gt;
@@ -208,20 +208,20 @@&lt;br /&gt;
 mme:&lt;br /&gt;
     freeDiameter: /home/acetcom/Documents/git/open5gs/install/etc/freeDiameter/mme.conf&lt;br /&gt;
     s1ap:&lt;br /&gt;
-      addr: 127.0.0.2&lt;br /&gt;
+      addr: 127.0.1.2&lt;br /&gt;
     gtpc:&lt;br /&gt;
       addr: 127.0.0.2&lt;br /&gt;
     gummei:&lt;br /&gt;
       plmn_id:&lt;br /&gt;
-        mcc: 901&lt;br /&gt;
-        mnc: 70&lt;br /&gt;
+        mcc: 310&lt;br /&gt;
+        mnc: 789&lt;br /&gt;
       mme_gid: 2&lt;br /&gt;
       mme_code: 1&lt;br /&gt;
     tai:&lt;br /&gt;
       plmn_id:&lt;br /&gt;
-        mcc: 901&lt;br /&gt;
-        mnc: 70&lt;br /&gt;
-      tac: 1&lt;br /&gt;
+        mcc: 310&lt;br /&gt;
+        mnc: 789&lt;br /&gt;
+      tac: 2&lt;br /&gt;
     security:&lt;br /&gt;
         integrity_order : [ EIA1, EIA2, EIA0 ]&lt;br /&gt;
         ciphering_order : [ EEA0, EEA1, EEA2 ]&lt;br /&gt;
Modify install/etc/open5gs/sgwu.yaml to set the GTP-U IP address.&lt;br /&gt;
&lt;br /&gt;
$ diff -u /etc/open5gs/sgwu.yaml.old /etc/open5gs/sgwu.yaml&lt;br /&gt;
--- sgwu.yaml.old	2020-08-22 12:08:44.782880778 -0400&lt;br /&gt;
+++ sgwu.yaml	2020-08-22 12:06:49.809299514 -0400&lt;br /&gt;
@@ -82,7 +82,7 @@&lt;br /&gt;
 #&lt;br /&gt;
 sgwu:&lt;br /&gt;
     gtpu:&lt;br /&gt;
-      addr: 10.11.0.6&lt;br /&gt;
+      addr: 127.0.0.6&lt;br /&gt;
     pfcp:&lt;br /&gt;
       addr: 127.0.0.6&lt;br /&gt;
After changing conf files, please restart Open5GS daemons.&lt;br /&gt;
&lt;br /&gt;
$ sudo systemctl restart open5gs-mmed.service&lt;br /&gt;
$ sudo systemctl restart open5gs-sgwud.service&lt;br /&gt;
If your phone can connect to internet, you must run the following command in Open5GS-PGW installed host.&lt;br /&gt;
&lt;br /&gt;
### Check IP Tables&lt;br /&gt;
$ sudo iptables -L&lt;br /&gt;
Chain INPUT (policy ACCEPT)&lt;br /&gt;
target     prot opt source               destination&lt;br /&gt;
&lt;br /&gt;
Chain FORWARD (policy ACCEPT)&lt;br /&gt;
target     prot opt source               destination&lt;br /&gt;
&lt;br /&gt;
Chain OUTPUT (policy ACCEPT)&lt;br /&gt;
target     prot opt source               destination&lt;br /&gt;
&lt;br /&gt;
### Check NAT Tables&lt;br /&gt;
$ sudo iptables -L -t nat&lt;br /&gt;
Chain PREROUTING (policy ACCEPT)&lt;br /&gt;
target     prot opt source               destination&lt;br /&gt;
&lt;br /&gt;
Chain INPUT (policy ACCEPT)&lt;br /&gt;
target     prot opt source               destination&lt;br /&gt;
&lt;br /&gt;
Chain OUTPUT (policy ACCEPT)&lt;br /&gt;
target     prot opt source               destination&lt;br /&gt;
&lt;br /&gt;
Chain POSTROUTING (policy ACCEPT)&lt;br /&gt;
target     prot opt source               destination&lt;br /&gt;
&lt;br /&gt;
### Enable IPv4/IPv6 Forwarding&lt;br /&gt;
$ sudo sysctl -w net.ipv4.ip_forward=1&lt;br /&gt;
$ sudo sysctl -w net.ipv6.conf.all.forwarding=1&lt;br /&gt;
&lt;br /&gt;
### Add NAT Rule&lt;br /&gt;
$ sudo iptables -t nat -A POSTROUTING -s 10.45.0.0/16 ! -o ogstun -j MASQUERADE&lt;br /&gt;
$ sudo ip6tables -t nat -A POSTROUTING -s 2001:db8:cafe::/48 ! -o ogstun -j MASQUERADE&lt;br /&gt;
Note: For the first time, it is a good condition if you do not have any rules in the IP/NAT tables. If a program such as docker has already set up a rule, you will need to add a rule differently.&lt;br /&gt;
&lt;br /&gt;
2. srsRAN&lt;br /&gt;
Change back to the srsRAN source directory and copy the main config example as well as all additional config files for RR, SIB and DRB.&lt;br /&gt;
&lt;br /&gt;
$ cp srsenb/enb.conf.example srsenb/enb.conf&lt;br /&gt;
$ cp srsenb/rr.conf.example srsenb/rr.conf&lt;br /&gt;
$ cp srsenb/drb.conf.example srsenb/drb.conf&lt;br /&gt;
$ cp srsenb/sib.conf.example srsenb/sib.conf&lt;br /&gt;
$ cp srsenb/sib.conf.mbsfn.example srsenb/sib.conf.mbsfn&lt;br /&gt;
You should check your phone frequency. If your phone does not support Band-3, you should use a different DL EARFCN value.&lt;br /&gt;
&lt;br /&gt;
$ diff -u enb.conf.example enb.conf&lt;br /&gt;
-- enb.conf.example	2022-01-19 20:30:13.612993155 +0900&lt;br /&gt;
+++ enb.conf	2022-01-19 21:04:15.674419300 +0900&lt;br /&gt;
@@ -20,9 +20,9 @@&lt;br /&gt;
 #####################################################################&lt;br /&gt;
 [enb]&lt;br /&gt;
 enb_id = 0x19B&lt;br /&gt;
-mcc = 001&lt;br /&gt;
-mnc = 01&lt;br /&gt;
-mme_addr = 127.0.1.100&lt;br /&gt;
+mcc = 310&lt;br /&gt;
+mnc = 789&lt;br /&gt;
+mme_addr = 127.0.1.2&lt;br /&gt;
 gtp_bind_addr = 127.0.1.1&lt;br /&gt;
 s1c_bind_addr = 127.0.1.1&lt;br /&gt;
 s1c_bind_port = 0&lt;br /&gt;
@@ -67,7 +67,7 @@&lt;br /&gt;
 tx_gain = 80&lt;br /&gt;
 rx_gain = 40&lt;br /&gt;
&lt;br /&gt;
-#device_name = auto&lt;br /&gt;
+device_name = auto&lt;br /&gt;
&lt;br /&gt;
 # For best performance in 2x2 MIMO and &amp;gt;= 15 MHz use the following device_args settings:&lt;br /&gt;
 #     USRP B210: num_recv_frames=64,num_send_frames=64&lt;br /&gt;
@@ -81,7 +81,7 @@&lt;br /&gt;
&lt;br /&gt;
 # Example for ZMQ-based operation with TCP transport for I/Q samples&lt;br /&gt;
 #device_name = zmq&lt;br /&gt;
-#device_args = fail_on_disconnect=true,tx_port=tcp://*:2000,rx_port=tcp://localhost:2001,id=enb,base_srate=23.04e6&lt;br /&gt;
+device_args = clock=external&lt;br /&gt;
&lt;br /&gt;
 #####################################################################&lt;br /&gt;
 # Packet capture configuration&lt;br /&gt;
$ diff -u rr.conf.example rr.conf&lt;br /&gt;
-- rr.conf.example	2022-01-19 20:30:13.620992794 +0900&lt;br /&gt;
+++ rr.conf	2022-01-19 21:05:21.959044145 +0900&lt;br /&gt;
@@ -55,10 +55,10 @@&lt;br /&gt;
   {&lt;br /&gt;
     // rf_port = 0;&lt;br /&gt;
     cell_id = 0x01;&lt;br /&gt;
-    tac = 0x0007;&lt;br /&gt;
+    tac = 0x0002;&lt;br /&gt;
     pci = 1;&lt;br /&gt;
     // root_seq_idx = 204;&lt;br /&gt;
-    dl_earfcn = 3350;&lt;br /&gt;
+    dl_earfcn = 1600;&lt;br /&gt;
     //ul_earfcn = 21400;&lt;br /&gt;
     ho_active = false;&lt;br /&gt;
     //meas_gap_period = 0; // 0 (inactive), 40 or 80&lt;br /&gt;
@@ -114,4 +114,4 @@&lt;br /&gt;
 nr_cell_list =&lt;br /&gt;
 (&lt;br /&gt;
   // no NR cells&lt;br /&gt;
MME Address, TAC, PLMN ID, DL EARFCN, and Device Argument are updated as belows.&lt;br /&gt;
&lt;br /&gt;
MME Address : 127.0.1.2&lt;br /&gt;
TAC : 2&lt;br /&gt;
PLMN ID : MNC(310), MCC(789) programmed USIM with a card reader&lt;br /&gt;
DL EARFCN : Band-3 - from your Phone&lt;br /&gt;
Device Argument : Clock source from external GPS-DO&lt;br /&gt;
If you are not using GPS-DO, you can just comment out device_args as shown below.&lt;br /&gt;
&lt;br /&gt;
$ diff -u enb.conf enb.conf.no_gps_do&lt;br /&gt;
--- enb.conf	2022-01-19 21:08:32.941527373 +0900&lt;br /&gt;
+++ enb.conf.no_gps_do	2022-01-19 21:10:18.612581261 +0900&lt;br /&gt;
@@ -81,7 +81,7 @@&lt;br /&gt;
&lt;br /&gt;
 # Example for ZMQ-based operation with TCP transport for I/Q samples&lt;br /&gt;
 #device_name = zmq&lt;br /&gt;
-device_args = clock=external&lt;br /&gt;
+#device_args = fail_on_disconnect=true,tx_port=tcp://*:2000,rx_port=tcp://localhost:2001,id=enb,base_srate=23.04e6&lt;br /&gt;
&lt;br /&gt;
 #####################################################################&lt;br /&gt;
 # Packet capture configuration&lt;br /&gt;
Now, run the srsRAN as follows:&lt;br /&gt;
&lt;br /&gt;
$ cd srsenb/&lt;br /&gt;
$ sudo UHD_IMAGES_DIR=/usr/share/uhd/images ../build/srsenb/src/srsenb ./enb.conf&lt;br /&gt;
---  Software Radio Systems LTE eNodeB  ---&lt;br /&gt;
&lt;br /&gt;
Reading configuration file ./enb.conf...&lt;br /&gt;
WARNING: cpu0 scaling governor is not set to performance mode. Realtime processing could be compromised. Consider setting it to performance mode before running the application.&lt;br /&gt;
&lt;br /&gt;
Built in Release mode using commit 5275f3336 on branch HEAD.&lt;br /&gt;
&lt;br /&gt;
connect(): Connection refused&lt;br /&gt;
Failed to initiate S1 connection. Attempting reconnection in 10 seconds&lt;br /&gt;
Opening 1 channels in RF device=default with args=default&lt;br /&gt;
Available RF device list: UHD&lt;br /&gt;
Trying to open RF device 'UHD'&lt;br /&gt;
[INFO] [UHD] linux; GNU C++ version 9.3.0; Boost_107100; UHD_4.1.0.4-release&lt;br /&gt;
[INFO] [LOGGING] Fastpath logging disabled at runtime.&lt;br /&gt;
Opening USRP channels=1, args: type=b200,master_clock_rate=23.04e6&lt;br /&gt;
[INFO] [UHD RF] RF UHD Generic instance constructed&lt;br /&gt;
[INFO] [B200] Detected Device: B200&lt;br /&gt;
[INFO] [B200] Operating over USB 3.&lt;br /&gt;
[INFO] [B200] Initialize CODEC control...&lt;br /&gt;
[INFO] [B200] Initialize Radio control...&lt;br /&gt;
[INFO] [B200] Performing register loopback test...&lt;br /&gt;
[INFO] [B200] Register loopback test passed&lt;br /&gt;
[INFO] [B200] Asking for clock rate 23.040000 MHz...&lt;br /&gt;
[INFO] [B200] Actually got clock rate 23.040000 MHz.&lt;br /&gt;
RF device 'UHD' successfully opened&lt;br /&gt;
&lt;br /&gt;
==== eNodeB started ===&lt;br /&gt;
Type &amp;lt;t&amp;gt; to view trace&lt;br /&gt;
Turn on your eNodeB and Phone&lt;br /&gt;
You can see actual traffic through wireshark – [srsenb.pcapng].&lt;br /&gt;
You can view the log at /var/log/open5gs/*.log.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Referensi==&lt;br /&gt;
&lt;br /&gt;
* https://open5gs.org/open5gs/docs/tutorial/01-your-first-lte/&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>