Skip to content

Lte 2904 debug#317

Open
rajkamal-cv wants to merge 6 commits into
support/2026q2from
lte_2904_debug
Open

Lte 2904 debug#317
rajkamal-cv wants to merge 6 commits into
support/2026q2from
lte_2904_debug

Conversation

@rajkamal-cv
Copy link
Copy Markdown
Contributor

No description provided.

Copilot AI review requested due to automatic review settings May 15, 2026 06:47
@rajkamal-cv rajkamal-cv requested review from a team as code owners May 15, 2026 06:47
@rajkamal-cv rajkamal-cv changed the base branch from develop to support/2026q2 May 15, 2026 06:48
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR adjusts platform/init behavior around LTE/debug flows, DHCP self-heal ownership, firewall handling, and removes remaining Voice MTA-specific default/firewall handling.

Changes:

  • Removes Voice MTA syscfg/default/firewall rule handling.
  • Disables dnsmasq pmon registration/telemetry when DHCP Manager owns self-heal.
  • Adds WNXL11BWL sshd debug logging and a non-Comcast TR-069 firewall allow rule.

Reviewed changes

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
source/scripts/init/src/apply_system_defaults/apply_system_defaults.c Removes Voice MTA partner default/syscfg handling.
source/scripts/init/service.d/service_sshd.sh Adds WNXL11BWL sshd startup debug logging.
source/scripts/init/c_registration/15_dhcp_server.c Guards dhcp_server pmon registration when DHCP Manager is enabled.
source/pmon/pmon.c Guards dnsmasq restart telemetry for DHCP Manager builds.
source/firewall/firewall.c Adds non-Comcast TR-069 allow rule and removes Voice MTA firewall rule injection.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

fi
elif [ "$BOX_TYPE" = "WNXL11BWL" ]; then
echo_t "[utopia] devicemode `deviceinfo.sh -mode`"
echo_t "[utopia] route `route -n`"
Copilot AI review requested due to automatic review settings May 18, 2026 06:13
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 2 comments.

if [ -n "$WAITED_IP" ]; then
echo_t "[utopia] $IFACE got IP $WAITED_IP, restarting ${SERVICE_NAME}"
rm -f "$WAIT_FOR_IP_LOCKFILE"
/etc/utopia/service.d/service_sshd.sh ${SERVICE_NAME}-restart
Comment on lines +145 to +149
if [ -f "$WAIT_FOR_IP_LOCKFILE" ]; then
echo_t "[utopia] wait_for_iface_ip already running for $IFACE, skipping"
return 1
fi
touch "$WAIT_FOR_IP_LOCKFILE"
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.

2 participants