Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Balaji Kolla
openairinterface5G
Commits
ea2f0067
Commit
ea2f0067
authored
8 years ago
by
Rohit Gupta
Browse files
Options
Downloads
Patches
Plain Diff
copy UE Sim files to lte_build_dir/build
parent
446e0c75
No related branches found
Branches containing commit
Tags
v0.5.1_tdd
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
cmake_targets/build_oai
+6
-1
6 additions, 1 deletion
cmake_targets/build_oai
with
6 additions
and
1 deletion
cmake_targets/build_oai
+
6
−
1
View file @
ea2f0067
...
@@ -449,7 +449,7 @@ function main() {
...
@@ -449,7 +449,7 @@ function main() {
compilations
\
compilations
\
$lte_build_dir
ue_ip
\
$lte_build_dir
ue_ip
\
CMakeFiles/ue_ip/ue_ip.ko
$dbin
/ue_ip.ko
CMakeFiles/ue_ip/ue_ip.ko
$dbin
/ue_ip.ko
# mkdir -p $DIR/at_commands/build
# mkdir -p $DIR/at_commands/build
# cd $DIR/at_commands/build
# cd $DIR/at_commands/build
# cmake ..
# cmake ..
...
@@ -472,6 +472,11 @@ function main() {
...
@@ -472,6 +472,11 @@ function main() {
# generate USIM data
# generate USIM data
if
[
-f
$dbin
/nvram
]
;
then
if
[
-f
$dbin
/nvram
]
;
then
install_nas_tools
$dbin
$dconf
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
else
echo_warning
"not generated UE NAS files: binaries not found"
echo_warning
"not generated UE NAS files: binaries not found"
fi
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment