- 
                Notifications
    
You must be signed in to change notification settings  - Fork 13
 
Description
Problem/Opportunity
In this User Story, we are removing the legacy scripts and methods that have been used in RDK-V to interplay between DeviceProvisioning and AuthService. In RDK-E, the components communicate through ComRPC, so there is no need to have shell scripts and IARM_Bus support for that.
Proposed Solution
- 
ProcessPartnerIDChanges.sh
Remove the script (and the installation of this script in the image in the bb file, if present) - 
Remove the line: https://github.com/rdk-e/rdkservices-cpc/blob/3c4f65d120f7e7eb6752b7b7e5a96bf21ee55ff6/AuthService/AuthServiceImplementation.cpp#L77
 
#define POST_PARTNER_ID_SET_SCRIPT "/lib/rdk/processPartnerIDChanges.sh"
Acceptance Criteria (Optional)
- 
ProcessPartnerIDChanges.sh script is removed from the code / build and RDK Services CPC Services code related to this script is refactored as needed.
 - 
Auth Service and Device provisioning functionalities related to partner ID changes remain unaffected and no new regression is introduced.
 
Additional Notes (Optional)
No response