You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,12 @@ All notable changes to this RDK Service will be documented in this file.
14
14
15
15
* Changes in CHANGELOG should be updated when commits are added to the main or release branches. There should be one CHANGELOG entry per JIRA Ticket. This is not enforced on sprint branches since there could be multiple changes for the same JIRA ticket during development.
16
16
17
+
## [1.7.0] - 2025-11-13
18
+
### Fixed
19
+
- Fixed bug MfrMgr Integration
20
+
- Subscribed to WiFi Events even when the device boots with wifi disabled
21
+
- Fixed the WiFi signal monitoring as the reporred RSSI was stale data
22
+
17
23
## [1.6.0] - 2025-10-31
18
24
### Added
19
25
- Integrated MfrMgr to persist WiFi Credential for DRI & Rollback to RDK-V Backend
@@ -23,7 +23,7 @@ org.rdk.NetworkManager interface for Thunder framework.
23
23
<aname="head.Scope"></a>
24
24
## Scope
25
25
26
-
This document describes purpose and functionality of the org.rdk.NetworkManager interface (version 1.6.0). It includes detailed specification about its methods provided and notifications sent.
26
+
This document describes purpose and functionality of the org.rdk.NetworkManager interface (version 1.7.0). It includes detailed specification about its methods provided and notifications sent.
0 commit comments