X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fcm%2Fckw.x;h=c7769c5f1c6968e97059f945c72cc0cd11247a4b;hb=cf67fe66c4ec86a0312a41437c0cd225350e5b0b;hp=ecd5bf23b3799a350ccabbc1c27309ee075a5687;hpb=0a26c487f1b6bbb5217e47b15fa8273b2e749283;p=o-du%2Fl2.git diff --git a/src/cm/ckw.x b/src/cm/ckw.x index ecd5bf23b..c7769c5f1 100755 --- a/src/cm/ckw.x +++ b/src/cm/ckw.x @@ -33,7 +33,7 @@ #define __CKW_X__ #ifdef __cplusplus -EXTERN "C" { +extern "C" { #endif /*for extern "C"*/ /** @file ckw.x @@ -48,9 +48,9 @@ EXTERN "C" { Logical Channel Information */ typedef struct ckwLChInfo { - U8 lChId; /*!< Logical Channel ID. + uint8_t lChId; /*!< Logical Channel ID. The allowed values are [1..10] */ - U8 type; /*!< Logical Channel Type - + uint8_t type; /*!< Logical Channel Type - BCCH/PCCH/CCCH/DTCH/DCCH */ }CkwLChInfo; @@ -60,13 +60,13 @@ typedef struct rlcUmInfo { struct _umDl { - U8 snLen; /*!< Sequence Number length in bits. Allowed values are 6 and 12*/ + uint8_t snLen; /*!< Sequence Number length in bits. Allowed values are 6 and 12*/ }dl; /*!< Downlink */ struct _umUl { - U8 snLen; /*!< Sequence Number length in bits.*/ + uint8_t snLen; /*!< Sequence Number length in bits.*/ /*!< Allowed values are 6 and 12*/ - U8 reOrdTmr; /*!< T_reordering Timer in msec */ + uint8_t reAsmblTmr; /*!< T_reassembly Timer in msec */ }ul; /*!< Uplink */ }RlcUmInfo; @@ -76,23 +76,23 @@ typedef struct rlcAmInfo { struct _amDl { - U8 snLen; /*!< Sequence Number length in + uint8_t snLen; /*!< Sequence Number length in bits. Allowed values are 12 and 18 */ - U16 pollRetxTmr; /*!< T_poll_retransmit Timer in msec */ + uint16_t pollRetxTmr; /*!< T_poll_retransmit Timer in msec */ S16 pollPdu; /*!< Used to trigger a poll for every pollPdu.*/ /*!< This field indicates the number of PDUs */ /* Patch ckw_x_001.main_5 */ /* !