- 博客(14)
- 收藏
- 关注
原创 SRSLTE给控制台输出增加时间戳
srsLTE add timestamp to console outputsrslte add timestamp to console outputA. srslte有一个logger类, 该类主要负责日志的记录和输出.B. 修改`logger_stdout.h`C. 修改`log_filter`类D. 生成补丁srslte add timestamp to console output因为有需求给srslte运行时的终端输出添加时间戳, 所以有如下对源码的修改. 修改的内容不是很难, 但是对需要
2020-08-03 09:08:08
485
原创 free5gc installation and test
free5gc installation and testReferenceEnvironmentInstallationA. Pre-requisiteB. Install Control Plane EntitiesC. Install User Plane Function(UPF)RunA. Run Core NetworkB. Run N3IWF(Individually)TestReferencegithub free5gc readmefree5gc forumgithub free
2020-07-30 08:45:36
2082
2
转载 5G OpenAir first run
5G OpenAir first run1 Environment and Introduction2 References3 Build4 Running1 Environment and IntroductionNameDescribeDate2020.07.26 SundayUbuntu18.04.4 LTSopenairinterface5gdevelop, tag: 2020.w28下图为open-cells 5G OpenAir first run
2020-07-27 09:21:57
724
1
原创 OAI 运行调试
OAI 运行调试HSSMMESPGWENB运行HSSHSS的配置文件有两个,一是hss.conf,另一个是hss_fd.conf.hss.conf需要修改的参数如下:hss_fd.conf需要修改的参数如下:这里需要注意的是,如果你usim白卡没有OPC只有OP,那么OPERATOR_key要设置成对应的OP值;如果情况相反,没有OP只有OPC,那么OPERATOR_key=""设置为空。原因如下图所示:MMEMME配置文件也有两个,一是mme.conf,另一个是mme_fd.con
2020-07-24 09:22:44
1042
1
转载 All in one OpenAirInterface
All in one OpenAirInterface安装环境准备工作1. Add the OAI repository as authorized remote system2. Install USRP drivers3. Download author's modifications4. Download and patch EPCInstall third party SW for EPCHSSMMESPGWComplie the EPC nodesDownload & Complie th
2020-07-22 22:24:44
625
原创 Ubuntu Kernel 配置和删除
文章目录Ubuntu Kernel 配置和删除1 显示内核的顺序2 修改内核默认启动顺序3 Update grub4 Reboot5 Uninstall KernelUbuntu Kernel 配置和删除最近可能需要频繁换内核,因此记录一下内核的配置和删除。Refkernel1 显示内核的顺序命令cat /boot/grub/grub.cfg | awk -F"--" '$0 ~ /menuentry/ {print $1}'结果(序号从0开始)menuentry 'Ubunt
2020-07-22 09:01:14
764
原创 OAI 环境搭建
Problem1. Failed to connect to gist.github.com问题描述:cd <your oai installation directory>/openairinterface5g/source oaienvcd cmake_targets/./build_oai -I -w USRP --eNB --UE --nrUE --gNB解决办法:最初,这个问题挂代理也无法解决。后来查阅相关资料后,是域名解析不对。需要在/etc/hosts文件里附加
2020-07-16 08:23:50
2126
2
原创 在Ubuntu 16.04上安装多版本 Boost
在Ubuntu 16.04上安装多版本 Boost1 卸载旧版本boost2 获取boost源码包3 Build & Install4 Set Env参考Ubuntu 16.04 更换boost版本Ubuntu 16 安装 boost1 卸载旧版本boost如果已经安装过boost, 执行下面命令来卸载libboost。sudo apt --purge remove libboost-devsudo apt --purge remove libboost-all-devsu
2020-07-14 09:22:00
2281
2
原创 srsLTE config(epc.conf, enb.conf and user_db.csv)
srsLTE config1. srsepc config2. srsenb config3. user_db.csv config下面注释有# changed都是修改过的参数。1. srsepc config###################################################################### srsEPC configuration file################################
2020-07-09 21:43:20
1131
原创 srsLTE+b210 搭建4G微基站
srsLTE+b210 搭建4G伪基站srsLTE 源码编译安装1 环境介绍2 安装依赖3 源码编译安装4 搭建4G基站4.1 安装低延时内核4.2 配置网络接口4.3 添加SIM卡的配置信息4.4 其他配置信息修改4.5 运行srsLTE 源码编译安装参考srsLTE GithubWhite-Alone’s BlogsrsLTE Official Guide1 环境介绍NameVersionUbuntu16.04uhd3.15.0.0srsLTE
2020-07-08 21:51:29
8048
2
原创 gnuradio+b210实现FM收音机
gnuradio+b210实现FM收音机环境介绍FM接收1 Flow Graph2 变量参数FM发射1 Flow Graph环境介绍NameVersiongnuradio3.7.14.0uhd3.15.0.0ubuntu18.04usrpb210参考https://www.ijedr.org/papers/IJEDR1702038.pdfAudio File Transmission using GNURADIO and USRPFM接
2020-07-07 21:48:43
4669
1
原创 Ubuntu 16.04 源码编译安装 uhd & gnuradio
Ubuntu 16.04 源码编译安装 uhd & gnuradio环境介绍UHD安装1 安装依赖2 编译3 测试安装结果gnuradio安装环境介绍NameVersionUbuntu16.04uhd3.15.0.0(UHD-3.15.LTS)gnuradiomaint3.7UHD安装1 安装依赖参考连接ettus build guidecmake build guidesudo apt-get install libboost-a
2020-07-04 11:07:04
1800
7
原创 Ubuntu 18.04 配置终端 proxychains-ng 代理
*** Installation ***# needs a working C compiler, preferably gcccd ~/Downloadgit clonehttps://github.com/rofl0r/proxychains-ngcd proxychains-ng./configure --prefix=/usr --sysconfdir=/etc #编...
2019-12-17 21:51:51
2509
2
转载 Linux和Windows双系统安装
目的:记录一下装双系统的步骤和流程,省得以后再装的时候找不到资料。具体内容参照https://blog.youkuaiyun.com/qq_24624539/article/details/81775635我的情况是在装有windows 10系统的电脑上装ubuntu 18.04。主要步骤为1.制作ubuntu U盘启动盘2.在原先win10系统硬盘上分出两块新的分区,一块是从win10系...
2019-11-30 23:38:21
198
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人