X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Flkw.c;h=d18e724d39aa2a2edd4c4e77451e1e4e7e42afb8;hb=e7b5eab0138956edeae768a021be476f4a7a807f;hp=340c77b055b6c424b92477f4c84f2bde757c1833;hpb=0a26c487f1b6bbb5217e47b15fa8273b2e749283;p=o-du%2Fl2.git diff --git a/src/cm/lkw.c b/src/cm/lkw.c index 340c77b05..d18e724d3 100755 --- a/src/cm/lkw.c +++ b/src/cm/lkw.c @@ -176,14 +176,14 @@ RlcMngmt *cfg; /* RLC LM structure */ */ #ifdef ANSI -S16 unpackRlcConfigReq +uint8_t unpackRlcConfigReq ( RlcConfigReq func, /* primitive to call */ Pst *pst, /* post structure */ Buffer *mBuf /* message buffer */ ) #else -S16 unpackRlcConfigReq(func, pst, mBuf) +uint8_t unpackRlcConfigReq(func, pst, mBuf) RlcConfigReq func; /* primitive to call */ Pst *pst; /* post structure */ Buffer *mBuf; /* message buffer */ @@ -343,13 +343,13 @@ Buffer *mBuf; /* message buffer */ */ #ifdef ANSI -S16 cmPkLkwCntrlCfm +uint8_t cmPkLkwCntrlCfm ( Pst *pst, /* post structure */ RlcMngmt *cfm /* RLC LM structure */ ) #else -S16 cmPkLkwCntrlCfm(pst, cfm) +uint8_t cmPkLkwCntrlCfm(pst, cfm) Pst *pst; /* post structure */ RlcMngmt *cfm; /* RLC LM structure */ #endif @@ -511,13 +511,13 @@ Buffer *mBuf; /* message buffer */ #ifdef ANSI -S16 packRlcConfigCfm +uint8_t packRlcConfigCfm ( Pst *pst, /* post structure */ RlcMngmt *cfm /* RLC LM structure */ ) #else -S16 packRlcConfigCfm(pst,cfm) +uint8_t packRlcConfigCfm(pst,cfm) Pst *pst; /* post structure */ RlcMngmt *cfm; /* RLC LM structure */ #endif @@ -575,14 +575,14 @@ RlcMngmt *cfm; /* RLC LM structure */ * -# Failure : RFAILED */ #ifdef ANSI -S16 unpackRlcConfigCfm +uint8_t unpackRlcConfigCfm ( RlcConfigCfm func, /* primitive to call */ Pst *pst, /* post structure */ Buffer *mBuf /* message buffer */ ) #else -S16 unpackRlcConfigCfm(func, pst, mBuf) +uint8_t unpackRlcConfigCfm(func, pst, mBuf) RlcConfigCfm func; /* primitive to call */ Pst *pst; /* post structure */ Buffer *mBuf; /* message buffer */