Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
slapos
Commits
01c19ee4
Commit
01c19ee4
authored
Sep 29, 2023
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
.
parent
15d3518c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
7 deletions
+7
-7
software/ors-amarisoft/config/enb.jinja2.cfg
software/ors-amarisoft/config/enb.jinja2.cfg
+1
-1
software/ors-amarisoft/config/lte.jinja2
software/ors-amarisoft/config/lte.jinja2
+3
-3
software/ors-amarisoft/config/ue.cfg
software/ors-amarisoft/config/ue.cfg
+2
-2
software/ors-amarisoft/config/ue.jinja2.cfg
software/ors-amarisoft/config/ue.jinja2.cfg
+1
-1
No files found.
software/ors-amarisoft/config/enb.jinja2.cfg
View file @
01c19ee4
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
{%- do lte.load_iru_and_icell(kind='enb') %}
{%- do lte.load_iru_and_icell(kind='enb') %}
{%- do lte.load_ipeer() %}
{%- do lte.load_ipeer
_cell
() %}
{%- do lte.check_loaded_everything() %}
{%- do lte.check_loaded_everything() %}
{#- start of the config -#}
{#- start of the config -#}
...
...
software/ors-amarisoft/config/lte.jinja2
View file @
01c19ee4
...
@@ -160,12 +160,12 @@
...
@@ -160,12 +160,12 @@
{%- endmacro %}
{%- endmacro %}
{#- ipeer_
dict keeps peer shared instances: reference -> ipeer
{#- ipeer_
cell_dict keeps peer cell shared instances: reference -> ipeer_cell
use load_ipeer to initialize this peer registry.
use load_ipeer to initialize this peer registry.
#}
#}
{%- set ipeer_dict = {} %}
{%- set ipeer_
cell_
dict = {} %}
{%- macro load_ipeer() %}
{%- macro load_ipeer
_cell
() %}
// XXX TODO
// XXX TODO
{%- endmacro %}
{%- endmacro %}
...
...
software/ors-amarisoft/config/ue.cfg
View file @
01c19ee4
...
@@ -79,7 +79,7 @@
...
@@ -79,7 +79,7 @@
ue_category: 12,
ue_category: 12,
tun_setup_script: "ue-ifup",
tun_setup_script: "ue-ifup",
apn: "internet",
apn: "internet",
}
}
,
{
{
sim_algo: "milenage",
sim_algo: "milenage",
opc: "milenage",
opc: "milenage",
...
@@ -94,6 +94,6 @@
...
@@ -94,6 +94,6 @@
ue_category: "nr",
ue_category: "nr",
tun_setup_script: "ue-ifup",
tun_setup_script: "ue-ifup",
apn: "internet",
apn: "internet",
}
}
,
],
],
}
}
\ No newline at end of file
software/ors-amarisoft/config/ue.jinja2.cfg
View file @
01c19ee4
...
@@ -127,7 +127,7 @@
...
@@ -127,7 +127,7 @@
{%- endif %}
{%- endif %}
tun_setup_script: "ue-ifup",
tun_setup_script: "ue-ifup",
apn: "internet",
apn: "internet",
}
}
,
{%- endfor %}
{%- endfor %}
],
],
}
}
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