X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2F5gnrmac%2Frg_id.c;h=1932d8a21f5a75f8a95505dca6b53408e979b27b;hb=9c929d38c3bc6ae39ed658d0a7297612e5525b00;hp=8b4f52daa89bdfbc932dfea37ab613dbeb8d9cb5;hpb=5625a52ad68f6ad93684e68bbbdbaef0d462cf9a;p=o-du%2Fl2.git diff --git a/src/5gnrmac/rg_id.c b/src/5gnrmac/rg_id.c index 8b4f52daa..1932d8a21 100755 --- a/src/5gnrmac/rg_id.c +++ b/src/5gnrmac/rg_id.c @@ -35,16 +35,10 @@ */ /* header include files (.h) */ -#include "envopt.h" /* environment options */ -#include "envdep.h" /* environment dependent */ -#include "envind.h" /* environment independent */ -#include "gen.h" /* general layer */ -#include "ssi.h" /* system services */ +#include "common_def.h" #include "lrg.h" /* layer manager */ /* header/extern include files (.x) */ -#include "gen.x" /* general layer */ -#include "ssi.x" /* system services */ #include "cm_lib.x" /* common library */ @@ -104,12 +98,12 @@ PRIVATE CONSTANT SystemId sId ={ */ #ifdef ANSI -PUBLIC Void rgGetSId +Void rgGetSId ( SystemId *s /* system id */ ) #else -PUBLIC Void rgGetSId(s) +Void rgGetSId(s) SystemId *s; /* system id */ #endif {