Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openairinterface5G
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Worker.N
openairinterface5G
Commits
5e1f3441
Commit
5e1f3441
authored
6 years ago
by
Robert Schmidt
Browse files
Options
Downloads
Patches
Plain Diff
Add Disconnect protobuf message description in FlexRAN
parent
0a4ffade
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
openair2/ENB_APP/MESSAGES/V2/flexran.proto
+4
-1
4 additions, 1 deletion
openair2/ENB_APP/MESSAGES/V2/flexran.proto
openair2/ENB_APP/MESSAGES/V2/header.proto
+1
-0
1 addition, 0 deletions
openair2/ENB_APP/MESSAGES/V2/header.proto
with
5 additions
and
1 deletion
openair2/ENB_APP/MESSAGES/V2/flexran.proto
+
4
−
1
View file @
5e1f3441
...
@@ -31,6 +31,7 @@ message flexran_message {
...
@@ -31,6 +31,7 @@ message flexran_message {
flex_agent_reconfiguration
agent_reconfiguration_msg
=
17
;
flex_agent_reconfiguration
agent_reconfiguration_msg
=
17
;
flex_rrc_triggering
rrc_triggering
=
18
;
flex_rrc_triggering
rrc_triggering
=
18
;
flex_ul_mac_config
ul_mac_config_msg
=
19
;
flex_ul_mac_config
ul_mac_config_msg
=
19
;
flex_disconnect
disconnect_msg
=
20
;
}
}
}
}
...
@@ -223,4 +224,6 @@ message flex_echo_reply_latency {
...
@@ -223,4 +224,6 @@ message flex_echo_reply_latency {
}
}
}
}
message
flex_disconnect
{
optional
flex_header
header
=
1
;
}
This diff is collapsed.
Click to expand it.
openair2/ENB_APP/MESSAGES/V2/header.proto
+
1
−
0
View file @
5e1f3441
...
@@ -12,6 +12,7 @@ enum flex_type {
...
@@ -12,6 +12,7 @@ enum flex_type {
FLPT_HELLO
=
0
;
FLPT_HELLO
=
0
;
FLPT_ECHO_REQUEST
=
1
;
FLPT_ECHO_REQUEST
=
1
;
FLPT_ECHO_REPLY
=
2
;
FLPT_ECHO_REPLY
=
2
;
FLPT_DISCONNECT
=
20
;
// Statistics and measurement messages
// Statistics and measurement messages
FLPT_STATS_REQUEST
=
3
;
FLPT_STATS_REQUEST
=
3
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment