X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Fkw_ptli.c;h=343e20d8c66343b790eb04952af5374346b74322;hb=4d45b914f9e94203603d3b9fdbcb1aad361301dd;hp=c16865a024dc5a34b7aa7e4fc0c8f0ecff50eb9b;hpb=6b44407d464a5a4e060999255233a7cfe78bb0fa;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/kw_ptli.c b/src/5gnrrlc/kw_ptli.c index c16865a02..343e20d8c 100755 --- a/src/5gnrrlc/kw_ptli.c +++ b/src/5gnrrlc/kw_ptli.c @@ -229,7 +229,7 @@ SpId spId; /* Service Provider Id */ /* jump to specific primitive depending on configured selector */ (*kwLiRguBndReqMt[post->selector])(post, suId, spId); - RETVALUE(ROK); + return ROK; } /* end of KwLiRguBndReq */ @@ -272,7 +272,7 @@ Reason reason; /* jump to specific primitive depending on configured selector */ (*kwLiRguUbndReqMt[post->selector])(post, spId, reason); - RETVALUE(ROK); + return ROK; } /* end of KwLiRguUbndReq */ @@ -320,13 +320,13 @@ RlcMacData *dlData; SPutStaticBuffer(post->region, post->pool, (Data *) datReq, sizeof(RguDDatReqInfo), 0); - RETVALUE(RFAILED); + return RFAILED; } #else /* jump to specific primitive depending on configured selector */ (*rlcMacSendDlDataOpts[post->selector])(post, spId, dlData); #endif - RETVALUE(ROK); + return ROK; } /* end of KwLiRguDDatReq */ @@ -372,13 +372,13 @@ RlcMacBOStatus *boSta; post->event= EVTRGUDSTARSP; if((kwLiRguStaRspRbuf(post, spId, staRsp)) != ROK) { - RETVALUE(RFAILED); + return RFAILED; } #endif /* jump to specific primitive depending on configured selector */ (*rlcMacSendBOStatusOpts[post->selector])(post, spId, boSta); - RETVALUE(ROK); + return ROK; } /* end of RlcMacSendBOStatus */ @@ -427,7 +427,7 @@ RguL2MUlThrpMeasReqInfo *l2mUlThrpMeasReq; /* jump to specific primitive depending on configured selector */ (*kwLiRguL2MUlThrpMeasReqMt[post->selector])(post, spId, l2mUlThrpMeasReq); - RETVALUE(ROK); + return ROK; } /* end of KwLiRguL2MUlThrpMeasReq */ @@ -501,7 +501,7 @@ Void; break; } #endif - RETVALUE(ROK); + return ROK; } @@ -583,7 +583,7 @@ Void *staRsp; SsRngInfoTbl[SS_RNG_BUF_DLRLC_TO_DLMAC].pktDrop++; ret1 = RFAILED; } - RETVALUE(ret1); + return (ret1); } /* cmPkKwuDatReq */ #endif @@ -622,7 +622,7 @@ Void *datReq; SsRngInfoTbl[SS_RNG_BUF_DLRLC_TO_DLMAC_DAT_REQ].pktDrop++; ret1 = RFAILED; } - RETVALUE(ret1); + return (ret1); } /* cmPkKwuDatReq */ #endif