mirror of
https://gitlab.eurecom.fr/oai/openairinterface5g.git
synced 2026-07-13 04:30:28 +00:00
Page:
OldSVNRelease
Pages
5g nr development and setup
ALUProject
AskQuestions
AutoBuild
CBMIMO1Integ
CardList
Cbmimo1Flash
Chorist3Nodes
ChoristMplsIPv6072008
Code Exection Timing Measurements
Configure_simplestreams_for_a_private_cloud
CoreBasebandAndRF
CoreNetworking
DebugTools
DeployOpenStackHeat
DisablingInterrupts
EmosCompile
EmosDocumentation
EmosEvaluation
EmosManual
EmosMatlab
EmosMeasurements
EmosPapers
EmosTasklist
EthEmul3NodesIPv4
EurecomBilk
EurecomEquipmentStatus
EurecomMimoOpenairSounder
EurecomTuB
ExpressMIMO
ExpressMIMO2
ExpressMIMOCalibration
ExpressmimoFlashProgram
FAQ
FirstMeasurement
Generating_configuration_for_Juju
GetSources
HW and OS
HowToCalibrateeNBandUE
HowToConnectCOTSUEwithOAIeNB
HowToConnectCOTSUEwithOAIeNBNew
HowToConnectOAIENBWithOAIUEWithS1Interface
HowToConnectOAIENBWithOAIUEWithoutS1Interface
HowtoconnectCOTSUEtoOAIeNBviaRRHGW
HowtorunoaisimwithvirtualMMEonsamemachine
InstallLibraries
IttiAnalyzer
LTE M Setup
LTESeminarSeries
M CORD_OAI_Discussion_20161025
Machines and OS
MailingList
MeshFrameStructure
MeshSynchronzation
MeshTasklist
MissionChecklist
NB IoT Overview
NetworksUEs
NodeB
OAIOnArmOdroid
OAI_Dev_Call_20150616
OAIinDocker
OAIonJuJu
OldSVNRelease
OlderReleases
OpenAir1CoreDev
OpenAir2CoreDev
OpenAir2Examples
OpenAirCellular
OpenAirCriticalIssues
OpenAirDebug
OpenAirDevMeetings
OpenAirEmuUbuntu1004Kernel26294x86Setups
OpenAirEmuUbuntu1004KernelGenericSetups
OpenAirEmulDev
OpenAirEmulation
OpenAirExpressMimo2
OpenAirFeatures
OpenAirInterface
OpenAirKernel2632genericx86Setups
OpenAirKernel357Ubuntu1204x86Setups
OpenAirKernel357genericx86Setups
OpenAirKernelMainSetup
OpenAirKernelSetups
OpenAirLTEEmulation
OpenAirLTEGuidelines
OpenAirLTEPhySimul
OpenAirLXRT
OpenAirLogo
OpenAirMatlab
OpenAirOctave
OpenAirPhySimul
OpenAirProjects
OpenAirRTCompilation
OpenAirRTDebug
OpenAirRadioEmulation
OpenAirRadioEmulationDescription
OpenAirRadioEmulationUserManual
OpenAirReleases
OpenAirSoftwareSupport
OpenAirSystemRequirements
OpenAirTemplateProject
OpenAirUsMacSimul
OpenAirUsage
OpenAirUseCases
OpenAirinterface
OpenVZSetup
QuemuSetup
RadioEmulation
RemoteOAIAccess
RemoteRadioHead
RtLinux
SIMInfo
SchedulerAPI
SecondMeasurement
SimCardConfig
Simulators
SmbvTesting
SuccesiveInterferenceCancellation
T
TDDCalib
TODO
TestMe
TransmissionMode4
UserGuide
Userguide
UsingCbmimo1
VirtualEmul3NodesIPv4
WikiUsage
commonconfig
enbconfig
fairRR scheduler and multiple UEs extensions
fembms
functest docker setup
home
how to connect cots ue to oai enb via ngfi 2rru
how to connect cots ue to oai enb via ngfi rru
how to connect oai ue to cmw
how to establish dedicated bearers
how to offload turbo decode to fpga
how to perform a x2 ho
how to run oaisim with multiple ue
how to setup oai with lmsdr
howtoconnectcotsuetooaienbviangfirru
install juju on ubuntu
intstall_juju_on_ubuntu
joid_on_single_machine
m cord oai
nFAPI howto
networks setup
new epc docker
oai policies home
oai_ue_test_setup.md
opnfv fuel
opnfv functest
s1 flex conf nnsf
setup for real time performance
uestartup
up squared pro cots ue setup
usage
Clone
2
OldSVNRelease
Cedric Roux edited this page 2016-01-21 17:30:20 +01:00
Table of Contents
Using SVN to checkout releases
It can be accessed in read-only mode from the URL http://svn.eurecom.fr/openair4G. If you have full access to our SVN you should use the URL http://svn.eurecom.fr/openairsvn/openair4G.
The repository contains the standard SVN directories releases, trunk, tags and branches.
See OpenAirReleases for more information. Check out the most recent release (they are dated) as follows.
Release 0 (28.8.2014)
svn co http://svn.eurecom.fr/openair4G/releases/rel_28.08.2014
Release 0.1 (26.10.2014)
svn co http://svn.eurecom.fr/openair4G/releases/rel_0.1_26.10.2014
or a more recent release.
You should now have the following directories
openair1: Rel-8 PHY layer + PHY RF simulationopenair2: Rel-9 RLC/MAC/PDCP and two RRC implementations.It also includes eNB application, X2AP, and OAI network driver. Note that for RLC, the following versions are user: UM_v9.3.0, TM_v9.3.0, and AM_v9.3.0. For PDCP, PDCP_v10.1.0 is used. For RRC, only LITE is used. This directory also includes som tools in UTILS dir.openair-cn: The Enhanced Packet Core functions (HSS,MME,S/P-GW,NAS)common: some common OAI utilities, other tools can be found at openair2/UTILSopenairITS: 802.11 MODEMS (no guarantees regarding functionality, :-))openair3: networking protocols such as PMIP, DMM, MIH, and Multicasting and some networking scripts (still under construction)targets: scripts to compile and lauch different system targets (simulation, emulation and real-time platforms)cmake_targets: The main entry point of OAI cmake build system
trunk
The trunk contains an ongoing development version which may not be stable at any given time. It can be checked out with Read-Only access as above using
mkdir openair4G
svn co http://svn.eurecom.fr/openair4G/trunk openair4G
-- @rohit.gupta - 07 Oct 2015