X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fmt%2Fmt_ss.c;h=da285d72f68e5c59cbd9a31234ca16a618e417d8;hb=refs%2Fheads%2Foai-integration;hp=cb1ad0b8762a881500e306c62c461ba72fe19003;hpb=f73456bd55152c329601f8286ae67fe9875025bc;p=o-du%2Fl2.git diff --git a/src/mt/mt_ss.c b/src/mt/mt_ss.c index cb1ad0b87..da285d72f 100644 --- a/src/mt/mt_ss.c +++ b/src/mt/mt_ss.c @@ -181,6 +181,7 @@ struct sigcontext my_uc_mcontext = { 0 }; #include #include +uint32_t gt[128]; #define SIGSEGV_STACK_GENERIC #define REGFORMAT "%x\n" @@ -306,8 +307,8 @@ void *pthreadCreateHdlr(void* arg); Buffer *mtTskBuffer1; Buffer *mtTskBuffer2; -pthread_t tmpRegTidMap[20]; -uint8_t stopBtInfo; +extern pthread_t tmpRegTidMap[20]; +extern uint8_t stopBtInfo; S16 SGlobMemInfoShow(void); #endif /* SS_LOCKLESS_MEMORY */ @@ -922,9 +923,9 @@ static int SOpenWlsIntf() { uint8_t i; void *hdl = NULLP; -#define WLS_DEVICE_NAME "wls0" +#define WLS_DEVICE_NAME "wls" - char *my_argv[] = {"gnodeb", "-c3", "--proc-type=auto", "--file-prefix", "gnb0", "--iova-mode=pa"}; + char *my_argv[] = {"gnodeb", "-c3", "--proc-type=auto", "--file-prefix", "wls", "--iova-mode=pa"}; printf("\nCalling rte_eal_init: "); for (i = 0; i < RTE_DIM(my_argv); i++) {