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
68c9f331
Commit
68c9f331
authored
Jul 26, 2023
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/ors-amarisoft: add B28, N77 and N79 bands
parent
f2fe41ac
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
36 additions
and
6 deletions
+36
-6
software/ors-amarisoft/buildout.hash.cfg
software/ors-amarisoft/buildout.hash.cfg
+1
-1
software/ors-amarisoft/instance-enb-input-schema.json.jinja2
software/ors-amarisoft/instance-enb-input-schema.json.jinja2
+1
-1
software/ors-amarisoft/instance-fdd-enb-input-schema.json
software/ors-amarisoft/instance-fdd-enb-input-schema.json
+1
-1
software/ors-amarisoft/instance-fdd-lopcomm-enb-input-schema.json
.../ors-amarisoft/instance-fdd-lopcomm-enb-input-schema.json
+1
-1
software/ors-amarisoft/instance-tdd-enb-input-schema.json
software/ors-amarisoft/instance-tdd-enb-input-schema.json
+1
-1
software/ors-amarisoft/instance-tdd-m2ru-enb-input-schema.json
...are/ors-amarisoft/instance-tdd-m2ru-enb-input-schema.json
+1
-1
software/ors-amarisoft/instance.cfg
software/ors-amarisoft/instance.cfg
+30
-0
No files found.
software/ors-amarisoft/buildout.hash.cfg
View file @
68c9f331
...
...
@@ -16,7 +16,7 @@
[template]
filename = instance.cfg
md5sum =
c7190344b0121ca85b2120fb0a5fe341
md5sum =
50e83105328c6434ba94f77c5753cbf8
[amarisoft-stats.jinja2.py]
_update_hash_filename_ = amarisoft-stats.jinja2.py
...
...
software/ors-amarisoft/instance-enb-input-schema.json.jinja2
View file @
68c9f331
...
...
@@ -142,7 +142,7 @@
"title": "Cell ID",
"description": "Cell IDs",
"type": "string"
}
,
}
},
"type": "object"
}
...
...
software/ors-amarisoft/instance-fdd-enb-input-schema.json
View file @
68c9f331
...
...
@@ -55,7 +55,7 @@
"title"
:
"Cell ID"
,
"description"
:
"Cell IDs"
,
"type"
:
"string"
}
,
}
},
"type"
:
"object"
}
...
...
software/ors-amarisoft/instance-fdd-lopcomm-enb-input-schema.json
View file @
68c9f331
...
...
@@ -91,7 +91,7 @@
"title"
:
"Cell ID"
,
"description"
:
"Cell IDs"
,
"type"
:
"string"
}
,
}
},
"type"
:
"object"
}
...
...
software/ors-amarisoft/instance-tdd-enb-input-schema.json
View file @
68c9f331
...
...
@@ -65,7 +65,7 @@
"title"
:
"Cell ID"
,
"description"
:
"Cell IDs"
,
"type"
:
"string"
}
,
}
},
"type"
:
"object"
}
...
...
software/ors-amarisoft/instance-tdd-m2ru-enb-input-schema.json
View file @
68c9f331
...
...
@@ -101,7 +101,7 @@
"title"
:
"Cell ID"
,
"description"
:
"Cell IDs"
,
"type"
:
"string"
}
,
}
},
"type"
:
"object"
}
...
...
software/ors-amarisoft/instance.cfg
View file @
68c9f331
...
...
@@ -66,6 +66,9 @@ init =
"B39": "1880MHz - 1920MHz",
"B42": "3400MHz - 3600MHz",
"B43": "3600MHz - 3800MHz",
"B28": "758MHz - 803MHz",
"N77": "3300MHz - 4200MHz",
"N79": "4400MHz - 5000MHz",
"UNKNOWN": "Information not available for this band",
}
default_tx_gain_map = {
...
...
@@ -73,6 +76,9 @@ init =
"B39": (59, 64),
"B42": (63, 62),
"B43": (63, 62),
"B28": (60, 62),
"N77": (60, 62),
"N79": (60, 62),
"UNKNOWN": (60, 62),
}
default_rx_gain_map = {
...
...
@@ -80,6 +86,9 @@ init =
"B39": (43, 43),
"B42": (43, 43),
"B43": (43, 43),
"B28": (43, 43),
"N77": (43, 43),
"N79": (43, 43),
"UNKNOWN": (43, 43),
}
default_earfcn_map = {
...
...
@@ -87,6 +96,9 @@ init =
"B39": 38350,
"B42": 42590,
"B43": 44590,
"B28": 9550,
"N77": 0,
"N79": 0,
"UNKNOWN": 0,
}
default_nr_arfcn_map = {
...
...
@@ -94,6 +106,9 @@ init =
"B39": 378000,
"B42": 632628,
"B43": 646666,
"B28": 0,
"N77": 660000,
"N79": 720000,
"UNKNOWN": 0,
}
default_nr_band_map = {
...
...
@@ -101,6 +116,9 @@ init =
"B39": 39,
"B42": 78,
"B43": 78,
"B28": 0,
"N77": 77,
"N79": 79,
"UNKNOWN": 0,
}
power_map = {
...
...
@@ -120,6 +138,18 @@ init =
lambda x: (-0.014198126839751619) * x**2 + (2.980758813262773) * x + (-125.25800492285738),
lambda x: (-0.0036530114002551943) * x**2 + (1.510856844601873) * x + (-74.58790185136355),
),
"B28": (
lambda x: "UNKNOWN",
lambda x: "UNKNOWN",
),
"N77": (
lambda x: "UNKNOWN",
lambda x: "UNKNOWN",
),
"N79": (
lambda x: "UNKNOWN",
lambda x: "UNKNOWN",
),
"UNKNOWN": (
lambda x: "UNKNOWN",
lambda x: "UNKNOWN",
...
...
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