X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fcm%2Fmac_interface.h;h=87b1f94a3f3d45ee4a5ea379a9f1e0f5bff01a2d;hb=719cc82cbb3d21edc03cccdae046f5a2d5f3d427;hp=b7043cfb222969c04178e06b7f0ebb25a1e9b4d3;hpb=d1ead035ab3b543810f1838b2519904bf84477ec;p=o-du%2Fl2.git diff --git a/src/cm/mac_interface.h b/src/cm/mac_interface.h index b7043cfb2..87b1f94a3 100644 --- a/src/cm/mac_interface.h +++ b/src/cm/mac_interface.h @@ -158,9 +158,9 @@ typedef struct tddCfg typedef struct macCellCfg { U16 transId; + U16 cellId; /* Cell Id */ U8 numTlv; /* Number of configuration TLVs */ U8 carrierId; /* Carrired Index */ - U16 cellId; /* Cell Id */ U16 phyCellId; /* Physical cell id */ DuplexMode dupType; /* Duplex type: TDD/FDD */ CarrierCfg dlCarrCfg; /* DL Carrier configuration */ @@ -198,13 +198,10 @@ typedef S16 (*DuMacCellCfgCfm) ARGS(( )); S16 packLcMacCellCfg(Pst *pst, MacCellCfg *macCellCfg); - -S16 packTcMacCellCfg(Pst *pst, MacCellCfg *macCellCfg); - S16 packLwLcMacCellCfg(Pst *pst, MacCellCfg *macCellCfg); -EXTERN S16 unpackMacCellCfgReq +EXTERN S16 handleMacCellCfgReq ( Pst *pst, MacCellCfg *macCellCfg @@ -215,7 +212,7 @@ void cmUnpackLwLcMacCellCfg( Pst *pst, Buffer *mBuf); -S16 cmUnpackLcMacCellCfgCfm( +S16 unpackMacCellCfgCfm( DuMacCellCfgCfm func, Pst *pst, Buffer *mBuf);