PUCCH CHANGES AT SCH AND LOWER MAC
[o-du/l2.git] / src / cm / du_app_mac_inf.h
index a3ff480..c9855a2 100644 (file)
@@ -248,6 +248,12 @@ typedef struct pdschConfigCommon
        uint8_t lengthSymbol;
 }PdschConfigCommon;
 
+typedef struct pucchConfigCommon
+{
+   uint8_t pucchResourceCommon;
+       uint8_t pucchGroupHopping;
+}PucchConfigCommon;
+
 typedef struct puschConfigCommon
 {
    /* PUSCH-TimeDomainResourceAllocation info */
@@ -268,7 +274,7 @@ typedef struct bwpUlConfig
 {
    BwpParams      bwp;
        // rach config common sent in PrachCfg
-       // pucch info not required
+       PucchConfigCommon pucchCommon;
        PuschConfigCommon puschCommon;
 }BwpUlConfig;