File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -4,9 +4,17 @@ All notable changes to this project will be documented in this file. Dates are d
44
55Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
66
7+ #### [ 3.2.0] ( https://github.com/rdkcentral/entservices-apis/compare/3.1.2...3.2.0 )
8+
9+ - COMRPC Support for L2Tests Plugins [ ` #729 ` ] ( https://github.com/rdkcentral/entservices-apis/pull/729 )
10+ - Merge tag '3.1.2' into develop [ ` 7012971 ` ] ( https://github.com/rdkcentral/entservices-apis/commit/701297150f2918aef9bab41ac658ab29d7994939 )
11+
712#### [ 3.1.2] ( https://github.com/rdkcentral/entservices-apis/compare/3.1.1...3.1.2 )
813
14+ > 18 February 2026
15+
916- RDKEMW-999 : Add COM-RPC support to ResourceManager plugin [ ` #701 ` ] ( https://github.com/rdkcentral/entservices-apis/pull/701 )
17+ - 3.1.2 release changelog updates [ ` 98cde4d ` ] ( https://github.com/rdkcentral/entservices-apis/commit/98cde4d50ca15023f9cb7d9f44fb40e480feab09 )
1018- Merge tag '3.1.1' into develop [ ` b2aa6ee ` ] ( https://github.com/rdkcentral/entservices-apis/commit/b2aa6ee512b004297cf6542325f831af60a54447 )
1119
1220#### [ 3.1.1] ( https://github.com/rdkcentral/entservices-apis/compare/3.1.0...3.1.1 )
Original file line number Diff line number Diff line change @@ -240,6 +240,9 @@ namespace Exchange {
240240 ID_TELEMETRY = ID_ENTOS_OFFSET + 0x260 ,
241241 ID_TELEMETRY_NOTIFICATION = ID_TELEMETRY + 1 ,
242242
243+ // Reserved for L2 test plugin
244+ ID_L2TEST_CONTROLLER = ID_ENTOS_OFFSET + 0x270 ,
245+
243246 ID_APP_PACKAGE_MANAGER = ID_ENTOS_OFFSET + 0x300 ,
244247 ID_PACKAGE_DOWNLOADER = ID_APP_PACKAGE_MANAGER + 1 ,
245248 ID_PACKAGE_DOWNLOADER_NOTIFICATION = ID_APP_PACKAGE_MANAGER + 2 ,
You can’t perform that action at this time.
0 commit comments