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
Device Application Interface API
Commits
bd8593c7
Commit
bd8593c7
authored
Feb 12, 2021
by
admin_forge
Browse files
Merge branch 'develop' into 'master'
STF593 hotfix for `format: int32` integer format hotfix See merge request
!3
parents
59ee2222
b2673c1f
Pipeline
#9932
passed with stage
in 0 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
UEAppInterfaceApi.json
View file @
bd8593c7
...
...
@@ -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 @
bd8593c7
...
...
@@ -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
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