X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fdu_app_mac_inf.h;h=8a927fa54f81a5ab944fbf7827c5415ecdae4fef;hb=27d8d877e837c2879a452538cdbe81afe48bed62;hp=6d598643584a1582b303b4277a66443df944fac8;hpb=1616921700a3c7541f1df6dd2678f9ee4d8e933b;p=o-du%2Fl2.git diff --git a/src/cm/du_app_mac_inf.h b/src/cm/du_app_mac_inf.h index 6d5986435..8a927fa54 100644 --- a/src/cm/du_app_mac_inf.h +++ b/src/cm/du_app_mac_inf.h @@ -495,7 +495,7 @@ typedef struct failureCause typedef struct carrierCfg { bool pres; - uint16_t bw; /* DL/UL bandwidth */ + uint32_t bw; /* DL/UL bandwidth */ uint32_t freq; /* Absolute frequency of DL/UL point A in KHz */ uint16_t k0[NUM_NUMEROLOGY]; /* K0 for DL/UL */ uint16_t gridSize[NUM_NUMEROLOGY]; /* DL/UL Grid size for each numerologies */ @@ -640,7 +640,6 @@ typedef struct bwpUlConfig typedef struct macCellCfg { uint16_t cellId; /* Cell Id */ - uint8_t numTlv; /* Number of configuration TLVs */ uint8_t carrierId; /* Carrired Index */ uint16_t phyCellId; /* Physical cell id */ DuplexMode dupType; /* Duplex type: TDD/FDD */