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
alex037yang
OpenXG-RAN
Commits
3231ef89
Commit
3231ef89
authored
Sep 07, 2018
by
Y_Tomita
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified setting number of UEs.
parent
7e299c03
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
4 deletions
+8
-4
cmake_targets/build_oai
cmake_targets/build_oai
+5
-1
openair2/COMMON/platform_constants.h
openair2/COMMON/platform_constants.h
+2
-2
targets/COMMON/openairinterface5g_limits.h
targets/COMMON/openairinterface5g_limits.h
+1
-1
No files found.
cmake_targets/build_oai
View file @
3231ef89
...
...
@@ -538,7 +538,11 @@ function main() {
echo
"set ( XFORMS
$XFORMS
)"
>>
$cmake_file
echo
"set ( UE_EXPANSION
$UE_EXPANSION
)"
>>
$cmake_file
# echo "set ( PHY_TX_THREAD $UE_EXPANSION )" >> $cmake_file
echo
"set ( PRE_SCD_THREAD
$UE_EXPANSION
)"
>>
$cmake_file
if
[
"
$HW
"
=
"None"
-a
"
$TP
"
=
"ETHERNET"
]
;
then
echo
"set ( PRE_SCD_THREAD
\"
False
\"
)"
>>
$cmake_file
else
echo
"set ( PRE_SCD_THREAD
$UE_EXPANSION
)"
>>
$cmake_file
fi
echo
"set ( RRC_ASN1_VERSION
\"
${
REL
}
\"
)"
>>
$cmake_file
echo
"set ( ENABLE_VCD_FIFO
$VCD_TIMING
)"
>>
$cmake_file
echo
"set ( RF_BOARD
\"
${
HW
}
\"
)"
>>
$cmake_file
...
...
openair2/COMMON/platform_constants.h
View file @
3231ef89
...
...
@@ -73,8 +73,8 @@
# define MAX_MOBILES_PER_ENB_NB_IoT 128
# define MAX_eNB 2
# else
# define MAX_MOBILES_PER_ENB
64
# define MAX_MOBILES_PER_ENB_NB_IoT
64
# define MAX_MOBILES_PER_ENB
16
# define MAX_MOBILES_PER_ENB_NB_IoT
16
# define MAX_eNB 1
# endif
#else
...
...
targets/COMMON/openairinterface5g_limits.h
View file @
3231ef89
...
...
@@ -15,7 +15,7 @@
# define NUMBER_OF_eNB_MAX 7
# define NUMBER_OF_RU_MAX 32
# ifndef UE_EXPANSION
# define NUMBER_OF_UE_MAX
64
# define NUMBER_OF_UE_MAX
16
# define NUMBER_OF_CONNECTED_eNB_MAX 1
# else
# define NUMBER_OF_UE_MAX 256
...
...
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