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

RDKCOM-4489 RDKBDEV-2282: Support for updating configurable WAN interface to Tele… #65

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

sherik-sensin
Copy link
Contributor

…covoicemanager

Reason for change:
- Update configured data interface name to telecovoicemanager.

Test Procedure: Please refer JIRA attachment for detailed test steps
Risks: None

@pradeeptakdas
Copy link
Contributor

pradeeptakdas commented Nov 4, 2024

Internal ticket for tracking https://ccp.sys.comcast.net/browse/RDKCOM-4489

@sherik-sensin sherik-sensin marked this pull request as ready for review December 10, 2024 09:26
@pradeeptakdas pradeeptakdas changed the title RDKBDEV-2282: Support for updating configurable WAN interface to Tele… RDKCOM-4489 RDKBDEV-2282: Support for updating configurable WAN interface to Tele… Dec 10, 2024
…covoicemanager

Reason for change:
    - Update configured data interface name to telecovoicemanager.

Test Procedure: Please refer JIRA attachment for detailed test steps
Risks: None

Signed-off-by: Sherik Sensin A <[email protected]>
strncpy(voipIfName, DEFAULT_IFNAME, sizeof(voipIfName));
{
#if defined(FEATURE_RDKB_CONFIGURABLE_WAN_INTERFACE)
strncpy(voipIfName, p_VirtIf->Name, sizeof(voipIfName));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove FEATURE_RDKB_CONFIGURABLE_WAN_INTERFACE check and use p_VirtIf->Name as default ?
p_VirtIf->Name will always have the value.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants