Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config-arm/TR181-CM.XML
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@

<name>BootFileName</name>

<type>string(64)</type>
<type>string(256)</type>

<syntax>string</syntax>

Expand Down Expand Up @@ -373,7 +373,7 @@

<name>IPv6BootFileName</name>

<type>string(64)</type>
<type>string(256)</type>

<syntax>string</syntax>

Expand Down
4 changes: 2 additions & 2 deletions source/TR-181/include/cosa_x_cisco_com_cablemodem_apis.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* If not stated otherwise in this file or this component's LICENSE file the
* following copyright and licenses apply:

Check failure on line 3 in source/TR-181/include/cosa_x_cisco_com_cablemodem_apis.h

View workflow job for this annotation

GitHub Actions / call-fossid-workflow / Fossid Annotate PR

FossID License Issue Detected

Source code with 'Apache-2.0' license found in local file 'source/TR-181/include/cosa_x_cisco_com_cablemodem_apis.h' (Match: rdkb/components/opensource/ccsp/CcspCMAgent/rdkb/components/opensource/ccsp/CcspCMAgent/1905, 210 lines, url: https://code.rdkcentral.com/r/plugins/gitiles/rdkb/components/opensource/ccsp/CcspCMAgent/+archive/rdk-dev-1905.tar.gz, file: source/TR-181/include/cosa_x_cisco_com_cablemodem_apis.h)

Check failure on line 3 in source/TR-181/include/cosa_x_cisco_com_cablemodem_apis.h

View workflow job for this annotation

GitHub Actions / call-fossid-workflow / Fossid Annotate PR

FossID License Issue Detected

Source code with 'Apache-2.0' license found in local file 'source/TR-181/include/cosa_x_cisco_com_cablemodem_apis.h' (Match: rdkb/components/opensource/ccsp/CcspCMAgent/rdkb/components/opensource/ccsp/CcspCMAgent/2102, 707 lines, url: https://code.rdkcentral.com/r/plugins/gitiles/rdkb/components/opensource/ccsp/CcspCMAgent/+archive/rdk-dev-2102.tar.gz, file: source/TR-181/include/cosa_x_cisco_com_cablemodem_apis.h)
*
* Copyright 2015 RDK Management
*
Expand Down Expand Up @@ -93,7 +93,7 @@
_COSA_CM_DHCP_INFO
{
ANSC_IPV4_ADDRESS IPAddress;
char BootFileName[64];
char BootFileName[256];
ANSC_IPV4_ADDRESS SubnetMask;
ANSC_IPV4_ADDRESS Gateway;
ANSC_IPV4_ADDRESS TFTPServer;
Expand Down Expand Up @@ -165,7 +165,7 @@
_COSA_CM_IPV6DHCP_INFO
{
char IPv6Address[40];
char IPv6BootFileName[64];
char IPv6BootFileName[256];
char IPv6Prefix[40];
char IPv6Router[40];
char IPv6TFTPServer[40];
Expand Down
Loading