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
6188f1b4
Commit
6188f1b4
authored
Apr 07, 2022
by
Elian Kraja
Browse files
Merge branch 'stf606-draft' into 'stf606-final'
Fix on missing datamodels See merge request
!7
parents
37a806b9
ddc0355a
Pipeline
#11122
running with stage
in 0 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
MEC029_FAI.json
View file @
6188f1b4
...
...
@@ -1140,9 +1140,6 @@
},
"CmConnNotification.cmIf"
:
{
"description"
:
""
,
"items"
:
{
"type"
:
"object"
},
"properties"
:
{
"cmId"
:
{
"description"
:
"The Cable Modem identifier."
,
...
...
@@ -2100,7 +2097,9 @@
},
"customerPremisesInfo"
:
{
"description"
:
"The physical location of a customer site."
,
"$ref"
:
"#/components/schemas/CpInfo"
,
"items"
:
{
"$ref"
:
"#/components/schemas/CpInfo"
},
"minItems"
:
1
,
"type"
:
"array"
,
"x-etsi-mec-cardinality"
:
"1..N"
,
...
...
MEC029_FAI.yaml
View file @
6188f1b4
...
...
@@ -819,8 +819,6 @@ components:
CmConnNotification.cmIf
:
description
:
"
"
items
:
type
:
object
properties
:
cmId
:
description
:
The Cable Modem identifier.
...
...
@@ -1683,6 +1681,7 @@ components:
$ref
:
"
#/components/schemas/TimeStamp"
customerPremisesInfo
:
description
:
The physical location of a customer site.
items
:
$ref
:
"
#/components/schemas/CpInfo"
minItems
:
1
type
:
array
...
...
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