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
wangjie
OpenXG-RAN
Commits
b5e227be
Commit
b5e227be
authored
Jul 11, 2018
by
Guy De Souza
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop-nr' of
https://gitlab.eurecom.fr/oai/openairinterface5g
into develop-nr
parents
8a6260d4
18b62e53
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
4 deletions
+13
-4
nfapi/open-nFAPI/nfapi/public_inc/fapi_nr_ue_interface.h
nfapi/open-nFAPI/nfapi/public_inc/fapi_nr_ue_interface.h
+13
-4
No files found.
nfapi/open-nFAPI/nfapi/public_inc/fapi_nr_ue_interface.h
View file @
b5e227be
...
...
@@ -79,8 +79,13 @@ typedef struct {
uint8_t
redundancy_version
;
uint8_t
harq_process
;
uint8_t
tpc_command
;
uint8_t
padding_bits
;
uint8_t
ul_sul_ind
;
uint8_t
ul_sch_indicator
;
uint8_t
random_access_preamble_index
;
uint8_t
ss_pbch_index
;
uint8_t
prach_mask_index
;
uint8_t
carrier_indicator
;
uint8_t
bwp_indndicator
;
...
...
@@ -100,6 +105,9 @@ typedef struct {
uint8_t
pdsch_to_harq_feedback_timing_indicator
;
uint8_t
short_messages_indicator
;
uint8_t
short_messages
;
uint8_t
tb_scaling
;
uint8_t
prb_bundling_size_indicator
;
// 38.214 chapter 5.1.2.3
uint8_t
rate_matching_indicator
;
...
...
@@ -113,11 +121,12 @@ typedef struct {
uint8_t
preemption_indication_count
;
uint8_t
*
preemption_indications
;
// 38.213 chapter 11.2
uint8_t
block_number_count
;
// for F22 and F23
uint8_t
*
block_numbers
;
// for F22 and F23
uint8_t
closed_loop_indicator
;
uint8_t
tpc_command_count
;
uint8_t
*
tpc_command_numbers
;
uint8_t
block_number_count
;
uint8_t
*
block_numbers
;
uint8_t
dci2_3_srs_request
;
// 38.212 table 7.3.1.1.2-5
uint8_t
dci2_3_tpc_command
;
...
...
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