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
Shweta Shrivastava
openairinterface5G
Commits
a6e15d44
Commit
a6e15d44
authored
Nov 24, 2020
by
Shweta Shrivastava
Browse files
Fix TransformPrecoding values to be consistent with FAPI spec
parent
683ff6eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
nfapi/open-nFAPI/nfapi/public_inc/fapi_nr_ue_interface.h
View file @
a6e15d44
...
...
@@ -783,7 +783,7 @@ typedef struct {
}
fapi_nr_pusch_power_control_t
;
typedef
enum
{
tx_config_codebook
=
1
,
tx_config_nonCodebook
=
2
}
tx_config_t
;
typedef
enum
{
transform_precoder_
dis
abled
=
0
,
transform_precoder_
en
abled
=
1
}
transform_precoder_t
;
typedef
enum
{
transform_precoder_
en
abled
=
0
,
transform_precoder_
dis
abled
=
1
}
transform_precoder_t
;
typedef
enum
{
codebook_subset_fullyAndPartialAndNonCoherent
=
1
,
codebook_subset_partialAndNonCoherent
=
2
,
...
...
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