Skip to content

Commit

Permalink
NOTE:
Browse files Browse the repository at this point in the history
Restoring the changes along with commit messages
starting from Dec27 to latest of Jan10 snapshot.

commit 525b110
Merge: bd60e6d 8721f17
Author: Narendra Varma <[email protected]>
Date:   Wed Jan 8 11:21:03 2025 -0800

    Merge pull request rdkcentral#74 from amarnathhullur/develop

    Fix compile error seen in webconfig_hal_single_radio_apply

commit 8721f17
Author: Amarnath Hullur Subramanyam <[email protected]>
Date:   Wed Jan 8 10:57:59 2025 -0800

    Fix compile error seen in webconfig_hal_single_radio_apply

    When the feature flag FEATURE_SUPPORT_ECOPOWERDOWN is enabled,
    compiler error is seen in webconfig_hal_single_radio_apply function.
    This commit addresses that.

commit bd60e6d
Merge: cde56bc fced3ab
Author: Narendra Varma <[email protected]>
Date:   Tue Jan 7 11:52:47 2025 -0800

    Merge pull request rdkcentral#73 from amarnathhullur/develop

    Address few more compilation issue seen on jenkins build.

commit fced3ab
Author: Amarnath Hullur Subramanyam <[email protected]>
Date:   Tue Jan 7 11:46:22 2025 -0800

    Address few more compilation issue seen on jenkins build.

commit cde56bc
Merge: 076f353 dd679cc
Author: Narendra Varma <[email protected]>
Date:   Tue Jan 7 11:24:18 2025 -0800

    Merge pull request rdkcentral#72 from amarnathhullur/develop

    Address compilation issues seen in comcast jenkins build

commit dd679cc
Author: Amarnath Hullur Subramanyam <[email protected]>
Date:   Tue Jan 7 11:10:29 2025 -0800

    Address compilation issues seen in comcast jenkins build

commit 076f353
Author: KarthikeyanNanjundan <[email protected]>
Date:   Tue Jan 7 13:24:12 2025 +0530

    Update wifi_whix.c (rdkcentral#70)

    RDKB-58301 Remove remaining pending monitor depend

    Impacted Platforms:
    All OneWifi Platform

    Reason for change: WHiX app framework should not have any dependancy
    with monitor.

    Test Procedure: WHiX app should collect stats and work as expected.

    Priority: P1

commit 4965ee8
Author: HarshavardhanP1 <[email protected]>
Date:   Tue Jan 7 12:37:10 2025 +0530

    RDKB-58058: Telemetry and Rbus for Transient Client Management (rdkcentral#71)

    Impacted Platforms:
    OneWifi platforms

    Reason for change: Implement Rbus functions for TCM as part of Epic

    Test Procedure: Load the build and test the changes as per ACs

    Risks: Low

    Signed-off-by:[email protected]

commit b41a103
Author: Amarnath Hullur Subramanyam <[email protected]>
Date:   Mon Jan 6 01:27:43 2025 -0800

    Typo correction of define CONFIG_HW_CAPABILITIES (rdkcentral#69)

commit 38a80f2
Author: Aniket0606 <[email protected]>
Date:   Sun Jan 5 23:34:31 2025 -0800

    RDKB-57995: [Onewifi] OneWifi memory Optimization (rdkcentral#39)

    * RDKB-57995: [Onewifi] OneWifi memory Optimization

    Reason for change: OneWifi memory Optimization
                       and few DML API Abstraction.
    Below APIs are Abstracted:
    getDeviceMac
    sendWebpaMsg
    push_data_to_ssp_queue
    getPartnerId
    Get_PSM_Record_Status
    Set_PSM_Record_Status

    Test Procedure: 1) Load OneWifi build.
                    2) Test Basic sanity.
                    3) Test Levl and csi feature.

    Risks: Low
    Priority: P1

    Change-Id: I10400d5b204d4402a6cc2caa90f60a8f2c6671da
    Signed-off-by: [email protected]

    * RDKB-57995: [Onewifi] OneWifi memory Optimization

    Reason for change: OneWifi memory Optimization
                       and few DML API Abstraction.
    Below APIs are Abstracted:
    getDeviceMac
    sendWebpaMsg
    push_data_to_ssp_queue
    getPartnerId
    Get_PSM_Record_Status
    Set_PSM_Record_Status

    Test Procedure: 1) Load OneWifi build.
                    2) Test Basic sanity.
                    3) Test Levl and csi feature.

    Risks: Low
    Priority: P1

    Change-Id: I10400d5b204d4402a6cc2caa90f60a8f2c6671da
    Signed-off-by: [email protected]

    ---------

    Signed-off-by: [email protected]

commit 01accff
Merge: fe17161 228500c
Author: vivianecordeiro-sky <[email protected]>
Date:   Thu Jan 2 15:45:41 2025 +0000

    Merge pull request rdkcentral#67 from SanjayVenkatesan190/develop

    RDKB-58273: VAP UP PERCENT reports incorrect value for offline vaps.

commit 228500c
Author: Sanjay Venkatesan <[email protected]>
Date:   Wed Dec 18 11:30:22 2024 +0000

    RDKB-58273: VAP UP PERCENT reports incorrect value for offline vaps.

    Impacted Platforms: All rdkb platforms

    Reason for change: Used monitor variable instead of core variable in whix
    to fetch the vap enable status.

    Test Procedure:
    1. Load the device with above mentioned build.

    2. Change the log interval to 15mins using below,
       dmcli eRT setv Device.DeviceInfo.X_RDKCENTRAL-COM_WIFI_TELEMETRY.LogInterval int 300.

    3.Check the mesh backhaul status for 13th and 14th vap using,
       dmcli eRT getv Device.WiFi.SSID.13.Status
       dmcli eRT getv Device.WiFi.SSID.14.Status

    4. Change the enable value of those backhaul vaps in Wifi_VIF_Config table by,
       /usr/opensync/tools/ovsh U Wifi_VIF_Config -w if_name==wl1.7 enabled:=true
       /usr/opensync/tools/ovsh U Wifi_VIF_Config -w if_name==wl0.7 enabled:=true

    5. Check the status for mesh backhaul vaps again by following step 3.

    6. Finally check for the WIFI_VAP_PERCENT_UP marker value contains correct value for the mesh backhaul vaps 13 and 14
       as per the changed enable value in /rdklogs/logs/wifihealth.txt file.

    7. If the marker doesn't contain the enable value as per the change , then issue is reproduced.

    Risks: Low

    Priority: P2

    Change-Id: Id4a3c589b691b9177ac24fdbd14d19decadcc941
    Signed-off-by:[email protected]
  • Loading branch information
VikasBagora committed Jan 12, 2025
1 parent 6286d53 commit bbeb69c
Show file tree
Hide file tree
Showing 60 changed files with 13,224 additions and 512 deletions.
9 changes: 7 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,10 @@ lib_LTLIBRARIES=libwifi.la

libwifi_la_CPPFLAGS = -D_ANSC_LINUX -D_ANSC_USER -I$(top_srcdir)/../CcspCommonLibrary/source/ccsp/custom -I$(top_srcdir)/../CcspCommonLibrary/source/ccsp/include -I$(top_srcdir)/../CcspCommonLibrary/source/debug_api/include -I$(top_srcdir)/../CcspCommonLibrary/source/cosa/include -I$(top_srcdir)/../CcspCommonLibrary/source/cosa/include/linux -I$(top_srcdir)/../CcspCommonLibrary/source/ccsp/components/include -I$(top_srcdir)/../CcspCommonLibrary/source/cosa/package/slap/include -I$(top_srcdir)/../hal/include -I$(top_srcdir)/../CcspCommonLibrary/source/util_api/http/include -I$(top_srcdir)/../CcspCommonLibrary/source/util_api/ansc/include -I$(top_srcdir)/lib -I$(top_srcdir)/lib/common -I$(top_srcdir)/../CcspCommonLibrary/source/ccsp/components/common/MessageBusHelper/include -I$(top_srcdir)/../CcspCommonLibrary/source/ccsp/components/common/PoamIrepFolder -I$(top_srcdir)/include/wifi_ssp -I$(top_srcdir)/./include

libwifi_la_CPPFLAGS +=-I$(top_srcdir)/source/dml/dml_webconfig -I$(top_srcdir)/source/dml/tr_181/ml -I$(top_srcdir)/source/dml/tr_181/sbapi -I$(top_srcdir)/include/tr_181/ml
libwifi_la_CPPFLAGS +=-I$(top_srcdir)/source/dml/dml_webconfig
if ONEWIFI_DML_SUPPORT
libwifi_la_CPPFLAGS += -I$(top_srcdir)/source/dml/tr_181/ml -I$(top_srcdir)/source/dml/tr_181/sbapi -I$(top_srcdir)/include/tr_181/ml
endif

if CCSP_ARCH_ARM
libwifi_la_CPPFLAGS += -D_ANSC_LITTLE_ENDIAN_
Expand All @@ -37,10 +40,12 @@ endif
libwifi_la_LDFLAGS=
libwifi_la_SOURCES=

if ONEWIFI_DML_SUPPORT
EXTRA_DEPENDENCIES= \
source/dml/tr_181/sbapi/libCcspWifiAgent_sbapi.la \
source/dml/tr_181/ml/libCcspWifiAgent_ml.la \
source/dml/dml_webconfig/libCcspWifiAgent_dml_webconfig.la
source/dml/dml_webconfig/libCcspWifiAgent_dml_webconfig.la
endif

libwifi_la_DEPENDENCIES= \
$(EXTRA_DEPENDENCIES)
Expand Down
6 changes: 6 additions & 0 deletions config/TR181-WiFi-USGv2.XML
Original file line number Diff line number Diff line change
Expand Up @@ -2785,6 +2785,12 @@ INSTMSMT_PH2 -->
<syntax>string</syntax>
<writable>true</writable>
</parameter>
<parameter>
<name>TcmClientDenyAssociation</name>
<type>string</type>
<syntax>string</syntax>
<writable>true</writable>
</parameter>
</parameters>
<objects>
<object>
Expand Down
Loading

0 comments on commit bbeb69c

Please sign in to comment.