From d5643ca2ae9f8e4291f6bfa6e0bd1e19a2eee538 Mon Sep 17 00:00:00 2001 From: AnjanaRajan1997 Date: Tue, 2 Jun 2026 20:28:00 +0530 Subject: [PATCH 1/2] RDKCOM-5588: RDKBDEV-3441: Missing WiFi parameters while querying WiFi snmp mibs (#28) Reason for change: Upstream code changes to list all WiFi parameters while querying WiFi snmp mibs Test Procedure: Updated in JIRA Risks: None Signed-off-by: Anjana B Rajan Signed-off-by: Anjana B Rajan --- source/custom/rg_wifi_handler.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/custom/rg_wifi_handler.c b/source/custom/rg_wifi_handler.c index 9d42251..59d644c 100755 --- a/source/custom/rg_wifi_handler.c +++ b/source/custom/rg_wifi_handler.c @@ -1818,8 +1818,6 @@ int Dot11BssTableCacheHelper(netsnmp_tdata *table) if( netsnmp_tdata_add_row(table, row) != SNMPERR_SUCCESS ) goto ret; } - if(row) - netsnmp_tdata_remove_and_delete_row(table, row); return status; ret: From de9c105aae08c16013e385b6afbe9899ad49ef0d Mon Sep 17 00:00:00 2001 From: bunnam988 Date: Wed, 3 Jun 2026 10:28:02 +0000 Subject: [PATCH 2/2] Add changelog for release 2.3.0 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3650f3a..fac2f51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [2.3.0](https://github.com/rdkcentral/snmp-protocol-agent/compare/2.2.0...2.3.0) + +- RDKCOM-5588: RDKBDEV-3441: Missing WiFi parameters while querying WiFi snmp mibs [`#28`](https://github.com/rdkcentral/snmp-protocol-agent/pull/28) +- Merge tag '2.2.0' into develop [`b1e7ce7`](https://github.com/rdkcentral/snmp-protocol-agent/commit/b1e7ce73d62f7085ffd85521e73a11b3fc63b87d) + #### [2.2.0](https://github.com/rdkcentral/snmp-protocol-agent/compare/2.1.0...2.2.0) +> 7 May 2026 + - RDKB-63907: Table instances missing during SNMP walk [`#19`](https://github.com/rdkcentral/snmp-protocol-agent/pull/19) +- Add changelog for release 2.2.0 [`1cdbd5c`](https://github.com/rdkcentral/snmp-protocol-agent/commit/1cdbd5cd6ede008a14451db0556da9af6e9f5a9e) - Merge tag '2.1.0' into develop [`8c0e6ff`](https://github.com/rdkcentral/snmp-protocol-agent/commit/8c0e6ff821591038bf74c5b8ba0d84ef97545abc) #### [2.1.0](https://github.com/rdkcentral/snmp-protocol-agent/compare/2.0.0...2.1.0)