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
48a955be
Commit
48a955be
authored
Feb 09, 2024
by
Kirill Smelkov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
X Correct tac in NR peer
TAC ranges are different in between LTE and NR.
parent
01b069a2
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
4 deletions
+10
-4
software/ors-amarisoft/cell/nr/input-schema.json
software/ors-amarisoft/cell/nr/input-schema.json
+8
-0
software/ors-amarisoft/instance-enb-input-schema.json
software/ors-amarisoft/instance-enb-input-schema.json
+1
-3
software/ors-amarisoft/peer/cell/nr/input-schema.json
software/ors-amarisoft/peer/cell/nr/input-schema.json
+1
-1
No files found.
software/ors-amarisoft/cell/nr/input-schema.json
View file @
48a955be
...
...
@@ -75,5 +75,13 @@
"description"
:
"Range 0 to 837 for PRACH format up to 3, 0 to 137 otherwise. prach-RootSequenceIndex parameter. It must be different for each neighbour cell operating on the same frequency and sharing the same PRACH configuration."
,
"default"
:
1
}
},
"$defs"
:
{
"tac"
:
{
"title"
:
"Tracking Area Code"
,
"description"
:
"Integer (range 0 to 16777215)"
,
"type"
:
"number"
}
}
}
software/ors-amarisoft/instance-enb-input-schema.json
View file @
48a955be
...
...
@@ -106,9 +106,7 @@
"type"
:
"string"
},
"tac"
:
{
"title"
:
"Tracking Area Code"
,
"description"
:
"Integer (range 0 to 16777215)"
,
"type"
:
"number"
"$ref"
:
"cell/nr/input-schema.json#/$defs/tac"
},
"ranac"
:
{
"title"
:
"Optional integer (range 0 to 255)"
,
...
...
software/ors-amarisoft/peer/cell/nr/input-schema.json
View file @
48a955be
...
...
@@ -38,6 +38,6 @@
"ssb_nr_arfcn"
:
{
"$ref"
:
"../../../cell/nr/input-schema.json#/properties/ssb_nr_arfcn"
},
"ul_nr_arfcn"
:
{
"$ref"
:
"../../../cell/nr/input-schema.json#/properties/ul_nr_arfcn"
},
"pci"
:
{
"$ref"
:
"../../../cell/nr/input-schema.json#/properties/pci"
},
"tac"
:
{
"$ref"
:
"../../../cell/
lte/input-schema.json#/propertie
s/tac"
}
"tac"
:
{
"$ref"
:
"../../../cell/
nr/input-schema.json#/$def
s/tac"
}
}
}
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