Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
ea2f0067
Commit
ea2f0067
authored
Apr 12, 2016
by
Rohit Gupta
Browse files
copy UE Sim files to lte_build_dir/build
parent
446e0c75
Changes
1
Hide whitespace changes
Inline
Side-by-side
cmake_targets/build_oai
View file @
ea2f0067
...
...
@@ -449,7 +449,7 @@ function main() {
compilations
\
$lte_build_dir
ue_ip
\
CMakeFiles/ue_ip/ue_ip.ko
$dbin
/ue_ip.ko
# mkdir -p $DIR/at_commands/build
# cd $DIR/at_commands/build
# cmake ..
...
...
@@ -472,6 +472,11 @@ function main() {
# generate USIM data
if
[
-f
$dbin
/nvram
]
;
then
install_nas_tools
$dbin
$dconf
echo_info
"Copying UE specific part to
$DIR
/
$lte_build_dir
/build"
cp
-Rvf
$dbin
/.ue_emm.nvram
$DIR
/
$lte_build_dir
/build
cp
-Rvf
$dbin
/.ue.nvram
$DIR
/
$lte_build_dir
/build
cp
-Rvf
$dbin
/.usim.nvram
$DIR
/
$lte_build_dir
/build
else
echo_warning
"not generated UE NAS files: binaries not found"
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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