Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wangwenhui
OpenXG-RAN
Commits
42dca06a
Commit
42dca06a
authored
4 years ago
by
Cedric Roux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc: fix build directory in BASIC_SIM.md
parent
b9b2f289
develop
NR_DLUL_PF
NR_DLUL_PF_rebased
NR_FR2_RA
NR_MAC_Multi_Rach_GlobalEdge
NR_SA_F1AP_dev
NR_SA_itti_sim_wk48
NR_SA_itti_sim_wk48_hs1
NR_SCHED_PDCCH_PUCCH_HARQ
NR_SCHED_PDCCH_PUCCH_HARQ_rebased
NR_UE_dlsch_bugfix
benetel_driver_update
ci-test
cleanup_softmodem_main
develop-SnT
develop-sib1
develop-sib1-local
develop-sib1-lts
develop_stable
fix_NR_DLUL_PF
gnb-only-test
integration_2020_wk51_2
integration_2021_wk02
integration_2021_wk02_wMR988
itti-enhancement
minor-fix-doc-basic-sim
nasmesh_kernel_5.8
nfapi_nr_develop
nr_ul_scfdma
oairu
ptrs_rrc_config
pusch-retrans-fix-ue
sa-merge-rrc-srb
sa-msg4
sa-msg4-rrc
sa-msg4-rrc-yihz
sa-msg4-rrc-yihz-hs
sa_rrc_yihz
small-config-change
wireshark-log-scheduling-requests
2021.w02
2020.w51_2
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
doc/BASIC_SIM.md
doc/BASIC_SIM.md
+4
-4
No files found.
doc/BASIC_SIM.md
View file @
42dca06a
...
...
@@ -27,7 +27,7 @@ $ cd cmake_targets
$
./build_oai
--eNB
--UE
```
Both eNB (lte-softmodem) and UE (lte-uesoftmodem) are present on
`cmake_targets/
lte_build_oai
/build`
folder.
Both eNB (lte-softmodem) and UE (lte-uesoftmodem) are present on
`cmake_targets/
ran_build
/build`
folder.
More details are available on the
[
build page
](
BUILD.md
)
.
...
...
@@ -50,7 +50,7 @@ Example 1: running in FDD mode with EPC.
```
bash
$
source
oaienv
$
cd
cmake_targets/
lte_build_oai
/build
$
cd
cmake_targets/
ran_build
/build
$ ENODEB
=
1
sudo
-E
./lte-softmodem
-O
$OPENAIR_HOME
/ci-scripts/conf_files/lte-fdd-basic-sim.conf
--basicsim
```
...
...
@@ -64,7 +64,7 @@ Example 2: running in TDD mode without any EPC.
```
bash
$
source
oaienv
$
cd
cmake_targets/
lte_build_oai
/build
$
cd
cmake_targets/
ran_build
/build
$ ENODEB
=
1
sudo
-E
./lte-softmodem
-O
$OPENAIR_HOME
/ci-scripts/conf_files/lte-tdd-basic-sim.conf
--basicsim
--noS1
```
...
...
@@ -79,7 +79,7 @@ You need to set the correct OPC, USIM_API_K, MSIN (this is the end par of the IM
```
bash
$
source
oaienv
# Edit openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf
$
cd
cmake_targets/
lte_build_oai
/build
$
cd
cmake_targets/
ran_build
/build
$
../../nas_sim_tools/build/conf2uedata
-c
$OPENAIR_HOME
/openair3/NAS/TOOLS/ue_eurecom_test_sfr.conf
-o
.
$
sudo
-E
./lte-uesoftmodem
-C
2625000000
-r
25
--ue-rxgain
140
--basicsim
[
--noS1
]
```
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment