Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
Device Application Interface API
Commits
b2673c1f
Commit
b2673c1f
authored
Feb 03, 2021
by
Michel Roy
Committed by
ETSI CTI
Feb 12, 2021
Browse files
integer format hotfix
parent
59ee2222
Pipeline
#6037
passed with stage
in 0 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
UEAppInterfaceApi.json
UEAppInterfaceApi.json
+5
-5
UEAppInterfaceApi.yaml
UEAppInterfaceApi.yaml
+5
-5
No files found.
UEAppInterfaceApi.json
View file @
b2673c1f
...
...
@@ -660,22 +660,22 @@
"properties"
:
{
"bandwidth"
:
{
"description"
:
"The required connection bandwidth in kbit/s for the use of the MEC application instance. "
,
"format"
:
"uint32"
,
"type"
:
"integer"
,
"format"
:
"int32"
,
"x-etsi-mec-cardinality"
:
"0..1"
,
"x-etsi-mec-origin-type"
:
"uint32"
},
"latency"
:
{
"description"
:
"The target round trip time in milliseconds supported by the MEC system for the MEC application instance."
,
"format"
:
"uint32"
,
"type"
:
"integer"
,
"format"
:
"int32"
,
"x-etsi-mec-cardinality"
:
"0..1"
,
"x-etsi-mec-origin-type"
:
"uint32"
},
"memory"
:
{
"description"
:
"The maximum size in Mbytes of the memory resource expected to be used by the MEC application instance in the MEC system."
,
"format"
:
"uint32"
,
"type"
:
"integer"
,
"format"
:
"int32"
,
"x-etsi-mec-cardinality"
:
"0..1"
,
"x-etsi-mec-origin-type"
:
"uint32"
},
...
...
@@ -691,8 +691,8 @@
},
"storage"
:
{
"description"
:
"The maximum size in Mbytes of the storage resource expected to be used by the MEC application instance in the MEC system."
,
"format"
:
"uint32"
,
"type"
:
"integer"
,
"format"
:
"int32"
,
"x-etsi-mec-cardinality"
:
"0..1"
,
"x-etsi-mec-origin-type"
:
"uint32"
}
...
...
@@ -1025,7 +1025,7 @@
},
"status"
:
{
"description"
:
"The HTTP status code for this occurrence of the problem"
,
"format"
:
"int32"
,
"format"
:
"
u
int32"
,
"type"
:
"integer"
,
"x-etsi-mec-cardinality"
:
"0..1"
,
"x-etsi-mec-origin-type"
:
"Uint32"
...
...
UEAppInterfaceApi.yaml
View file @
b2673c1f
...
...
@@ -489,20 +489,20 @@ components:
properties
:
bandwidth
:
description
:
'
The
required
connection
bandwidth
in
kbit/s
for
the
use
of
the
MEC
application
instance.
'
format
:
uint32
type
:
integer
format
:
int32
x-etsi-mec-cardinality
:
0..1
x-etsi-mec-origin-type
:
uint32
latency
:
description
:
The target round trip time in milliseconds supported by the MEC system for the MEC application instance.
format
:
uint32
type
:
integer
format
:
int32
x-etsi-mec-cardinality
:
0..1
x-etsi-mec-origin-type
:
uint32
memory
:
description
:
The maximum size in Mbytes of the memory resource expected to be used by the MEC application instance in the MEC system.
format
:
uint32
type
:
integer
format
:
int32
x-etsi-mec-cardinality
:
0..1
x-etsi-mec-origin-type
:
uint32
serviceCont
:
...
...
@@ -517,8 +517,8 @@ components:
x-etsi-mec-origin-type
:
Enum
storage
:
description
:
The maximum size in Mbytes of the storage resource expected to be used by the MEC application instance in the MEC system.
format
:
uint32
type
:
integer
format
:
int32
x-etsi-mec-cardinality
:
0..1
x-etsi-mec-origin-type
:
uint32
type
:
object
...
...
@@ -788,7 +788,7 @@ components:
x-etsi-mec-origin-type
:
URI
status
:
description
:
The HTTP status code for this occurrence of the problem
format
:
int32
format
:
u
int32
type
:
integer
x-etsi-mec-cardinality
:
0..1
x-etsi-mec-origin-type
:
Uint32
...
...
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