Merge "adding OAI_TESTING flag in fapi_interface.h" into oai-integration
[o-du/l2.git] / src / mt / mt_ss.c
index 3579275..da285d7 100644 (file)
@@ -923,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++)
    {