X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fmt%2Fss_timer.x;h=6af30368b815b4170aa72495239de9040d0610c1;hb=ce91d5cd5af28b166b1147bbdca029712a1d55de;hp=2e7e125ac50fa708ffb675de6690c9f272b36a6e;hpb=5625a52ad68f6ad93684e68bbbdbaef0d462cf9a;p=o-du%2Fl2.git diff --git a/src/mt/ss_timer.x b/src/mt/ss_timer.x index 2e7e125ac..6af30368b 100755 --- a/src/mt/ss_timer.x +++ b/src/mt/ss_timer.x @@ -74,7 +74,7 @@ typedef struct ssTmrEntry Ent ownerEnt; /* owner task entity ID */ Inst ownerInst; /* owner task instance ID */ /* ss028.103 - Modification for SRegCfgTmr support */ - U32 interval; /* timer interval */ + uint32_t interval; /* timer interval */ /* ss029.103: modification: timer function type modified */ /* ss015.301 Enclosed all timer activation functions in a union. */ SsTmrActvFn ssTmrActvFn;