X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=inline;f=src%2Fmt%2Fss_task.x;h=b7f4006b9b9a95af77e628a551baf44e0398d8b3;hb=def50dc175cebc67238db5f1acd5ff322a2279bd;hp=cc15bfd4245fb3935fae31f2c405d59fbf3e5e0a;hpb=1616921700a3c7541f1df6dd2678f9ee4d8e933b;p=o-du%2Fl2.git diff --git a/src/mt/ss_task.x b/src/mt/ss_task.x index cc15bfd42..b7f4006b9 100755 --- a/src/mt/ss_task.x +++ b/src/mt/ss_task.x @@ -41,11 +41,11 @@ extern "C" { /* ss029.103: modification: data type changed to allow more number of TAPA tasks */ #ifndef SS_MULTIPLE_PROCS -typedef U8 SsCntr; -typedef U8 SsIdx; +typedef uint8_t SsCntr; +typedef uint8_t SsIdx; #else /* SS_MULTIPLE_PROCS */ -typedef U16 SsCntr; -typedef U16 SsIdx; +typedef uint16_t SsCntr; +typedef uint16_t SsIdx; #endif /* SS_MULTIPLE_PROCS */ @@ -90,11 +90,11 @@ typedef struct ssTTskEntry #ifdef SS_THREAD_PROFILE Bool updated; Event curEvent; - U32 curEvtTime; - U64 totTime; + uint32_t curEvtTime; + uint64_t totTime; #endif /* SS_THREAD_PROFILE */ /* ss02.301 */ - ActvTsk cbTsk; /* call back function pointer */ + ActvTsk cbTsk; /* call back function pointer */ } SsTTskEntry; @@ -104,8 +104,6 @@ typedef struct ssTTskEntry struct ssSTskEntry { SsdSTskEntry dep; /* implementation specific */ - - Bool used; /* entry is used or not */ Bool termPend; /* termination pending */ SSTskId tskId; /* system task ID */