From: svaidhya Date: Wed, 11 Jun 2025 11:38:10 +0000 (+0000) Subject: [Epic-ID:ODUHIGH-189][Task-ID:ODUHIGH-643] WLS_Open modified as per new definition... X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F52%2F14552%2F1;p=o-du%2Fl2.git [Epic-ID:ODUHIGH-189][Task-ID:ODUHIGH-643] WLS_Open modified as per new definition in K release Change-Id: Ic29a3d3542008212767c07b65e76697358f06d26 Signed-off-by: svaidhya --- diff --git a/src/mt/mt_ss.c b/src/mt/mt_ss.c index 72e81872e..caec57c92 100644 --- a/src/mt/mt_ss.c +++ b/src/mt/mt_ss.c @@ -952,7 +952,7 @@ static int SOpenWlsIntf() #else #ifdef INTEL_L1_V20_03_ONWARDS - hdl = WLS_Open(WLS_DEVICE_NAME, WLS_MASTER_CLIENT, &nWlsMacMemorySize, &nWlsPhyMemorySize); + hdl = WLS_Open(WLS_DEVICE_NAME, WLS_MASTER_CLIENT, &nWlsMacMemorySize, &nWlsPhyMemorySize, 0); if(hdl == NULL) { printf("\nERROR: WLS_Open > DEVICE_NAME mismatch. WLS Device Name should be same as 'wls_dev_name' parameter in 'phycfg_xran.xml' file");