Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
MEC - Multi-access Edge Computing
V2X Information Service API
Commits
558e093d
Commit
558e093d
authored
Jan 11, 2021
by
piscione
Browse files
Fix.
parent
b0d5b3df
Pipeline
#5575
passed with stage
in 0 seconds
Changes
56
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
proto3/models/cell_id.proto
View file @
558e093d
...
...
@@ -12,7 +12,6 @@ syntax = "proto3";
package
mec030
;
option
java_multiple_files
=
true
;
message
CellId
{
...
...
proto3/models/earfcn.proto
View file @
558e093d
...
...
@@ -12,7 +12,6 @@ syntax = "proto3";
package
mec030
;
option
java_multiple_files
=
true
;
message
Earfcn
{
...
...
proto3/models/ecgi.proto
View file @
558e093d
...
...
@@ -12,7 +12,6 @@ syntax = "proto3";
package
mec030
;
option
java_multiple_files
=
true
;
import
public
"models/cell_id.proto"
;
import
public
"models/plmn.proto"
;
...
...
proto3/models/fdd_info.proto
View file @
558e093d
...
...
@@ -12,7 +12,6 @@ syntax = "proto3";
package
mec030
;
option
java_multiple_files
=
true
;
import
public
"models/earfcn.proto"
;
import
public
"models/transmission_bandwidth.proto"
;
...
...
proto3/models/link_type.proto
View file @
558e093d
...
...
@@ -12,7 +12,6 @@ syntax = "proto3";
package
mec030
;
option
java_multiple_files
=
true
;
message
LinkType
{
...
...
proto3/models/location_info.proto
View file @
558e093d
...
...
@@ -12,7 +12,6 @@ syntax = "proto3";
package
mec030
;
option
java_multiple_files
=
true
;
import
public
"models/ecgi.proto"
;
import
public
"models/location_info_geo_area.proto"
;
...
...
proto3/models/location_info_geo_area.proto
View file @
558e093d
...
...
@@ -12,7 +12,6 @@ syntax = "proto3";
package
mec030
;
option
java_multiple_files
=
true
;
message
LocationInfoGeoArea
{
...
...
proto3/models/msg_type.proto
View file @
558e093d
...
...
@@ -12,7 +12,6 @@ syntax = "proto3";
package
mec030
;
option
java_multiple_files
=
true
;
message
MsgType
{
enum
TypeEnum
{
...
...
proto3/models/pc5_neighbour_cell_info.proto
View file @
558e093d
...
...
@@ -12,7 +12,6 @@ syntax = "proto3";
package
mec030
;
option
java_multiple_files
=
true
;
import
public
"models/ecgi.proto"
;
import
public
"models/plmn.proto"
;
...
...
proto3/models/pc5_provisioning_info.proto
View file @
558e093d
...
...
@@ -12,7 +12,6 @@ syntax = "proto3";
package
mec030
;
option
java_multiple_files
=
true
;
import
public
"models/pc5_provisioning_info_pro_info_pc5.proto"
;
import
public
"models/time_stamp.proto"
;
...
...
proto3/models/pc5_provisioning_info_pro_info_pc5.proto
View file @
558e093d
...
...
@@ -12,7 +12,6 @@ syntax = "proto3";
package
mec030
;
option
java_multiple_files
=
true
;
import
public
"models/location_info.proto"
;
import
public
"models/pc5_neighbour_cell_info.proto"
;
...
...
proto3/models/plmn.proto
View file @
558e093d
...
...
@@ -12,7 +12,6 @@ syntax = "proto3";
package
mec030
;
option
java_multiple_files
=
true
;
message
Plmn
{
...
...
proto3/models/predicted_qos.proto
View file @
558e093d
...
...
@@ -12,7 +12,6 @@ syntax = "proto3";
package
mec030
;
option
java_multiple_files
=
true
;
import
public
"models/predicted_qos_routes.proto"
;
import
public
"models/time_stamp.proto"
;
...
...
proto3/models/predicted_qos_routes.proto
View file @
558e093d
...
...
@@ -12,7 +12,6 @@ syntax = "proto3";
package
mec030
;
option
java_multiple_files
=
true
;
import
public
"models/predicted_qos_routes_route_info.proto"
;
message
PredictedQosRoutes
{
...
...
proto3/models/predicted_qos_routes_route_info.proto
View file @
558e093d
...
...
@@ -12,7 +12,6 @@ syntax = "proto3";
package
mec030
;
option
java_multiple_files
=
true
;
import
public
"models/location_info.proto"
;
import
public
"models/time_stamp.proto"
;
...
...
proto3/models/problem_details.proto
View file @
558e093d
...
...
@@ -12,7 +12,6 @@ syntax = "proto3";
package
mec030
;
option
java_multiple_files
=
true
;
message
ProblemDetails
{
...
...
proto3/models/prov_chg_pc5_notification.proto
View file @
558e093d
...
...
@@ -12,7 +12,6 @@ syntax = "proto3";
package
mec030
;
option
java_multiple_files
=
true
;
import
public
"models/location_info.proto"
;
import
public
"models/pc5_neighbour_cell_info.proto"
;
import
public
"models/time_stamp.proto"
;
...
...
proto3/models/prov_chg_pc5_subscription.proto
View file @
558e093d
...
...
@@ -12,7 +12,6 @@ syntax = "proto3";
package
mec030
;
option
java_multiple_files
=
true
;
import
public
"models/prov_chg_pc5_subscription_filter_criteria.proto"
;
import
public
"models/prov_chg_pc5_subscription_links.proto"
;
import
public
"models/time_stamp.proto"
;
...
...
proto3/models/prov_chg_pc5_subscription_filter_criteria.proto
View file @
558e093d
...
...
@@ -12,7 +12,6 @@ syntax = "proto3";
package
mec030
;
option
java_multiple_files
=
true
;
import
public
"models/location_info.proto"
;
import
public
"models/pc5_neighbour_cell_info.proto"
;
...
...
proto3/models/prov_chg_pc5_subscription_links.proto
View file @
558e093d
...
...
@@ -12,7 +12,6 @@ syntax = "proto3";
package
mec030
;
option
java_multiple_files
=
true
;
import
public
"models/link_type.proto"
;
message
ProvChgPc5SubscriptionLinks
{
...
...
Prev
1
2
3
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment