Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
O
OpenXG-RAN
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alex037yang
OpenXG-RAN
Commits
a08178fa
Commit
a08178fa
authored
Apr 04, 2017
by
Xenofon Foukas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made modifications to UL scheduling messages
parent
1a516df2
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
23 additions
and
28 deletions
+23
-28
openair2/ENB_APP/MESSAGES/V2/controller_commands.proto
openair2/ENB_APP/MESSAGES/V2/controller_commands.proto
+1
-2
openair2/ENB_APP/MESSAGES/V2/flexran.proto
openair2/ENB_APP/MESSAGES/V2/flexran.proto
+6
-6
openair2/ENB_APP/MESSAGES/V2/mac_primitives.proto
openair2/ENB_APP/MESSAGES/V2/mac_primitives.proto
+16
-20
No files found.
openair2/ENB_APP/MESSAGES/V2/controller_commands.proto
View file @
a08178fa
...
...
@@ -18,8 +18,7 @@ message flex_dl_data {
message
flex_ul_data
{
optional
uint32
rnti
=
1
;
optional
flex_ul_dci
dl_dci
=
2
;
optional
flex_ul_dci
ul_dci
=
2
;
}
//
...
...
openair2/ENB_APP/MESSAGES/V2/flexran.proto
View file @
a08178fa
...
...
@@ -25,10 +25,10 @@ message flexran_message {
flex_lc_config_request
lc_config_request_msg
=
12
;
flex_lc_config_reply
lc_config_reply_msg
=
13
;
flex_dl_mac_config
dl_mac_config_msg
=
14
;
flex_ul_mac_config
ul_mac_config_msg
=
1
5
flex_ue_state_change
ue_state_change_msg
=
1
6
;
flex_control_delegation
control_delegation_msg
=
1
7
;
flex_agent_reconfiguration
agent_reconfiguration_msg
=
1
8
;
flex_ul_mac_config
ul_mac_config_msg
=
1
8
;
flex_ue_state_change
ue_state_change_msg
=
1
5
;
flex_control_delegation
control_delegation_msg
=
1
6
;
flex_agent_reconfiguration
agent_reconfiguration_msg
=
1
7
;
}
}
...
...
openair2/ENB_APP/MESSAGES/V2/mac_primitives.proto
View file @
a08178fa
...
...
@@ -36,27 +36,23 @@ message flex_dl_dci {
}
message
flex_ul_dci
{
optional
uint32
handle
=
1
;
optional
uint32
size
=
2
;
// Size of the ULSCH PDU in bytes for UL Grant.
optional
uint32
rnti
=
1
;
optional
uint32
r
es_block_start
=
2
;
// match DCI format 0 PDU
optional
uint32
rb_
bitmap
=
3
;
// Bitmap for RB allocation
optional
uint32
m
odulation_t
=
4
;
// A FLMOD_* Valu
e
optional
uint32
r
b_start
=
2
;
// The start RB allocated to the UE
optional
uint32
rb_
len
=
3
;
// The number of RBs allocated to the UE
optional
uint32
m
cs
=
4
;
// Modulation and coding schem
e
optional
uint32
cyclic_shift2
=
5
;
// match DCI format 0/4 PDU
optional
uint32
freq_hop_flag
=
6
;
// 0 no hopping, 1 hoppping
optional
uint32
freq_hop_map
=
8
;
// match DCI format 0 PDU
optional
uint32
ndi
=
7
;
// New data indicator of each TB
optional
uint32
rv
=
8
;
// Redundancy version of each TB
optional
uint32
harq_process_number
=
14
;
// A FLHARQ_* value
optional
uint32
ultx_mode
=
14
;
// A FLULM_* value
repeated
uint32
tbs_size
=
5
;
// The size of each TBS
repeated
uint32
current_harq
=
9
;
// CCE index used to send the DCI
optional
uint32
n_srs
=
10
;
// Over lap indication with srs
optional
uint32
res_alloc
=
2
;
// Type of resource allocation
optional
uint32
format
=
12
;
// DCI format. A FLDCIF_* value
// optional uint32 dai = 15; // TDD only
optional
uint32
freq_hop_map
=
7
;
// Frequency hopping bits (0..4)
optional
uint32
ndi
=
8
;
// New data indicator
optional
uint32
rv
=
9
;
// Redundancy version
optional
uint32
harq_pid
=
10
;
// The harq process id
optional
uint32
ultx_mode
=
11
;
// A FLULM_* value
optional
uint32
tbs_size
=
12
;
// The size of each TBS
optional
uint32
n_srs
=
13
;
// Overlap indication with srs
optional
uint32
res_alloc
=
14
;
// Type of resource allocation
optional
uint32
size
=
15
;
// Size of the ULSCH PDU in bytes for UL Grant.
optional
uint32
dai
=
16
;
// TDD only
// optional uint32 tb_swap = 17; // Boolean. TB to codeword swap flag
...
...
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