Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
V2X Information Service API
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MEC - Multi-access Edge Computing
V2X Information Service API
Merge requests
!2
Final release
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Final release
develop
into
master
Overview
0
Commits
12
Pipelines
1
Changes
59
Merged
Elian Kraja
requested to merge
develop
into
master
3 years ago
Overview
0
Commits
12
Pipelines
1
Changes
59
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
3ac68cd4
12 commits,
3 years ago
59 files
+
3165
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
59
Search (e.g. *.vue) (Ctrl+P)
proto3/models/cell_id.proto
0 → 100644
+
21
−
0
Options
/*
ETSI GS MEC 030 V2X Information Service API
ETSI GS MEC 030 V2X Information Service API described using OpenAPI.
The version of the OpenAPI document: 2.1.1
Contact: cti_support@etsi.org
Generated by OpenAPI Generator: https://openapi-generator.tech
*/
syntax
=
"proto3"
;
package
mec030
;
message
CellId
{
// E-UTRAN Cell Identity as a bit string (size (28)).
string
cell_id
=
1
;
}
Loading