Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
MEC Robot Test Suite
Commits
88f790e2
Commit
88f790e2
authored
Jan 22, 2021
by
Michele Carignani
Browse files
fix enum on numeric values
parent
21dc733f
Pipeline
#5738
passed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
SRV/RNIS/schemas/RabInfo.schema.json
View file @
88f790e2
...
...
@@ -57,10 +57,7 @@
"properties"
:
{
"type"
:
{
"description"
:
"Numeric value (0-255) corresponding to specified type of identifier as following:
\n
0 = reserved.
\n
1= UE_IPv4_ADDRESS.
\n
2 = UE_IPV6_ADDRESS.
\n
3 = NATED_IP_ADDRESS.
\n
4 = GTP_TEID."
,
"enum"
:
[
"SEE_DESCRIPTION"
],
"type"
:
"string"
,
"type"
:
"number"
,
"x-etsi-mec-cardinality"
:
"1"
,
"x-etsi-mec-origin-type"
:
"Enum"
},
...
...
@@ -152,4 +149,4 @@
"x-etsi-ref"
:
"6.5.3"
}
}
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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