X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=src%2Fmt%2Fmt_ss.c;h=8e9edd8302dcfaebe6fb7afe163d8840dd777d28;hb=3eb33bcb19a8e47fcf8b58b417d6fa05919952cf;hp=3c12a8d3107bdd27effee431cf7fc8fbd033c7c1;hpb=a8172a8516a32c4141ad93247695ae044c945177;p=o-du%2Fl2.git diff --git a/src/mt/mt_ss.c b/src/mt/mt_ss.c index 3c12a8d31..8e9edd830 100644 --- a/src/mt/mt_ss.c +++ b/src/mt/mt_ss.c @@ -899,7 +899,7 @@ static int SOpenWlsIntf() void *hdl = NULLP; #define WLS_DEVICE_NAME "wls0" - char *my_argv[] = {"gnodeb", "-c3", "--proc-type=auto", "--file-prefix", WLS_DEVICE_NAME, "--iova-mode=pa"}; + char *my_argv[] = {"gnodeb", "-c3", "--proc-type=auto", "--file-prefix", "gnb0", "--iova-mode=pa"}; printf("\nCalling rte_eal_init: "); for (i = 0; i < RTE_DIM(my_argv); i++) {