U8, U16, U32 data type changes
[o-du/l2.git] / src / 5gnrrlc / kw_ptmi.c
index e97151b..ceedfdf 100755 (executable)
@@ -403,14 +403,14 @@ RlcL2MeasCfmEvt *measEvt;
 S16 RlcMiLkwL2MeasStopCfm
 (  
 Pst *pst,
-U8  measType,
-U8  status
+uint8_t  measType,
+uint8_t  status
 )
 #else
 S16 RlcMiLkwL2MeasStopCfm(pst, measType,status)
 Pst *pst;
-U8  measType;
-U8  status;
+uint8_t  measType;
+uint8_t  status;
 #endif
 {