X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrrlc%2Fkw_umm_ul.c;h=2f6755ed852c492d40024b2be4f6ebc0f805a32f;hb=0d34456980069864f19fe3090ed5a4c968fe2d45;hp=449e1861d4ef21142df16ebf8179c792015dbc66;hpb=5625a52ad68f6ad93684e68bbbdbaef0d462cf9a;p=o-du%2Fl2.git diff --git a/src/5gnrrlc/kw_umm_ul.c b/src/5gnrrlc/kw_umm_ul.c index 449e1861d..2f6755ed8 100755 --- a/src/5gnrrlc/kw_umm_ul.c +++ b/src/5gnrrlc/kw_umm_ul.c @@ -44,16 +44,7 @@ static int RLOG_FILE_ID=240; */ /* header (.h) include files */ -#include "envopt.h" /* environment options */ -#include "envdep.h" /* environment dependent */ -#include "envind.h" /* environment independent */ - -#include "gen.h" /* general */ -#include "ssi.h" /* system services interface */ -#include "cm5.h" /* Timer Functions */ -#include "cm_lte.h" /* common umts header file */ -#include "cm_hash.h" /* common hash module file */ -#include "cm_llist.h" /* common list header file */ +#include "common_def.h" #include "ckw.h" /* RRC layer */ #include "lkw.h" /* RRC layer */ #include "kwu.h" /* RLC service user */ @@ -68,13 +59,6 @@ static int RLOG_FILE_ID=240; /* header/extern include files (.x) */ -#include "gen.x" /* general */ -#include "ssi.x" /* system services interface */ -#include "cm_lib.x" /* common library */ -#include "cm5.x" /* Timer Functions */ -#include "cm_hash.x" /* common hash module */ -#include "cm_lte.x" /* common umts file */ -#include "cm_llist.x" /* common list header file */ #include "ckw.x" /* RRC layer */ #include "kwu.x" /* RLC service user */ #include "lkw.x" /* LM Interface */