Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
112
Merge Requests
112
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
nexedi
slapos
Commits
404af0c0
Commit
404af0c0
authored
Mar 14, 2025
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wip
parent
9d17f845
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
18 additions
and
18 deletions
+18
-18
software/simpleran/buildout.hash.cfg
software/simpleran/buildout.hash.cfg
+2
-2
software/simpleran/instance-core-network.jinja2.cfg
software/simpleran/instance-core-network.jinja2.cfg
+7
-7
software/simpleran/instance-enb.jinja2.cfg
software/simpleran/instance-enb.jinja2.cfg
+9
-9
No files found.
software/simpleran/buildout.hash.cfg
View file @
404af0c0
...
...
@@ -60,7 +60,7 @@ md5sum = 52da9fe3a569199e35ad89ae1a44c30e
[template-enb]
_update_hash_filename_ = instance-enb.jinja2.cfg
md5sum =
bd13b2b7e0ec252ab13b428d9d782294
md5sum =
324dfbc3b9000729b0e12e01b2f5ad92
[template-ors-enb]
_update_hash_filename_ = instance-ors-enb.jinja2.cfg
...
...
@@ -72,7 +72,7 @@ md5sum = 82449c34a4632191931ce8aa88ce72e6
[template-core-network]
_update_hash_filename_ = instance-core-network.jinja2.cfg
md5sum =
3a55385da76b7d2b808f8b3ddd4e20e6
md5sum =
721157b5743832aee6c17edd9d61f68d
[template-ue]
_update_hash_filename_ = instance-ue.jinja2.cfg
...
...
software/simpleran/instance-core-network.jinja2.cfg
View file @
404af0c0
...
...
@@ -198,10 +198,10 @@ inline =
# Print hardware and software info in info-log
cat > ${:info-log} << EOF
$(date "+[%Y/%m/%d %T.%N %Z] Starting IMS...")
System info: $(uname -a)
$(date "+[%Y/%m/%d %T.%N %Z] Starting IMS...")
System info: $(uname -a)
EOF
EOF
# Remove obsolete logs
rm -f ${directory:log}/ims-output*
/bin/sh {{ amarisoft_log_rotate_sh }} \
...
...
@@ -243,10 +243,10 @@ inline =
# Print hardware and software info in info-log
cat > ${:info-log} << EOF
$(date "+[%Y/%m/%d %T.%N %Z] Starting MME...")
System info: $(uname -a)
$(date "+[%Y/%m/%d %T.%N %Z] Starting MME...")
System info: $(uname -a)
EOF
EOF
# Remove obsolete logs
rm -f ${directory:log}/mme-output*
/bin/sh {{ amarisoft_log_rotate_sh }} \
...
...
software/simpleran/instance-enb.jinja2.cfg
View file @
404af0c0
...
...
@@ -149,15 +149,15 @@ inline =
# Print hardware and software info in info-log
cat > ${:info-log} << EOF
$(date "+[%Y/%m/%d %T.%N %Z] Starting eNB software...")
PCB: $(for o in t b v s ; do
$(date "+[%Y/%m/%d %T.%N %Z] Starting eNB software...")
PCB: $(for o in t b v s ; do
sudo -n {{ sdr['dir'] }}/get-sdr-info -$o 2> /dev/null ; printf " "
done)
System info: $(uname -a)
./sdr_util version:
$({{ amarisoft['sdr_dir'] }}/sdr_util version)
System info: $(uname -a)
./sdr_util version:
$({{ amarisoft['sdr_dir'] }}/sdr_util version)
EOF
EOF
# Remove obsolete logs
rm -f ${directory:log}/enb-2* ${directory:log}/gnb* ${directory:log}/enb-output.log
/bin/sh {{ amarisoft_log_rotate_sh }} \
...
...
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