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
637e7eae
Commit
637e7eae
authored
Jul 17, 2023
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/ors-amarisoft: add tac parameter to eNB
parent
0461fb14
Changes
10
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
45 additions
and
2 deletions
+45
-2
software/ors-amarisoft/buildout.hash.cfg
software/ors-amarisoft/buildout.hash.cfg
+1
-1
software/ors-amarisoft/changelog.rst
software/ors-amarisoft/changelog.rst
+1
-0
software/ors-amarisoft/config/enb.jinja2.cfg
software/ors-amarisoft/config/enb.jinja2.cfg
+1
-1
software/ors-amarisoft/instance-enb-input-schema.json.jinja2
software/ors-amarisoft/instance-enb-input-schema.json.jinja2
+6
-0
software/ors-amarisoft/instance-fdd-enb-input-schema.json
software/ors-amarisoft/instance-fdd-enb-input-schema.json
+6
-0
software/ors-amarisoft/instance-tdd-enb-input-schema.json
software/ors-amarisoft/instance-tdd-enb-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-tdd2600-enb-input-schema.json
...ware/ors-amarisoft/instance-tdd2600-enb-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-tdd3700-enb-input-schema.json
...ware/ors-amarisoft/instance-tdd3700-enb-input-schema.json
+6
-0
No files found.
software/ors-amarisoft/buildout.hash.cfg
View file @
637e7eae
...
...
@@ -64,7 +64,7 @@ md5sum = dcaac06553a3222b14c0013a13f4a149
[enb.jinja2.cfg]
filename = config/enb.jinja2.cfg
md5sum =
744e367d187c0ca9b351b253206d026f
md5sum =
f90b5165223dcdd25ce007e06813f37d
[sib23.jinja2.asn]
filename = config/sib23.jinja2.asn
...
...
software/ors-amarisoft/changelog.rst
View file @
637e7eae
...
...
@@ -6,6 +6,7 @@ Version 1.0.3XX (2023-06-XX)
* Change Slice Differentiator input parameter to hexadecimal representation
* Add TDD Configurations with maximum uplink
* Modify reference power signal to improve radio link over long distances
* Add TAC parameter to eNB
Version 1.0.326 (2023-06-14)
-------------
...
...
software/ors-amarisoft/config/enb.jinja2.cfg
View file @
637e7eae
...
...
@@ -109,7 +109,7 @@
n_id_cell: {{ slapparameter_dict.get('pci', 1) }},
cell_id: {{ slapparameter_dict.get('cell_id', '0x01') }},
tac:
0x0001
,
tac:
{{ slapparameter_dict.get('tac', '0x0001') }}
,
root_sequence_index: 204,
},
],
...
...
software/ors-amarisoft/instance-enb-input-schema.json.jinja2
View file @
637e7eae
...
...
@@ -185,6 +185,12 @@
"type": "number",
"default": 1
},
"tac": {
"title": "Tracking Area Code",
"description": "Tracking Area Code in hexadecimal representation (range 0x0000 to 0xffff)",
"default": "0x0001",
"type": "string"
},
"plmn_list": {
"title": "PLMN list",
"description": "List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)",
...
...
software/ors-amarisoft/instance-fdd-enb-input-schema.json
View file @
637e7eae
...
...
@@ -183,6 +183,12 @@
"type"
:
"number"
,
"default"
:
1
},
"tac"
:
{
"title"
:
"Tracking Area Code"
,
"description"
:
"Tracking Area Code in hexadecimal representation (range 0x0000 to 0xffff)"
,
"default"
:
"0x0001"
,
"type"
:
"string"
},
"plmn_list"
:
{
"title"
:
"PLMN list"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
...
...
software/ors-amarisoft/instance-tdd-enb-input-schema.json
View file @
637e7eae
...
...
@@ -81,6 +81,12 @@
"type"
:
"number"
,
"default"
:
1
},
"tac"
:
{
"title"
:
"Tracking Area Code"
,
"description"
:
"Tracking Area Code in hexadecimal representation (range 0x0000 to 0xffff)"
,
"default"
:
"0x0001"
,
"type"
:
"string"
},
"plmn_list"
:
{
"title"
:
"PLMN list"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
...
...
software/ors-amarisoft/instance-tdd1900-enb-input-schema.json
View file @
637e7eae
...
...
@@ -81,6 +81,12 @@
"type"
:
"number"
,
"default"
:
1
},
"tac"
:
{
"title"
:
"Tracking Area Code"
,
"description"
:
"Tracking Area Code in hexadecimal representation (range 0x0000 to 0xffff)"
,
"default"
:
"0x0001"
,
"type"
:
"string"
},
"plmn_list"
:
{
"title"
:
"PLMN list"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
...
...
software/ors-amarisoft/instance-tdd2600-enb-input-schema.json
View file @
637e7eae
...
...
@@ -81,6 +81,12 @@
"type"
:
"number"
,
"default"
:
1
},
"tac"
:
{
"title"
:
"Tracking Area Code"
,
"description"
:
"Tracking Area Code in hexadecimal representation (range 0x0000 to 0xffff)"
,
"default"
:
"0x0001"
,
"type"
:
"string"
},
"plmn_list"
:
{
"title"
:
"PLMN list"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
...
...
software/ors-amarisoft/instance-tdd3500-enb-input-schema.json
View file @
637e7eae
...
...
@@ -81,6 +81,12 @@
"type"
:
"number"
,
"default"
:
1
},
"tac"
:
{
"title"
:
"Tracking Area Code"
,
"description"
:
"Tracking Area Code in hexadecimal representation (range 0x0000 to 0xffff)"
,
"default"
:
"0x0001"
,
"type"
:
"string"
},
"plmn_list"
:
{
"title"
:
"PLMN list"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
...
...
software/ors-amarisoft/instance-tdd3700-enb-input-schema.json
View file @
637e7eae
...
...
@@ -81,6 +81,12 @@
"type"
:
"number"
,
"default"
:
1
},
"tac"
:
{
"title"
:
"Tracking Area Code"
,
"description"
:
"Tracking Area Code in hexadecimal representation (range 0x0000 to 0xffff)"
,
"default"
:
"0x0001"
,
"type"
:
"string"
},
"plmn_list"
:
{
"title"
:
"PLMN list"
,
"description"
:
"List of PLMNs broadcasted by the eNodeB, at most 6 (default: 00101)"
,
...
...
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