OAI
芯青年mp
集成电路设计和验证,研究信道编译码、微体系结构设计、深度学习加速器、人工智能算法实现等,CCF会员。
展开
-
Compilations steps for use with oaisim 4G emulation environment
following the instructions in README file under trunk/openair-cn, do "Compilations steps for use with oaisim 4G emulation environment"==./autogen.sh or autoreconf -i --force --install==mkdir objs原创 2015-03-13 16:45:34 · 2068 阅读 · 5 评论 -
How To Start a simple OAI Simulaton
How To Start a simple OAI SimulatonWhen you are a beginner of OAI, you can follow this page to start a simple OAI simulation. Since OAI gives us an Autorun shell recently, the whole process is not s原创 2015-03-23 11:02:42 · 2547 阅读 · 0 评论 -
都在研究LTE物理层协议,你真的知道高层需要的是什么吗?
在国内,研究LTE的人和机构并不少,但绝大多数都局限于物理层协议,说的再具体一些,就是36.2xx的几个协议,甚至只是局限在某一个“关键技术”上面,比如Turbo编译码,比如时频同步,再比如小区接入等。那么问题来了,在一个通信系统中,高层需要物理层提供哪些服务(Services)吗?恐怕很少有人能够举出超过五个例子,即使是在通信行业深耕多年的原创 2016-12-12 19:12:48 · 3522 阅读 · 0 评论 -
How To run OAI eNB (No S1) with USRP X310(1)
How To run OAI eNB (No S1) with USRP X3101.Things need to be done1.1 Install Ubuntu 14.041.1.1 Install a standard 32 or 64-bit 14.04 systemNothing to tell. Note that, please install th原创 2015-08-17 18:38:20 · 4235 阅读 · 1 评论 -
E-UTRA channel bandwidths per operating band (36.101)
E-UTRA channel bandwidths per operating band (36.101)原创 2015-08-15 10:59:15 · 2549 阅读 · 0 评论 -
Build HSS and Config Phpmyadmin
Build HSS and Config PhpmyadminThe following is the Openair4G's instructions.Building HSS:cmake_targets$ tools/build_hss -c --connect-to-mme ubuntu.openair4G.eur -t -T --realm openair4原创 2015-06-14 13:34:15 · 1810 阅读 · 1 评论 -
How to run oaisim with virtual MME on same machine
How to run oaisim with virtual MME on same machine(example_oaisim_enb_ue_mme_virtual)Since I don’t have much knowledge about EPC and MME, just follow the example file(example_oaisim_enb_ue_mme原创 2015-06-29 17:30:53 · 2646 阅读 · 1 评论 -
如何使用Openair4G的OTG以及进行ping操作
如何使用Openair4G的OTG以及进行ping操作为了使后续可以把文章所述的内容作为一个有效的参考,我会在文章开头把所使用的svn信息列出来。=========================================================URL: http://svn.eurecom.fr/openair4G/trunkRelative URL:翻译 2015-06-06 17:05:19 · 2985 阅读 · 0 评论 -
OAI编译EPC流程
OAI编译EPC流程EPC编译流程:#~ cd trunk/cmake_targets#~ tools/build_epc -I # (只需运行一次)选择1: #~ tools/build_epc --clean --debug --s6aserver --transport-tcp-only --transport-prefer-tcp # 适用于OAI H翻译 2015-06-04 09:33:36 · 2143 阅读 · 0 评论 -
如何解决编译过程中遇到ASN1C相关的问题
如何解决编译过程中遇到ASN1C相关的问题 最近,在OAI的maillist交流中,发现有很大一部分人在同时使用老的Makefile和新的cmake。而在切换到新的编译环境时,没有及时把由旧的编译环境生成的结果清理掉。这就会报出一些变量未定义或者不匹配的错误。比如 在进行oaisim编译过程中,就会报出下列的错误。/home/brix/openair4Gnewes原创 2015-05-18 17:49:59 · 3969 阅读 · 0 评论 -
OAI EPC+eNB+UE的一个仿真事例
OAI EPC+eNB+UE的一个仿真事例今天,邮件里收到台湾国立清华大学的Shu-Ting Wang的一个仿真事例,由于我手头现在没有USRP B210,但是我觉得他/她给出的方案可以让初学者有个参考借鉴。现在整理如下。仿真设定:eNB和UE之间通过USRP B210连接,两个B210通过光纤连通,未接入天线。MME通过以太网与eNB连接,与HSS同处于一个机器上。翻译 2015-05-21 09:25:48 · 7978 阅读 · 4 评论 -
USRP N210在OAI平台上应用需要考虑的问题
USRP N210在OAI平台上应用需要考虑的问题先看看N210的Spec吧,• Two 100 MS/s 14-bit analog to digital converters• Two 400 MS/s 16-bit digital to analog converters• Digital down-converters with programmable d原创 2015-04-24 09:49:18 · 2324 阅读 · 1 评论 -
OAI Kernel Requirements
Kernel Requirements A simple OAI system doesn't require any special kernels and generally we use exclusively Ubuntu distributions with OAI (mainly because this is what we install at EURECOM). We cur转载 2015-04-22 16:10:07 · 1031 阅读 · 0 评论 -
从现在开始,使用Cmake进行编译OAI
从现在开始,使用Cmake进行编译OAI进入2015年,OAI团队摒弃了之前的Makefile系统,采用更高级的Cmake作为编译工具。这对初学者来说,可能会不适应。下面我从Maillist中的一封邮件来简单介绍一下新的编译过程。截至今天(2015-04-22),最新的trunk中还保存了之前的Makefile,但是后续肯定会删除的。So what is new原创 2015-04-22 11:18:29 · 2060 阅读 · 0 评论 -
Interview: Wireless Bay Area Adventure with USRP B200 Software Defined Radio
Interview: Wireless Bay Area Adventure with USRP B200 Software Defined RadioBy Erik Luther | Thursday, September 12, 2013Inspired by the capabilities of the new USRP B200 Software Defined Ra转载 2015-04-03 01:28:57 · 2067 阅读 · 0 评论 -
SDR Showdown: HackRF vs. bladeRF vs. USRP
Wednesday, August 7, 2013SDR Showdown: HackRF vs. bladeRF vs. USRPThis and next year look like the golden age of Software Defined Radio! With three new Software Defined Radios be转载 2015-04-03 01:40:56 · 2524 阅读 · 0 评论 -
The script for Installing UHD+GNUradio
#!/bin/bash## Build script for UHD+GnuRadio on Fedora and Ubuntu#### Updates: https://github.com/guruofquality/grextras/wiki# Updates: https://github.com/balint256/gr-baz.git#### Exit funct转载 2016-12-09 14:38:27 · 1990 阅读 · 0 评论