Commit 7ddd604a authored by Tomer Cohen (Saguna Networks)'s avatar Tomer Cohen (Saguna Networks)
Browse files

Changed: cellid changed to cellId

See Also: ETSI GS MEC 012 V1.1.1 (2017-07) section 6.2.3-1
http://www.etsi.org/deliver/etsi_gs/MEC/001_099/012/01.01.01_60/gs_mec012v010101p.pdf

Change-Id: Icf5d59d8088cc777bcf892950989650b0bdb8c40
parent 8d6494ae
......@@ -771,7 +771,7 @@
"mcc": "001",
"mnc": "01"
},
"cellid": "0x800000A"
"cellId": "0x800000A"
},
"s1BearerInfoDetailed": [
{
......@@ -801,7 +801,7 @@
"mcc": "001",
"mnc": "01"
},
"cellid": "0x800000B"
"cellId": "0x800000B"
},
"s1BearerInfoDetailed": [
{
......@@ -5878,14 +5878,14 @@
"Ecgi": {
"type": "object",
"required": [
"cellid",
"cellId",
"plmn"
],
"properties": {
"plmn": {
"$ref": "#/definitions/Plmn"
},
"cellid": {
"cellId": {
"$ref": "#/definitions/CellId"
}
},
......
......@@ -571,7 +571,7 @@ paths:
plmn:
mcc: '001'
mnc: '01'
cellid: '0x800000A'
cellId: '0x800000A'
s1BearerInfoDetailed:
- erabId: 1
s1EnbInfo:
......@@ -590,7 +590,7 @@ paths:
plmn:
mcc: '001'
mnc: '01'
cellid: '0x800000B'
cellId: '0x800000B'
s1BearerInfoDetailed:
- erabId: 2
s1EnbInfo:
......@@ -4040,12 +4040,12 @@ definitions:
Ecgi:
type: object
required:
- cellid
- cellId
- plmn
properties:
plmn:
$ref: '#/definitions/Plmn'
cellid:
cellId:
$ref: '#/definitions/CellId'
description: E-UTRAN CelI Global Identifier as defined in 3GPP TS 36.413
Plmn:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment