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
Radio Network Information API
Commits
4f473cd4
Commit
4f473cd4
authored
Feb 13, 2018
by
Walter Featherstone
Committed by
Gerrit Code Review
Feb 13, 2018
Browse files
Merge "Changed: cellid changed to cellId"
parents
21cd1ce3
7ddd604a
Changes
2
Hide whitespace changes
Inline
Side-by-side
RniAPI.json
View file @
4f473cd4
...
...
@@ -771,7 +771,7 @@
"mcc"
:
"001"
,
"mnc"
:
"01"
},
"cell
i
d"
:
"0x800000A"
"cell
I
d"
:
"0x800000A"
},
"s1BearerInfoDetailed"
:
[
{
...
...
@@ -801,7 +801,7 @@
"mcc"
:
"001"
,
"mnc"
:
"01"
},
"cell
i
d"
:
"0x800000B"
"cell
I
d"
:
"0x800000B"
},
"s1BearerInfoDetailed"
:
[
{
...
...
@@ -5878,14 +5878,14 @@
"Ecgi"
:
{
"type"
:
"object"
,
"required"
:
[
"cell
i
d"
,
"cell
I
d"
,
"plmn"
],
"properties"
:
{
"plmn"
:
{
"$ref"
:
"#/definitions/Plmn"
},
"cell
i
d"
:
{
"cell
I
d"
:
{
"$ref"
:
"#/definitions/CellId"
}
},
...
...
RniAPI.yaml
View file @
4f473cd4
...
...
@@ -571,7 +571,7 @@ paths:
plmn
:
mcc
:
'
001'
mnc
:
'
01'
cell
i
d
:
'
0x800000A'
cell
I
d
:
'
0x800000A'
s1BearerInfoDetailed
:
-
erabId
:
1
s1EnbInfo
:
...
...
@@ -590,7 +590,7 @@ paths:
plmn
:
mcc
:
'
001'
mnc
:
'
01'
cell
i
d
:
'
0x800000B'
cell
I
d
:
'
0x800000B'
s1BearerInfoDetailed
:
-
erabId
:
2
s1EnbInfo
:
...
...
@@ -4040,12 +4040,12 @@ definitions:
Ecgi
:
type
:
object
required
:
-
cell
i
d
-
cell
I
d
-
plmn
properties
:
plmn
:
$ref
:
'
#/definitions/Plmn'
cell
i
d
:
cell
I
d
:
$ref
:
'
#/definitions/CellId'
description
:
E-UTRAN CelI Global Identifier as defined in 3GPP TS
36.413
Plmn
:
...
...
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