Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG UE
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
OpenXG
OpenXG UE
Commits
eab35de8
Commit
eab35de8
authored
Dec 16, 2020
by
hardy
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/minor-fix-doc-basic-sim' into integration_2020_wk51_2
parents
17d2fcfb
98e3461b
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 @
eab35de8
...
...
@@ -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
]
```
...
...
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