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
c8ae36ce
Commit
c8ae36ce
authored
Jun 27, 2023
by
Joanne Hugé
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
software/ors-amarisoft: change sd parameter to string
parent
bf982827
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
19 additions
and
14 deletions
+19
-14
software/ors-amarisoft/changelog.rst
software/ors-amarisoft/changelog.rst
+5
-0
software/ors-amarisoft/instance-fdd-gnb-input-schema.json
software/ors-amarisoft/instance-fdd-gnb-input-schema.json
+2
-2
software/ors-amarisoft/instance-gnb-input-schema.json.jinja2
software/ors-amarisoft/instance-gnb-input-schema.json.jinja2
+2
-2
software/ors-amarisoft/instance-tdd-gnb-input-schema.json
software/ors-amarisoft/instance-tdd-gnb-input-schema.json
+2
-2
software/ors-amarisoft/instance-tdd1900-gnb-input-schema.json
...ware/ors-amarisoft/instance-tdd1900-gnb-input-schema.json
+2
-2
software/ors-amarisoft/instance-tdd2600-gnb-input-schema.json
...ware/ors-amarisoft/instance-tdd2600-gnb-input-schema.json
+2
-2
software/ors-amarisoft/instance-tdd3500-gnb-input-schema.json
...ware/ors-amarisoft/instance-tdd3500-gnb-input-schema.json
+2
-2
software/ors-amarisoft/instance-tdd3700-gnb-input-schema.json
...ware/ors-amarisoft/instance-tdd3700-gnb-input-schema.json
+2
-2
No files found.
software/ors-amarisoft/changelog.rst
View file @
c8ae36ce
Changelog
=========
Version 1.0.3XX (2023-06-XX)
-------------
* Change Slice Differentiator input parameter to hexadecimal representation
Version 1.0.326 (2023-06-14)
-------------
...
...
software/ors-amarisoft/instance-fdd-gnb-input-schema.json
View file @
c8ae36ce
...
...
@@ -260,10 +260,10 @@
"type"
:
"number"
},
"sd"
:
{
"default"
:
50
,
"default"
:
"0x000032"
,
"title"
:
"Slice Differentiator"
,
"description"
:
"Optional integer (range 0 to 0xFFFFFE)"
,
"type"
:
"
number
"
"type"
:
"
string
"
}
},
"type"
:
"object"
...
...
software/ors-amarisoft/instance-gnb-input-schema.json.jinja2
View file @
c8ae36ce
...
...
@@ -272,10 +272,10 @@
"type": "number"
},
"sd": {
"default":
50
,
"default":
"0x000032"
,
"title": "Slice Differentiator",
"description": "Optional integer (range 0 to 0xFFFFFE)",
"type": "
number
"
"type": "
string
"
}
},
"type": "object"
...
...
software/ors-amarisoft/instance-tdd-gnb-input-schema.json
View file @
c8ae36ce
...
...
@@ -270,10 +270,10 @@
"type"
:
"number"
},
"sd"
:
{
"default"
:
50
,
"default"
:
"0x000032"
,
"title"
:
"Slice Differentiator"
,
"description"
:
"Optional integer (range 0 to 0xFFFFFE)"
,
"type"
:
"
number
"
"type"
:
"
string
"
}
},
"type"
:
"object"
...
...
software/ors-amarisoft/instance-tdd1900-gnb-input-schema.json
View file @
c8ae36ce
...
...
@@ -260,10 +260,10 @@
"type"
:
"number"
},
"sd"
:
{
"default"
:
50
,
"default"
:
"0x000032"
,
"title"
:
"Slice Differentiator"
,
"description"
:
"Optional integer (range 0 to 0xFFFFFE)"
,
"type"
:
"
number
"
"type"
:
"
string
"
}
},
"type"
:
"object"
...
...
software/ors-amarisoft/instance-tdd2600-gnb-input-schema.json
View file @
c8ae36ce
...
...
@@ -260,10 +260,10 @@
"type"
:
"number"
},
"sd"
:
{
"default"
:
50
,
"default"
:
"0x000032"
,
"title"
:
"Slice Differentiator"
,
"description"
:
"Optional integer (range 0 to 0xFFFFFE)"
,
"type"
:
"
number
"
"type"
:
"
string
"
}
},
"type"
:
"object"
...
...
software/ors-amarisoft/instance-tdd3500-gnb-input-schema.json
View file @
c8ae36ce
...
...
@@ -260,10 +260,10 @@
"type"
:
"number"
},
"sd"
:
{
"default"
:
50
,
"default"
:
"0x000032"
,
"title"
:
"Slice Differentiator"
,
"description"
:
"Optional integer (range 0 to 0xFFFFFE)"
,
"type"
:
"
number
"
"type"
:
"
string
"
}
},
"type"
:
"object"
...
...
software/ors-amarisoft/instance-tdd3700-gnb-input-schema.json
View file @
c8ae36ce
...
...
@@ -260,10 +260,10 @@
"type"
:
"number"
},
"sd"
:
{
"default"
:
50
,
"default"
:
"0x000032"
,
"title"
:
"Slice Differentiator"
,
"description"
:
"Optional integer (range 0 to 0xFFFFFE)"
,
"type"
:
"
number
"
"type"
:
"
string
"
}
},
"type"
:
"object"
...
...
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