Commit cf0227e0 authored by Raphael Defosseux's avatar Raphael Defosseux

feat(oran-fhi): reverting the order of this nFAPI enumeration

 * With the Lite-On RU on peafowl we got:
   350 Mbits/s DL TCP traffic
   200 Mbits/s DL UDP traffic
    55 MBits/s UL TCP traffic
    50 Mbits/s UL UDP traffic
Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 57b0839d
...@@ -279,8 +279,8 @@ typedef enum { ...@@ -279,8 +279,8 @@ typedef enum {
} nfapi_nr_ssb_and_cset_mux_pattern_type_e; } nfapi_nr_ssb_and_cset_mux_pattern_type_e;
typedef enum { typedef enum {
NFAPI_NR_CCE_REG_MAPPING_INTERLEAVED=1, NFAPI_NR_CCE_REG_MAPPING_INTERLEAVED=0,
NFAPI_NR_CCE_REG_MAPPING_NON_INTERLEAVED=0 NFAPI_NR_CCE_REG_MAPPING_NON_INTERLEAVED=1
} nfapi_nr_cce_reg_mapping_type_e; } nfapi_nr_cce_reg_mapping_type_e;
typedef enum { typedef enum {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment