X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fdu_app_mac_inf.h;h=f4d185db194c314b5676ae11f141ab0edb12f139;hb=16c5580481ed94b84e92d0a22874cf476debf17e;hp=098becfb3249cf0c9c3edf357761e4660b457095;hpb=00e0d895ef14b68eb6e8e50198484626c94f67b3;p=o-du%2Fl2.git diff --git a/src/cm/du_app_mac_inf.h b/src/cm/du_app_mac_inf.h index 098becfb3..f4d185db1 100644 --- a/src/cm/du_app_mac_inf.h +++ b/src/cm/du_app_mac_inf.h @@ -1246,6 +1246,7 @@ typedef struct macUeCfg { uint16_t cellId; uint8_t ueId; + uint8_t duUeF1apId; uint16_t crnti; bool macCellGrpCfgPres; MacCellGrpCfg macCellGrpCfg; @@ -1288,7 +1289,7 @@ typedef struct sCellFailInfo typedef struct ueCfgRsp { uint16_t cellId; - uint16_t ueId; + uint16_t duUeF1apId; MacRsp result; uint8_t numSRBFailed; /* valid values : 0 to MAX_NUM_SRB */ SRBFailInfo *failedSRBlisti;