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
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
Léo-Paul Géneau
slapos
Commits
dddc13b0
Commit
dddc13b0
authored
Aug 17, 2022
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ors-amarisoft: Add Physical Cell ID parameter
parent
7f26a9ac
Changes
21
Show whitespace changes
Inline
Side-by-side
Showing
21 changed files
with
112 additions
and
4 deletions
+112
-4
software/ors-amarisoft/buildout.hash.cfg
software/ors-amarisoft/buildout.hash.cfg
+2
-2
software/ors-amarisoft/config/enb.jinja2.cfg
software/ors-amarisoft/config/enb.jinja2.cfg
+1
-1
software/ors-amarisoft/config/gnb.jinja2.cfg
software/ors-amarisoft/config/gnb.jinja2.cfg
+1
-1
software/ors-amarisoft/instance-enb-input-schema.jinja2.json
software/ors-amarisoft/instance-enb-input-schema.jinja2.json
+6
-0
software/ors-amarisoft/instance-gnb-input-schema.jinja2.json
software/ors-amarisoft/instance-gnb-input-schema.jinja2.json
+6
-0
software/ors-amarisoft/instance-tdd1900-enb-epc-input-schema.json
.../ors-amarisoft/instance-tdd1900-enb-epc-input-schema.json
+6
-0
software/ors-amarisoft/instance-tdd1900-enb-input-schema.json
...ware/ors-amarisoft/instance-tdd1900-enb-input-schema.json
+6
-0
software/ors-amarisoft/instance-tdd1900-gnb-epc-input-schema.json
.../ors-amarisoft/instance-tdd1900-gnb-epc-input-schema.json
+6
-0
software/ors-amarisoft/instance-tdd1900-gnb-input-schema.json
...ware/ors-amarisoft/instance-tdd1900-gnb-input-schema.json
+6
-0
software/ors-amarisoft/instance-tdd2600-enb-epc-input-schema.json
.../ors-amarisoft/instance-tdd2600-enb-epc-input-schema.json
+6
-0
software/ors-amarisoft/instance-tdd2600-enb-input-schema.json
...ware/ors-amarisoft/instance-tdd2600-enb-input-schema.json
+6
-0
software/ors-amarisoft/instance-tdd2600-gnb-epc-input-schema.json
.../ors-amarisoft/instance-tdd2600-gnb-epc-input-schema.json
+6
-0
software/ors-amarisoft/instance-tdd2600-gnb-input-schema.json
...ware/ors-amarisoft/instance-tdd2600-gnb-input-schema.json
+6
-0
software/ors-amarisoft/instance-tdd3500-enb-epc-input-schema.json
.../ors-amarisoft/instance-tdd3500-enb-epc-input-schema.json
+6
-0
software/ors-amarisoft/instance-tdd3500-enb-input-schema.json
...ware/ors-amarisoft/instance-tdd3500-enb-input-schema.json
+6
-0
software/ors-amarisoft/instance-tdd3500-gnb-epc-input-schema.json
.../ors-amarisoft/instance-tdd3500-gnb-epc-input-schema.json
+6
-0
software/ors-amarisoft/instance-tdd3500-gnb-input-schema.json
...ware/ors-amarisoft/instance-tdd3500-gnb-input-schema.json
+6
-0
software/ors-amarisoft/instance-tdd3700-enb-epc-input-schema.json
.../ors-amarisoft/instance-tdd3700-enb-epc-input-schema.json
+6
-0
software/ors-amarisoft/instance-tdd3700-enb-input-schema.json
...ware/ors-amarisoft/instance-tdd3700-enb-input-schema.json
+6
-0
software/ors-amarisoft/instance-tdd3700-gnb-epc-input-schema.json
.../ors-amarisoft/instance-tdd3700-gnb-epc-input-schema.json
+6
-0
software/ors-amarisoft/instance-tdd3700-gnb-input-schema.json
...ware/ors-amarisoft/instance-tdd3700-gnb-input-schema.json
+6
-0
No files found.
software/ors-amarisoft/buildout.hash.cfg
View file @
dddc13b0
...
@@ -48,7 +48,7 @@ md5sum = dcaac06553a3222b14c0013a13f4a149
...
@@ -48,7 +48,7 @@ md5sum = dcaac06553a3222b14c0013a13f4a149
[enb.jinja2.cfg]
[enb.jinja2.cfg]
filename = config/enb.jinja2.cfg
filename = config/enb.jinja2.cfg
md5sum =
f5848c48f573c79615f595b07c358ce8
md5sum =
4b66551e04edff724b08d6bb90f7342c
[sib23.asn]
[sib23.asn]
filename = config/sib23.asn
filename = config/sib23.asn
...
@@ -56,7 +56,7 @@ md5sum = b377dac7f1fcf94fb9ce9ebed617f36a
...
@@ -56,7 +56,7 @@ md5sum = b377dac7f1fcf94fb9ce9ebed617f36a
[gnb.jinja2.cfg]
[gnb.jinja2.cfg]
filename = config/gnb.jinja2.cfg
filename = config/gnb.jinja2.cfg
md5sum =
b3fb1b32aa1b151892eeb87a03e1d152
md5sum =
a9df6d3d66bf5a48ed2bc1dc7084291a
[ltelogs.jinja2.sh]
[ltelogs.jinja2.sh]
filename = ltelogs.jinja2.sh
filename = ltelogs.jinja2.sh
...
...
software/ors-amarisoft/config/enb.jinja2.cfg
View file @
dddc13b0
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
dl_earfcn: {{ slapparameter_dict.get('dl_earfcn', slap_configuration['configuration.default_dl_earfcn']) }},
dl_earfcn: {{ slapparameter_dict.get('dl_earfcn', slap_configuration['configuration.default_dl_earfcn']) }},
n_id_cell:
1
,
n_id_cell:
{{ slapparameter_dict.get('pci', 1) }}
,
cell_id: 0x01,
cell_id: 0x01,
tac: 0x0001,
tac: 0x0001,
root_sequence_index: 204,
root_sequence_index: 204,
...
...
software/ors-amarisoft/config/gnb.jinja2.cfg
View file @
dddc13b0
...
@@ -138,7 +138,7 @@
...
@@ -138,7 +138,7 @@
#endif
#endif
},
},
ssb_period: 20,
ssb_period: 20,
n_id_cell:
500
,
n_id_cell:
{{ slapparameter_dict.get('pci', 500) }}
,
plmn_list: [
plmn_list: [
{%- if slapparameter_dict.get('plmn_list', '') %}
{%- if slapparameter_dict.get('plmn_list', '') %}
...
...
software/ors-amarisoft/instance-enb-input-schema.jinja2.json
View file @
dddc13b0
...
@@ -65,6 +65,12 @@
...
@@ -65,6 +65,12 @@
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"0x1A2D0"
"default"
:
"0x1A2D0"
},
},
"pci"
:
{
"title"
:
"Physical Cell ID"
,
"description"
:
"Physical Cell ID"
,
"type"
:
"number"
,
"default"
:
1
},
"plmn_list"
:
{
"plmn_list"
:
{
"title"
:
"PLMN list"
,
"title"
:
"PLMN list"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
...
...
software/ors-amarisoft/instance-gnb-input-schema.jinja2.json
View file @
dddc13b0
...
@@ -71,6 +71,12 @@
...
@@ -71,6 +71,12 @@
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"0x12345"
"default"
:
"0x12345"
},
},
"pci"
:
{
"title"
:
"Physical Cell ID"
,
"description"
:
"Physical Cell ID"
,
"type"
:
"number"
,
"default"
:
1
},
"ssb_pos_bitmap"
:
{
"ssb_pos_bitmap"
:
{
"title"
:
"SSB Position Bitmap"
,
"title"
:
"SSB Position Bitmap"
,
"description"
:
"SSB position bitmap in bits (4, 8 or 64 bits depending on the DL frequency)."
,
"description"
:
"SSB position bitmap in bits (4, 8 or 64 bits depending on the DL frequency)."
,
...
...
software/ors-amarisoft/instance-tdd1900-enb-epc-input-schema.json
View file @
dddc13b0
...
@@ -63,6 +63,12 @@
...
@@ -63,6 +63,12 @@
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"0x1A2D0"
"default"
:
"0x1A2D0"
},
},
"pci"
:
{
"title"
:
"Physical Cell ID"
,
"description"
:
"Physical Cell ID"
,
"type"
:
"number"
,
"default"
:
1
},
"plmn_list"
:
{
"plmn_list"
:
{
"title"
:
"PLMN list"
,
"title"
:
"PLMN list"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
...
...
software/ors-amarisoft/instance-tdd1900-enb-input-schema.json
View file @
dddc13b0
...
@@ -51,6 +51,12 @@
...
@@ -51,6 +51,12 @@
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"0x1A2D0"
"default"
:
"0x1A2D0"
},
},
"pci"
:
{
"title"
:
"Physical Cell ID"
,
"description"
:
"Physical Cell ID"
,
"type"
:
"number"
,
"default"
:
1
},
"plmn_list"
:
{
"plmn_list"
:
{
"title"
:
"PLMN list"
,
"title"
:
"PLMN list"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
...
...
software/ors-amarisoft/instance-tdd1900-gnb-epc-input-schema.json
View file @
dddc13b0
...
@@ -69,6 +69,12 @@
...
@@ -69,6 +69,12 @@
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"0x12345"
"default"
:
"0x12345"
},
},
"pci"
:
{
"title"
:
"Physical Cell ID"
,
"description"
:
"Physical Cell ID"
,
"type"
:
"number"
,
"default"
:
1
},
"ssb_pos_bitmap"
:
{
"ssb_pos_bitmap"
:
{
"title"
:
"SSB Position Bitmap"
,
"title"
:
"SSB Position Bitmap"
,
"description"
:
"SSB position bitmap in bits (4, 8 or 64 bits depending on the DL frequency)."
,
"description"
:
"SSB position bitmap in bits (4, 8 or 64 bits depending on the DL frequency)."
,
...
...
software/ors-amarisoft/instance-tdd1900-gnb-input-schema.json
View file @
dddc13b0
...
@@ -57,6 +57,12 @@
...
@@ -57,6 +57,12 @@
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"0x12345"
"default"
:
"0x12345"
},
},
"pci"
:
{
"title"
:
"Physical Cell ID"
,
"description"
:
"Physical Cell ID"
,
"type"
:
"number"
,
"default"
:
1
},
"ssb_pos_bitmap"
:
{
"ssb_pos_bitmap"
:
{
"title"
:
"SSB Position Bitmap"
,
"title"
:
"SSB Position Bitmap"
,
"description"
:
"SSB position bitmap in bits (4, 8 or 64 bits depending on the DL frequency)."
,
"description"
:
"SSB position bitmap in bits (4, 8 or 64 bits depending on the DL frequency)."
,
...
...
software/ors-amarisoft/instance-tdd2600-enb-epc-input-schema.json
View file @
dddc13b0
...
@@ -63,6 +63,12 @@
...
@@ -63,6 +63,12 @@
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"0x1A2D0"
"default"
:
"0x1A2D0"
},
},
"pci"
:
{
"title"
:
"Physical Cell ID"
,
"description"
:
"Physical Cell ID"
,
"type"
:
"number"
,
"default"
:
1
},
"plmn_list"
:
{
"plmn_list"
:
{
"title"
:
"PLMN list"
,
"title"
:
"PLMN list"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
...
...
software/ors-amarisoft/instance-tdd2600-enb-input-schema.json
View file @
dddc13b0
...
@@ -51,6 +51,12 @@
...
@@ -51,6 +51,12 @@
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"0x1A2D0"
"default"
:
"0x1A2D0"
},
},
"pci"
:
{
"title"
:
"Physical Cell ID"
,
"description"
:
"Physical Cell ID"
,
"type"
:
"number"
,
"default"
:
1
},
"plmn_list"
:
{
"plmn_list"
:
{
"title"
:
"PLMN list"
,
"title"
:
"PLMN list"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
...
...
software/ors-amarisoft/instance-tdd2600-gnb-epc-input-schema.json
View file @
dddc13b0
...
@@ -69,6 +69,12 @@
...
@@ -69,6 +69,12 @@
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"0x12345"
"default"
:
"0x12345"
},
},
"pci"
:
{
"title"
:
"Physical Cell ID"
,
"description"
:
"Physical Cell ID"
,
"type"
:
"number"
,
"default"
:
1
},
"ssb_pos_bitmap"
:
{
"ssb_pos_bitmap"
:
{
"title"
:
"SSB Position Bitmap"
,
"title"
:
"SSB Position Bitmap"
,
"description"
:
"SSB position bitmap in bits (4, 8 or 64 bits depending on the DL frequency)."
,
"description"
:
"SSB position bitmap in bits (4, 8 or 64 bits depending on the DL frequency)."
,
...
...
software/ors-amarisoft/instance-tdd2600-gnb-input-schema.json
View file @
dddc13b0
...
@@ -57,6 +57,12 @@
...
@@ -57,6 +57,12 @@
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"0x12345"
"default"
:
"0x12345"
},
},
"pci"
:
{
"title"
:
"Physical Cell ID"
,
"description"
:
"Physical Cell ID"
,
"type"
:
"number"
,
"default"
:
1
},
"ssb_pos_bitmap"
:
{
"ssb_pos_bitmap"
:
{
"title"
:
"SSB Position Bitmap"
,
"title"
:
"SSB Position Bitmap"
,
"description"
:
"SSB position bitmap in bits (4, 8 or 64 bits depending on the DL frequency)."
,
"description"
:
"SSB position bitmap in bits (4, 8 or 64 bits depending on the DL frequency)."
,
...
...
software/ors-amarisoft/instance-tdd3500-enb-epc-input-schema.json
View file @
dddc13b0
...
@@ -63,6 +63,12 @@
...
@@ -63,6 +63,12 @@
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"0x1A2D0"
"default"
:
"0x1A2D0"
},
},
"pci"
:
{
"title"
:
"Physical Cell ID"
,
"description"
:
"Physical Cell ID"
,
"type"
:
"number"
,
"default"
:
1
},
"plmn_list"
:
{
"plmn_list"
:
{
"title"
:
"PLMN list"
,
"title"
:
"PLMN list"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
...
...
software/ors-amarisoft/instance-tdd3500-enb-input-schema.json
View file @
dddc13b0
...
@@ -51,6 +51,12 @@
...
@@ -51,6 +51,12 @@
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"0x1A2D0"
"default"
:
"0x1A2D0"
},
},
"pci"
:
{
"title"
:
"Physical Cell ID"
,
"description"
:
"Physical Cell ID"
,
"type"
:
"number"
,
"default"
:
1
},
"plmn_list"
:
{
"plmn_list"
:
{
"title"
:
"PLMN list"
,
"title"
:
"PLMN list"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
...
...
software/ors-amarisoft/instance-tdd3500-gnb-epc-input-schema.json
View file @
dddc13b0
...
@@ -69,6 +69,12 @@
...
@@ -69,6 +69,12 @@
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"0x12345"
"default"
:
"0x12345"
},
},
"pci"
:
{
"title"
:
"Physical Cell ID"
,
"description"
:
"Physical Cell ID"
,
"type"
:
"number"
,
"default"
:
1
},
"ssb_pos_bitmap"
:
{
"ssb_pos_bitmap"
:
{
"title"
:
"SSB Position Bitmap"
,
"title"
:
"SSB Position Bitmap"
,
"description"
:
"SSB position bitmap in bits (4, 8 or 64 bits depending on the DL frequency)."
,
"description"
:
"SSB position bitmap in bits (4, 8 or 64 bits depending on the DL frequency)."
,
...
...
software/ors-amarisoft/instance-tdd3500-gnb-input-schema.json
View file @
dddc13b0
...
@@ -57,6 +57,12 @@
...
@@ -57,6 +57,12 @@
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"0x12345"
"default"
:
"0x12345"
},
},
"pci"
:
{
"title"
:
"Physical Cell ID"
,
"description"
:
"Physical Cell ID"
,
"type"
:
"number"
,
"default"
:
1
},
"ssb_pos_bitmap"
:
{
"ssb_pos_bitmap"
:
{
"title"
:
"SSB Position Bitmap"
,
"title"
:
"SSB Position Bitmap"
,
"description"
:
"SSB position bitmap in bits (4, 8 or 64 bits depending on the DL frequency)."
,
"description"
:
"SSB position bitmap in bits (4, 8 or 64 bits depending on the DL frequency)."
,
...
...
software/ors-amarisoft/instance-tdd3700-enb-epc-input-schema.json
View file @
dddc13b0
...
@@ -63,6 +63,12 @@
...
@@ -63,6 +63,12 @@
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"0x1A2D0"
"default"
:
"0x1A2D0"
},
},
"pci"
:
{
"title"
:
"Physical Cell ID"
,
"description"
:
"Physical Cell ID"
,
"type"
:
"number"
,
"default"
:
1
},
"plmn_list"
:
{
"plmn_list"
:
{
"title"
:
"PLMN list"
,
"title"
:
"PLMN list"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
...
...
software/ors-amarisoft/instance-tdd3700-enb-input-schema.json
View file @
dddc13b0
...
@@ -51,6 +51,12 @@
...
@@ -51,6 +51,12 @@
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"0x1A2D0"
"default"
:
"0x1A2D0"
},
},
"pci"
:
{
"title"
:
"Physical Cell ID"
,
"description"
:
"Physical Cell ID"
,
"type"
:
"number"
,
"default"
:
1
},
"plmn_list"
:
{
"plmn_list"
:
{
"title"
:
"PLMN list"
,
"title"
:
"PLMN list"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
...
...
software/ors-amarisoft/instance-tdd3700-gnb-epc-input-schema.json
View file @
dddc13b0
...
@@ -69,6 +69,12 @@
...
@@ -69,6 +69,12 @@
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"0x12345"
"default"
:
"0x12345"
},
},
"pci"
:
{
"title"
:
"Physical Cell ID"
,
"description"
:
"Physical Cell ID"
,
"type"
:
"number"
,
"default"
:
1
},
"ssb_pos_bitmap"
:
{
"ssb_pos_bitmap"
:
{
"title"
:
"SSB Position Bitmap"
,
"title"
:
"SSB Position Bitmap"
,
"description"
:
"SSB position bitmap in bits (4, 8 or 64 bits depending on the DL frequency)."
,
"description"
:
"SSB position bitmap in bits (4, 8 or 64 bits depending on the DL frequency)."
,
...
...
software/ors-amarisoft/instance-tdd3700-gnb-input-schema.json
View file @
dddc13b0
...
@@ -57,6 +57,12 @@
...
@@ -57,6 +57,12 @@
"type"
:
"string"
,
"type"
:
"string"
,
"default"
:
"0x12345"
"default"
:
"0x12345"
},
},
"pci"
:
{
"title"
:
"Physical Cell ID"
,
"description"
:
"Physical Cell ID"
,
"type"
:
"number"
,
"default"
:
1
},
"ssb_pos_bitmap"
:
{
"ssb_pos_bitmap"
:
{
"title"
:
"SSB Position Bitmap"
,
"title"
:
"SSB Position Bitmap"
,
"description"
:
"SSB position bitmap in bits (4, 8 or 64 bits depending on the DL frequency)."
,
"description"
:
"SSB position bitmap in bits (4, 8 or 64 bits depending on the DL frequency)."
,
...
...
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