Commit 4f473cd4 authored by Walter Featherstone's avatar Walter Featherstone Committed by Gerrit Code Review
Browse files

Merge "Changed: cellid changed to cellId"

parents 21cd1ce3 7ddd604a
......@@ -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