summaryrefslogtreecommitdiff
path: root/test/regression/ppp_test/netx_ppp_IPCP_timeout.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/regression/ppp_test/netx_ppp_IPCP_timeout.c')
-rw-r--r--test/regression/ppp_test/netx_ppp_IPCP_timeout.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/regression/ppp_test/netx_ppp_IPCP_timeout.c b/test/regression/ppp_test/netx_ppp_IPCP_timeout.c
index 7f71a2cd..44556617 100644
--- a/test/regression/ppp_test/netx_ppp_IPCP_timeout.c
+++ b/test/regression/ppp_test/netx_ppp_IPCP_timeout.c
@@ -1,3 +1,14 @@
+/***************************************************************************/
+/* Copyright (c) 2024 Microsoft Corporation */
+/* Copyright (c) 2026 Eclipse ThreadX contributors */
+/* */
+/* This program and the accompanying materials are made available under */
+/* the terms of the MIT License which is available at */
+/* https://opensource.org/licenses/MIT. */
+/* */
+/* SPDX-License-Identifier: MIT */
+/***************************************************************************/
+
/* This demo tests the nx_ppp_restart() function. To simulate a link down in the middle of the IPCP
negotiation, the thread_0/PPP_0 promotes the PPP 1 instance to LCP complete, and its IPCP state to STARTED.
Then the PPP0 instance is suspended as part of simulating link down.