博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
How To run OAI eNB (No S1) with USRP X310(1)
阅读量:5238 次
发布时间:2019-06-14

本文共 2335 字,大约阅读时间需要 7 分钟。

How To run OAI eNB (No S1) with USRP X310

1.Things need to be done

1.1 Install Ubuntu 14.04

1.1.1 Install a standard 32 or 64-bit 14.04 system

Nothing to tell. Note that, please install the system with networkin order to get some updates. Or, you may update your system manually.

Some commands may be: apt-get update, apt-get dist-upgrade.

 

1.1.2 Remove Power management

Remove all power management features inthe BIOS (sleep states, in particular C-states) and CPU frequency scaling(Intel ). Insome cases, you can also do this with cpufreqtool.

  • check this using this command: watch grep \"cpu MHz\" /proc/cpuinfo
  • have a look at for further information
  • you may need to add intel_pstate=disable to the Linux boot options, i.e GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_pstate=disable" in /etc/default/grub, then perform update-grub

1.1.3 Lowlatency setup

To install Ubuntu 14.10 kernel 3.17 on topof Ubuntu 14.04, 64-bit architecture and lowlatency.

 

version=3.17 

wget -r -e robots=off --accept-regex"(.*lowlatency.*amd64)|(all).deb"  

dpkg -i kernel.ubuntu.com/*/*/*/*deb

After areboot, uname -a shouldgive the following output:

Linux [NAME] 3.17-lowlatency #201408132253 SMPPREEMPT Thu Aug 14 03:01:44 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

1.2 Install Useful software

In order to edit and analyze configuration filesand log files, you need also install some other software. Which are:

cmake, vim, eclipse, wireshark,ittianalyzer, subversion, git, (updating ……..)

 

As to wireshark & ittianalyzer, you canfollow this post to finish the installation and configure.

()

 

1.3 UHD installation

You can follow the ETTUS’s installationguide, or you can use the autobuild script provided by OpenLTE project.( )

 

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 

As a non-root user, give the followingcommand:

mkdir gnuradio

cd gnurdio

wgethttp://www.sbrac.org/files/build-gnuradio

chmod a+x build-gnuradio

./build-gnuradio -v

You will be asked for the root passwordby the install script. The whole procedure can take up to 3 hours! It willdownload GNURadio , UHD and all the necessary dependencies.

Check the communication with your Ettus SDR:

Connect your SDR to one of the USB3 interfaces, and run:

uhd_usrp_probe

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 

转载于:https://www.cnblogs.com/jhcelue/p/7305974.html

你可能感兴趣的文章
PHPStorm2017设置字体与设置浏览器访问
查看>>
Django 相关
查看>>
git init
查看>>
训练记录
查看>>
IList和DataSet性能差别 转自 http://blog.csdn.net/ilovemsdn/article/details/2954335
查看>>
Hive教程(1)
查看>>
第16周总结
查看>>
C#编程时应注意的性能处理
查看>>
Fragment
查看>>
比较安全的获取站点更目录
查看>>
苹果开发者账号那些事儿(二)
查看>>
使用C#交互快速生成代码!
查看>>
UVA11374 Airport Express
查看>>
P1373 小a和uim之大逃离 四维dp,维护差值
查看>>
NOIP2015 运输计划 树上差分+树剖
查看>>
P3950 部落冲突 树链剖分
查看>>
读书_2019年
查看>>
读书汇总贴
查看>>
微信小程序 movable-view组件应用:可拖动悬浮框_返回首页
查看>>
MPT树详解
查看>>