X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg_pom_scell.c;h=5d89ba836c599460de0c85d4fe8132f773498024;hb=def50dc175cebc67238db5f1acd5ff322a2279bd;hp=f21f8851cf12bf1f61dd1c2c850151992e5caa35;hpb=1616921700a3c7541f1df6dd2678f9ee4d8e933b;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_pom_scell.c b/src/5gnrmac/rg_pom_scell.c index f21f8851c..5d89ba836 100755 --- a/src/5gnrmac/rg_pom_scell.c +++ b/src/5gnrmac/rg_pom_scell.c @@ -183,7 +183,7 @@ CrgDel *lcDel; Bool *isCfmRqrd; #endif { - U8 idx = 0; + uint8_t idx = 0; Inst dstMacInst; Pst dstInstPst; RgPrgUeSCellLchDelInfo delLcCb; @@ -277,7 +277,7 @@ CrgLchRecfg *lchRecfg; Bool *isCfmRqrd; #endif { - U8 idx = 0; + uint8_t idx = 0; Inst dstMacInst; RgPrgUeSCellLchModInfo lchCfgCb; Pst dstInstPst; @@ -344,7 +344,7 @@ CrgLchCfg *lchCfg; Bool *isCfmRqrd; #endif { - U8 idx = 0; + uint8_t idx = 0; Inst dstMacInst; RgPrgUeSCellLchAddInfo lchCfgCb; Pst dstInstPst;