Skip to content

Commit

Permalink
DELIA-65834 : Updated Changelog and api version
Browse files Browse the repository at this point in the history
Signed-off-by: ssitar583 <[email protected]>
  • Loading branch information
ssitar583 committed Sep 27, 2024
1 parent 3e2a90b commit 5ce07a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions SystemServices/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ All notable changes to this RDK Service will be documented in this file.
* 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.

* For more details, refer to [versioning](https://github.com/rdkcentral/rdkservices#versioning) section under Main README.
## [3.2.2] - 2024-09-27
### Fixed
- Handled wpeframework crashes of SystemServices when there are multiple setMode requests.

## [3.2.1] - 2024-09-27
### Changed
- DELIA-66303: Handled the Invoke Response value with respect to Thunder R4.4.1
Expand Down
2 changes: 1 addition & 1 deletion SystemServices/SystemServices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ using namespace std;

#define API_VERSION_NUMBER_MAJOR 3
#define API_VERSION_NUMBER_MINOR 2
#define API_VERSION_NUMBER_PATCH 1
#define API_VERSION_NUMBER_PATCH 2

#define MAX_REBOOT_DELAY 86400 /* 24Hr = 86400 sec */
#define TR181_FW_DELAY_REBOOT "Device.DeviceInfo.X_RDKCENTRAL-COM_RFC.Feature.AutoReboot.fwDelayReboot"
Expand Down

0 comments on commit 5ce07a6

Please sign in to comment.