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
9d242334
Commit
9d242334
authored
Oct 07, 2022
by
Robert Schmidt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create 4G UE SIM info in build dir, restore old build success message
parent
3e7ec35e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
cmake_targets/build_oai
cmake_targets/build_oai
+1
-1
cmake_targets/tools/build_helper
cmake_targets/tools/build_helper
+4
-2
No files found.
cmake_targets/build_oai
View file @
9d242334
...
...
@@ -665,7 +665,7 @@ function main() {
compilations nas_sim_tools conf2uedata
# generate USIM data
if
[
-f
$dbin
/
conf2uedata
]
;
then
if
[
-f
conf2uedata
]
;
then
install_nas_tools
$conf_nvram_path
$DIR
/
$BUILD_DIR
/build
"
$DIR
/
$BUILD_DIR
/build/conf2uedata.txt"
else
echo_warning
"not generated UE NAS files: binaries not found"
...
...
cmake_targets/tools/build_helper
View file @
9d242334
...
...
@@ -230,8 +230,10 @@ compilations() {
cat $dlog/$2.txt
echo_info "====== End of log for $2.txt ======"
fi
if [[ $ret -ne 0 ]]; then
check_warnings "$dlog/$2.txt"
check_warnings "$dlog/$2.txt"
if [[ $ret -eq 0 ]]; then
echo_success "$2 compiled"
else
check_errors "$dlog/$2.txt"
echo_error "$2 compilation failed"
exit 1
...
...
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