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 @@ ...@@ -771,7 +771,7 @@
"mcc": "001", "mcc": "001",
"mnc": "01" "mnc": "01"
}, },
"cellid": "0x800000A" "cellId": "0x800000A"
}, },
"s1BearerInfoDetailed": [ "s1BearerInfoDetailed": [
{ {
...@@ -801,7 +801,7 @@ ...@@ -801,7 +801,7 @@
"mcc": "001", "mcc": "001",
"mnc": "01" "mnc": "01"
}, },
"cellid": "0x800000B" "cellId": "0x800000B"
}, },
"s1BearerInfoDetailed": [ "s1BearerInfoDetailed": [
{ {
...@@ -5878,14 +5878,14 @@ ...@@ -5878,14 +5878,14 @@
"Ecgi": { "Ecgi": {
"type": "object", "type": "object",
"required": [ "required": [
"cellid", "cellId",
"plmn" "plmn"
], ],
"properties": { "properties": {
"plmn": { "plmn": {
"$ref": "#/definitions/Plmn" "$ref": "#/definitions/Plmn"
}, },
"cellid": { "cellId": {
"$ref": "#/definitions/CellId" "$ref": "#/definitions/CellId"
} }
}, },
......
...@@ -571,7 +571,7 @@ paths: ...@@ -571,7 +571,7 @@ paths:
plmn: plmn:
mcc: '001' mcc: '001'
mnc: '01' mnc: '01'
cellid: '0x800000A' cellId: '0x800000A'
s1BearerInfoDetailed: s1BearerInfoDetailed:
- erabId: 1 - erabId: 1
s1EnbInfo: s1EnbInfo:
...@@ -590,7 +590,7 @@ paths: ...@@ -590,7 +590,7 @@ paths:
plmn: plmn:
mcc: '001' mcc: '001'
mnc: '01' mnc: '01'
cellid: '0x800000B' cellId: '0x800000B'
s1BearerInfoDetailed: s1BearerInfoDetailed:
- erabId: 2 - erabId: 2
s1EnbInfo: s1EnbInfo:
...@@ -4040,12 +4040,12 @@ definitions: ...@@ -4040,12 +4040,12 @@ definitions:
Ecgi: Ecgi:
type: object type: object
required: required:
- cellid - cellId
- plmn - plmn
properties: properties:
plmn: plmn:
$ref: '#/definitions/Plmn' $ref: '#/definitions/Plmn'
cellid: cellId:
$ref: '#/definitions/CellId' $ref: '#/definitions/CellId'
description: E-UTRAN CelI Global Identifier as defined in 3GPP TS 36.413 description: E-UTRAN CelI Global Identifier as defined in 3GPP TS 36.413
Plmn: 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