ecgi.proto 511 Bytes
Newer Older
Michel Roy's avatar
Michel Roy committed
1
2
3
4
5
/*
  ETSI GS MEC 012 - Radio Network Information API
 
  The ETSI MEC ISG MEC012 Radio Network Information API described using OpenAPI.
 
Hammad Zafar's avatar
Hammad Zafar committed
6
  The version of the OpenAPI document: 2.2.1
Michel Roy's avatar
Michel Roy committed
7
8
9
10
11
12
13
14
15
16
17
18
  
  Generated by OpenAPI Generator: https://openapi-generator.tech
*/

syntax = "proto3";

package mec012;

import public "models/plmn.proto";

message Ecgi {

Michel Roy's avatar
Michel Roy committed
19
  // String representing the E-UTRAN Cell Identity. Encoded as a bit string (size (28)) as defined in ETSI TS 136 413 [i.3].
Michel Roy's avatar
Michel Roy committed
20
21
22
23
24
  string cellId = 1;

  Plmn plmn = 2;

}