Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RDKBDEV-2883 :Fix for Device.DSL.Channel.%d.Enable is always set to f… #4

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Commits on Oct 17, 2024

  1. RDKBDEV-2883 :Fix for Device.DSL.Channel.%d.Enable is always set to f…

    …alse.
    
    Reason for change:
    Added logic to update the value of Enable from dslhal.
    
    Test Procedure: Ensure DM Device.DSL.Channel.%d.Enable DM is in sync with value from dslhal.
    Risks: None.
    
    Signed-off-by: K Sanjay Nayak <[email protected]>
    sanjaynayakk committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    cdd7521 View commit details
    Browse the repository at this point in the history
  2. RDKBDEV-2901 : Changed the json logging from JSON_C_TO_STRING_PRETTY …

    …to JSON_C_TO_STRING_SPACED
    
    Reason for change:
    Optimize the logging in a single line format using JSON_C_TO_STRING_SPACED to
    reduce white space and better suited for log processing.
    
    Test Procedure: verify rdklogs in DSLManager.
    Risks: None.
    
    Signed-off-by: K Sanjay Nayak <[email protected]>
    sanjaynayakk committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    e041e6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4534c3a View commit details
    Browse the repository at this point in the history