Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
oai
openairinterface5G
Commits
3ce2ba4e
Commit
3ce2ba4e
authored
Jan 12, 2016
by
Xenofon Foukas
Browse files
Added support for scheduling requests messages
parent
a9a67824
Changes
1
Hide whitespace changes
Inline
Side-by-side
openair2/ENB_APP/MESSAGES/V2/progran.proto
View file @
3ce2ba4e
...
...
@@ -12,6 +12,7 @@ message progran_message {
prp_echo_reply
echo_reply_msg
=
3
;
prp_stats_request
stats_request_msg
=
4
;
prp_stats_reply
stats_reply_msg
=
5
;
prp_ul_sr_info
ul_sr_info_msg
=
6
;
}
}
...
...
@@ -82,6 +83,15 @@ message prp_stats_reply {
repeated
prp_cell_stats_report
cell_report
=
3
;
}
//
// Asynchronous messages
//
message
prp_ul_sr_info
{
optional
prp_header
header
=
1
;
optional
uint32
sfn_sf
=
2
;
repeated
uint32
rnti
=
3
;
}
// Extensions of the echo request and reply
// messages for carrying a latency value in ms
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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