X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg_ptli.c;h=7d49cf70e4aa43485c0dab0cf2108808f64d7ae7;hb=5d74fef7c9fe6b65a965ceac6bfe812872dab323;hp=4fa8c40b3135afee3b94ca515a0b955d4f65d92e;hpb=e7b5eab0138956edeae768a021be476f4a7a807f;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_ptli.c b/src/5gnrmac/rg_ptli.c index 4fa8c40b3..7d49cf70e 100755 --- a/src/5gnrmac/rg_ptli.c +++ b/src/5gnrmac/rg_ptli.c @@ -416,8 +416,6 @@ SpId spId; #endif { - TRC3(RgLiTfuBndReq) - return ((*RgLiTfuBndReqMt[pst->selector])(pst, suId, spId)); } @@ -458,8 +456,6 @@ SpId spId; #endif { - TRC3(RgLiTfuSchBndReq) - return ((*RgLiTfuSchBndReqMt[pst->selector])(pst, suId, spId)); } @@ -500,8 +496,6 @@ Reason reason; #endif { - TRC3(RgLiTfuUbndReq) - return ((*RgLiTfuUbndReqMt[pst->selector])(pst, spId, reason)); } @@ -542,8 +536,6 @@ Reason reason; #endif { - TRC3(RgLiTfuSchUbndReq) - return ((*RgLiTfuSchUbndReqMt[pst->selector])(pst, spId, reason)); } @@ -598,8 +590,6 @@ TfuRecpReqInfo * recpReq; #endif { - TRC3(RgLiTfuRecpReq) - return ((*RgLiTfuRecpReqMt[pst->selector])(pst, spId, recpReq)); } @@ -647,8 +637,6 @@ TfuCntrlReqInfo * cntrlReq; #endif { - TRC3(RgLiTfuCntrlReq) - return ((*RgLiTfuCntrlReqMt[pst->selector])(pst, spId, cntrlReq)); } @@ -695,8 +683,6 @@ TfuDatReqInfo * datReq; #endif { - TRC3(RgLiTfuDatReq) - return ((*RgLiTfuDatReqMt[pst->selector])(pst, spId, datReq)); } @@ -741,8 +727,6 @@ TfuDelDatReqInfo * delDatReq; #endif { - TRC3(RgLiTfuDelDatReq) - return ((*RgLiTfuDelDatReqMt[pst->selector])(pst, spId, delDatReq)); } @@ -788,7 +772,6 @@ SpId spId; #endif { - TRC3(PtLiTfuBndReq) UNUSED(pst); UNUSED(suId); @@ -834,8 +817,6 @@ SpId spId; #endif { - TRC3(PtLiTfuSchBndReq) - UNUSED(pst); UNUSED(suId); UNUSED(spId); @@ -880,8 +861,6 @@ Reason reason; #endif { - TRC3(PtLiTfuUbndReq) - UNUSED(pst); UNUSED(spId); UNUSED(reason); @@ -926,8 +905,6 @@ Reason reason; #endif { - TRC3(PtLiTfuSchUbndReq) - UNUSED(pst); UNUSED(spId); UNUSED(reason); @@ -986,8 +963,6 @@ TfuRecpReqInfo * recpReq; #endif { - TRC3(PtLiTfuRecpReq) - UNUSED(pst); UNUSED(spId); UNUSED(recpReq); @@ -1039,8 +1014,6 @@ TfuCntrlReqInfo * cntrlReq; #endif { - TRC3(PtLiTfuCntrlReq) - UNUSED(pst); UNUSED(spId); UNUSED(cntrlReq); @@ -1091,8 +1064,6 @@ TfuDatReqInfo * datReq; #endif { - TRC3(PtLiTfuDatReq) - UNUSED(pst); UNUSED(spId); UNUSED(datReq); @@ -1142,8 +1113,6 @@ TfuDelDatReqInfo * DelDatReq; #endif { - TRC3(PtLiTfuDelDatReq) - UNUSED(pst); UNUSED(spId); UNUSED(delDatReq);