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
103
Merge Requests
103
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
2af06805
Commit
2af06805
authored
Jul 23, 2022
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'upstream/master' into zope4py2
parents
6d751489
b7d638e3
Pipeline
#22769
failed with stage
in 0 seconds
Changes
12
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
61 additions
and
61 deletions
+61
-61
software/ors-amarisoft/instance-enb-input-schema.jinja2.json
software/ors-amarisoft/instance-enb-input-schema.jinja2.json
+8
-8
software/ors-amarisoft/instance-gnb-input-schema.jinja2.json
software/ors-amarisoft/instance-gnb-input-schema.jinja2.json
+11
-11
software/ors-amarisoft/render-templates
software/ors-amarisoft/render-templates
+4
-4
software/ors-amarisoft/software-tdd1900.cfg
software/ors-amarisoft/software-tdd1900.cfg
+1
-1
software/ors-amarisoft/software-tdd1900.cfg.json
software/ors-amarisoft/software-tdd1900.cfg.json
+7
-7
software/ors-amarisoft/software-tdd2600.cfg
software/ors-amarisoft/software-tdd2600.cfg
+1
-1
software/ors-amarisoft/software-tdd2600.cfg.json
software/ors-amarisoft/software-tdd2600.cfg.json
+7
-7
software/ors-amarisoft/software-tdd3500.cfg
software/ors-amarisoft/software-tdd3500.cfg
+1
-1
software/ors-amarisoft/software-tdd3500.cfg.json
software/ors-amarisoft/software-tdd3500.cfg.json
+7
-7
software/ors-amarisoft/software-tdd3700.cfg
software/ors-amarisoft/software-tdd3700.cfg
+1
-1
software/ors-amarisoft/software-tdd3700.cfg.json
software/ors-amarisoft/software-tdd3700.cfg.json
+7
-7
software/ors-amarisoft/software.cfg.jinja2.json
software/ors-amarisoft/software.cfg.jinja2.json
+6
-6
No files found.
software/ors-amarisoft/instance-enb-input-schema.jinja2.json
View file @
2af06805
software/ors-amarisoft/instance-gnb-input-schema.jinja2.json
View file @
2af06805
software/ors-amarisoft/render-templates
View file @
2af06805
...
...
@@ -112,16 +112,16 @@ with open('software.jinja2.cfg', 'r') as f:
for
rf_mode_context
in
rf_mode_context_list
:
with
open
(
'software-{}.cfg.json'
.
format
(
rf_mode_context
[
'rf_mode'
]),
'w+'
)
as
f
:
f
.
write
(
software_json_template
.
render
(
**
rf_mode_context
,
**
global_context
))
f
.
write
(
software_json_template
.
render
(
**
rf_mode_context
,
**
global_context
)
+
'
\
n
'
)
with
open
(
'software-{}.cfg'
.
format
(
rf_mode_context
[
'rf_mode'
]),
'w+'
)
as
f
:
f
.
write
(
software_template
.
render
(
**
rf_mode_context
,
**
global_context
))
f
.
write
(
software_template
.
render
(
**
rf_mode_context
,
**
global_context
)
+
'
\
n
'
)
for
software_type
in
[
'enb'
,
'enb-epc'
,
'gnb'
,
'gnb-epc'
]:
with
open
(
'instance-{}-{}-input-schema.json'
.
format
(
rf_mode_context
[
'rf_mode'
],
software_type
),
'w+'
)
as
f
:
if
software_type
in
[
'enb'
,
'enb-epc'
]:
f
.
write
(
instance_enb_json_template
.
render
(
**
rf_mode_context
,
**
global_context
,
epc
=
'epc'
in
software_type
))
f
.
write
(
instance_enb_json_template
.
render
(
**
rf_mode_context
,
**
global_context
,
epc
=
'epc'
in
software_type
)
+
'
\
n
'
)
else
:
f
.
write
(
instance_gnb_json_template
.
render
(
**
rf_mode_context
,
**
global_context
,
epc
=
'epc'
in
software_type
))
f
.
write
(
instance_gnb_json_template
.
render
(
**
rf_mode_context
,
**
global_context
,
epc
=
'epc'
in
software_type
)
+
'
\
n
'
)
software/ors-amarisoft/software-tdd1900.cfg
View file @
2af06805
software/ors-amarisoft/software-tdd1900.cfg.json
View file @
2af06805
...
...
@@ -44,8 +44,8 @@
"index"
:
4
},
"gnb-epc-slave"
:
{
"title"
:
"Sim Card"
,
"description"
:
"Sim Card Configuration"
,
"title"
:
"
gNB-EPC
Sim Card"
,
"description"
:
"
gNB-EPC
Sim Card Configuration"
,
"software-type"
:
"gnb-epc"
,
"request"
:
"instance-gnb-epc-slave-input-schema.json"
,
"response"
:
"instance-gnb-epc-slave-schema.json"
,
...
...
@@ -53,8 +53,8 @@
"index"
:
5
},
"enb-epc-slave"
:
{
"title"
:
"Sim Card"
,
"description"
:
"Sim Card Configuration"
,
"title"
:
"
eNB-EPC
Sim Card"
,
"description"
:
"
eNB-EPC
Sim Card Configuration"
,
"software-type"
:
"enb-epc"
,
"request"
:
"instance-enb-epc-slave-input-schema.json"
,
"response"
:
"instance-enb-epc-slave-schema.json"
,
...
...
@@ -62,8 +62,8 @@
"index"
:
6
},
"epc-slave"
:
{
"title"
:
"Sim Card"
,
"description"
:
"Sim Card Configuration"
,
"title"
:
"
EPC
Sim Card"
,
"description"
:
"
EPC
Sim Card Configuration"
,
"software-type"
:
"epc"
,
"request"
:
"instance-epc-slave-input-schema.json"
,
"response"
:
"instance-epc-slave-schema.json"
,
...
...
software/ors-amarisoft/software-tdd2600.cfg
View file @
2af06805
software/ors-amarisoft/software-tdd2600.cfg.json
View file @
2af06805
...
...
@@ -44,8 +44,8 @@
"index"
:
4
},
"gnb-epc-slave"
:
{
"title"
:
"Sim Card"
,
"description"
:
"Sim Card Configuration"
,
"title"
:
"
gNB-EPC
Sim Card"
,
"description"
:
"
gNB-EPC
Sim Card Configuration"
,
"software-type"
:
"gnb-epc"
,
"request"
:
"instance-gnb-epc-slave-input-schema.json"
,
"response"
:
"instance-gnb-epc-slave-schema.json"
,
...
...
@@ -53,8 +53,8 @@
"index"
:
5
},
"enb-epc-slave"
:
{
"title"
:
"Sim Card"
,
"description"
:
"Sim Card Configuration"
,
"title"
:
"
eNB-EPC
Sim Card"
,
"description"
:
"
eNB-EPC
Sim Card Configuration"
,
"software-type"
:
"enb-epc"
,
"request"
:
"instance-enb-epc-slave-input-schema.json"
,
"response"
:
"instance-enb-epc-slave-schema.json"
,
...
...
@@ -62,8 +62,8 @@
"index"
:
6
},
"epc-slave"
:
{
"title"
:
"Sim Card"
,
"description"
:
"Sim Card Configuration"
,
"title"
:
"
EPC
Sim Card"
,
"description"
:
"
EPC
Sim Card Configuration"
,
"software-type"
:
"epc"
,
"request"
:
"instance-epc-slave-input-schema.json"
,
"response"
:
"instance-epc-slave-schema.json"
,
...
...
software/ors-amarisoft/software-tdd3500.cfg
View file @
2af06805
software/ors-amarisoft/software-tdd3500.cfg.json
View file @
2af06805
...
...
@@ -44,8 +44,8 @@
"index"
:
4
},
"gnb-epc-slave"
:
{
"title"
:
"Sim Card"
,
"description"
:
"Sim Card Configuration"
,
"title"
:
"
gNB-EPC
Sim Card"
,
"description"
:
"
gNB-EPC
Sim Card Configuration"
,
"software-type"
:
"gnb-epc"
,
"request"
:
"instance-gnb-epc-slave-input-schema.json"
,
"response"
:
"instance-gnb-epc-slave-schema.json"
,
...
...
@@ -53,8 +53,8 @@
"index"
:
5
},
"enb-epc-slave"
:
{
"title"
:
"Sim Card"
,
"description"
:
"Sim Card Configuration"
,
"title"
:
"
eNB-EPC
Sim Card"
,
"description"
:
"
eNB-EPC
Sim Card Configuration"
,
"software-type"
:
"enb-epc"
,
"request"
:
"instance-enb-epc-slave-input-schema.json"
,
"response"
:
"instance-enb-epc-slave-schema.json"
,
...
...
@@ -62,8 +62,8 @@
"index"
:
6
},
"epc-slave"
:
{
"title"
:
"Sim Card"
,
"description"
:
"Sim Card Configuration"
,
"title"
:
"
EPC
Sim Card"
,
"description"
:
"
EPC
Sim Card Configuration"
,
"software-type"
:
"epc"
,
"request"
:
"instance-epc-slave-input-schema.json"
,
"response"
:
"instance-epc-slave-schema.json"
,
...
...
software/ors-amarisoft/software-tdd3700.cfg
View file @
2af06805
software/ors-amarisoft/software-tdd3700.cfg.json
View file @
2af06805
...
...
@@ -44,8 +44,8 @@
"index"
:
4
},
"gnb-epc-slave"
:
{
"title"
:
"Sim Card"
,
"description"
:
"Sim Card Configuration"
,
"title"
:
"
gNB-EPC
Sim Card"
,
"description"
:
"
gNB-EPC
Sim Card Configuration"
,
"software-type"
:
"gnb-epc"
,
"request"
:
"instance-gnb-epc-slave-input-schema.json"
,
"response"
:
"instance-gnb-epc-slave-schema.json"
,
...
...
@@ -53,8 +53,8 @@
"index"
:
5
},
"enb-epc-slave"
:
{
"title"
:
"Sim Card"
,
"description"
:
"Sim Card Configuration"
,
"title"
:
"
eNB-EPC
Sim Card"
,
"description"
:
"
eNB-EPC
Sim Card Configuration"
,
"software-type"
:
"enb-epc"
,
"request"
:
"instance-enb-epc-slave-input-schema.json"
,
"response"
:
"instance-enb-epc-slave-schema.json"
,
...
...
@@ -62,8 +62,8 @@
"index"
:
6
},
"epc-slave"
:
{
"title"
:
"Sim Card"
,
"description"
:
"Sim Card Configuration"
,
"title"
:
"
EPC
Sim Card"
,
"description"
:
"
EPC
Sim Card Configuration"
,
"software-type"
:
"epc"
,
"request"
:
"instance-epc-slave-input-schema.json"
,
"response"
:
"instance-epc-slave-schema.json"
,
...
...
software/ors-amarisoft/software.cfg.jinja2.json
View file @
2af06805
...
...
@@ -44,8 +44,8 @@
"index"
:
4
},
"gnb-epc-slave"
:
{
"title"
:
"Sim Card"
,
"description"
:
"Sim Card Configuration"
,
"title"
:
"
gNB-EPC
Sim Card"
,
"description"
:
"
gNB-EPC
Sim Card Configuration"
,
"software-type"
:
"gnb-epc"
,
"request"
:
"instance-gnb-epc-slave-input-schema.json"
,
"response"
:
"instance-gnb-epc-slave-schema.json"
,
...
...
@@ -53,8 +53,8 @@
"index"
:
5
},
"enb-epc-slave"
:
{
"title"
:
"Sim Card"
,
"description"
:
"Sim Card Configuration"
,
"title"
:
"
eNB-EPC
Sim Card"
,
"description"
:
"
eNB-EPC
Sim Card Configuration"
,
"software-type"
:
"enb-epc"
,
"request"
:
"instance-enb-epc-slave-input-schema.json"
,
"response"
:
"instance-enb-epc-slave-schema.json"
,
...
...
@@ -62,8 +62,8 @@
"index"
:
6
},
"epc-slave"
:
{
"title"
:
"Sim Card"
,
"description"
:
"Sim Card Configuration"
,
"title"
:
"
EPC
Sim Card"
,
"description"
:
"
EPC
Sim Card Configuration"
,
"software-type"
:
"epc"
,
"request"
:
"instance-epc-slave-input-schema.json"
,
"response"
:
"instance-epc-slave-schema.json"
,
...
...
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