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
Michael Black
OpenXG-RAN
Commits
ea2f0067
Commit
ea2f0067
authored
Apr 12, 2016
by
Rohit Gupta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
copy UE Sim files to lte_build_dir/build
parent
446e0c75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
cmake_targets/build_oai
cmake_targets/build_oai
+6
-1
No files found.
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
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