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
Fixed Access Information API
Commits
a1df13ef
Commit
a1df13ef
authored
Jan 08, 2021
by
piscione
Browse files
Minor on deviceInfo data model.
parent
a5501712
Changes
2
Hide whitespace changes
Inline
Side-by-side
MEC029_FAI.yaml
View file @
a1df13ef
...
...
@@ -1181,11 +1181,10 @@ components:
DeviceInfo
:
properties
:
deviceId
:
description
:
'
Typically,
the
serial
number
of
the
device.
This
value
shall
remain
fixed
over
the
lifetime
of
the
device,
including
across
firmware
updates.'
type
:
string
description
:
'
Typically,
the
serial
number
of
the
device.This
value
shall
remain
fixed
over
the
lifetime
of
the
device,
including
across
firmware
updates.'
type
:
array
items
:
type
:
string
x-etsi-mec-cardinality
:
0..1
x-etsi-mec-origin-type
:
String
deviceStatus
:
...
...
@@ -2076,3 +2075,4 @@ components:
application/json
:
schema
:
$ref
:
'
#/components/schemas/ProblemDetails'
proto3/models/device_info.proto
View file @
a1df13ef
...
...
@@ -12,6 +12,7 @@ syntax = "proto3";
package
mec029
;
option
java_multiple_files
=
true
;
import
public
"models/device_info_device_status.proto"
;
import
public
"models/download_diagnostics.proto"
;
import
public
"models/ip_ping_diagnostics.proto"
;
...
...
@@ -22,7 +23,7 @@ import public "models/upload_diagnostics.proto";
message
DeviceInfo
{
// Typically, the serial number of the device. This value shall remain fixed over the lifetime of the device, including across firmware updates.
string
device_id
=
1
;
repeated
string
device_id
=
1
;
DeviceInfoDeviceStatus
device_status
=
2
;
...
...
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