Skip to content

Commit

Permalink
RDKB-57696 : Upgrade Wan components from v1.4.0 to v1.5.0 (#68)
Browse files Browse the repository at this point in the history
New tags:

https://github.com/rdkcentral/RdkWanManager/releases/tag/v2.5.0
What's Changed
REFPLTB-3100: Add RPI flag along side Comcast device flag by @manigandanj in #41
TCXB7-6810:COX -TXB7 - MAPT is not Working after WA cable disconnect/… by @kul2241 in #57
RDKB-51706 : [MAP-T-HUB6] Index update issue in DM -Device.DHCPv6.Client.1.Interface by @KavyaShivalingaiah in #60
RDKB-55171:Excessive logging in WANManager on changing the IP Mode by @KavyaShivalingaiah in #61
RDKB-55030 : Able to set invalid values as Ethernet Priority marking for WAN Interfaces by @KavyaShivalingaiah in #62
RDKB-56964 :The AutoWan Selection Timer is not functioning as intended by @S-Parthiban-Selvaraj in #59
CBR2-2096 : [Field][DA] Internet LED fast blinking in 7.6p3s1. by @LakshminarayananShenbagaraj in #69
RDKB-57103:Observed WAN going down in CPE , 7 mins after FR by @kul2241 in #64
RDKB-57237:erouter0 interface is not initialized properly with IPv6 D… by @kul2241 in #66
RDKB-57454 : Fixing ip_forward for MAPT line by @S-Parthiban-Selvaraj in #71

https://github.com/rdkcentral/RdkPppManager/releases/tag/v1.2.0
What's Changed
RDKBDEV-2733 : Fix error after enabling -Werror and -Wall in RdkPPPManager by @sanjaynayakk in #7
Revert "RDKBDEV-2755 : Update WAN and Virtual Interface Selection Logic." by @S-Parthiban-Selvaraj in #17
RDKB-56513 : Mismatch Between ppp_event_msg Structure in PPPManager and pppd. by @LakshminarayananShenbagaraj in #16
RDKBDEV-2823 : Send PADT After Bootup Before Starting New PPPoE Session. by @sanjaynayakk in #14

https://github.com/rdkcentral/RdkGponManager/releases/tag/v1.3.0
What's Changed
RDKBDEV-2732 : Align with Community Proposed DMs in GponManager. by @sanjaynayakk in #7
RDKBDEV-2856 : Removed hardcoding of GponManager DM index to 1. by @sanjaynayakk in #8
RDKBDEV-2857 : Fix the error observed in rdklogs of GponManager. by @sanjaynayakk in #9

https://github.com/rdkcentral/RdkVlanBridgingManager/releases/tag/v1.2.0
What's Changed
RDKBDEV-2735 : Fix error after enabling -Werror and -Wall in RdkVlanManager by @sanjaynayakk in #9

https://github.com/rdkcentral/RdkXdslManager/releases/tag/v1.1.0
What's Changed
SHARMAN-2524 : DSL OverrideTTL RFC set is not working After Factory Reset by @KavyaShivalingaiah in #5
RDKB-56987: [64BIT] Fix Runtime crash with RdkXdslManager by @vysakhav in #8
RDKBDEV-2901 : Changed the json logging from JSON_C_TO_STRING_PRETTY to JSON_C_TO_STRING_SPACED by @sanjaynayakk in #7

https://github.com/rdkcentral/IPOEHealthCheck/releases/tag/v1.1.0
What's Changed
RDKBDEV-2831: use _write_sysctl_file() to write to /proc files by @pradeeptakdas in #3
RDKBDEV-2670: drop dependency on dbus by @pradeeptakdas in #4
SKYH4-7254:After HW or Power-On Reset WAN not came up by @kul2241 in #5

Signed-off-by: Parthiban Selvaraj <[email protected]>
  • Loading branch information
S-Parthiban-Selvaraj authored Nov 1, 2024
1 parent ba04e21 commit 13ae447
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion recipes-ccsp/ccsp/rdk-ppp-manager.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DEPENDS = "ccsp-common-library dbus rdk-logger utopia halinterface libunpriv"

require recipes-ccsp/ccsp/ccsp_common.inc

GIT_TAG = "RC1.2.0a"
GIT_TAG = "v1.2.0"
SRC_URI := "git://github.com/rdkcentral/RdkPppManager.git;branch=main;protocol=https;name=PppManager;tag=${GIT_TAG}"
PV = "${GIT_TAG}+git${SRCPV}"

Expand Down
2 changes: 1 addition & 1 deletion recipes-ccsp/ccsp/rdk-vlanmanager.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DEPENDS = "ccsp-common-library dbus rdk-logger utopia hal-platform libunpriv"

require recipes-ccsp/ccsp/ccsp_common.inc

GIT_TAG = "RC1.2.0"
GIT_TAG = "v1.2.0"
SRC_URI = "git://github.com/rdkcentral/RdkVlanBridgingManager.git;branch=main;protocol=https;name=VlanBridgingManager;tag=${GIT_TAG}"
PV = "${GIT_TAG}+git${SRCPV}"

Expand Down
2 changes: 1 addition & 1 deletion recipes-ccsp/ccsp/rdk-wanmanager.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DEPENDS_append = " ${@bb.utils.contains('DISTRO_FEATURES', 'rdkb_wan_manager', '

require recipes-ccsp/ccsp/ccsp_common.inc

GIT_TAG = "RC2.5.0b"
GIT_TAG = "v2.5.0"
SRC_URI := "git://github.com/rdkcentral/RdkWanManager.git;branch=main;protocol=https;name=WanManager;tag=${GIT_TAG}"
PV = "${GIT_TAG}+git${SRCPV}"

Expand Down
2 changes: 1 addition & 1 deletion recipes-ccsp/ccsp/rdkgponmanager.bb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ DEPENDS = "ccsp-common-library dbus rdk-logger utopia hal-platform json-hal-lib"

require recipes-ccsp/ccsp/ccsp_common.inc

GIT_TAG = "RC1.3.0a"
GIT_TAG = "v1.3.0"
SRC_URI = "git://github.com/rdkcentral/RdkGponManager.git;branch=main;protocol=https;name=GponManager;tag=${GIT_TAG}"
PV = "${GIT_TAG}+git${SRCPV}"
EXTRA_OECONF_append = " --with-ccsp-platform=bcm --with-ccsp-arch=arm "
Expand Down
2 changes: 1 addition & 1 deletion recipes-ccsp/ccsp/rdkxdslmanager.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"
DEPENDS = "ccsp-common-library dbus rdk-logger utopia json-hal-lib avro-c hal-platform libparodus libunpriv"
require recipes-ccsp/ccsp/ccsp_common.inc

GIT_TAG = "RC1.1.0b"
GIT_TAG = "v1.1.0"
SRC_URI = "git://github.com/rdkcentral/RdkXdslManager.git;branch=main;protocol=https;name=xDSLManager;tag=${GIT_TAG}"
PV = "${GIT_TAG}+git${SRCPV}"

Expand Down
2 changes: 1 addition & 1 deletion recipes-support/ipoe-health-check/ipoe-health-check.bb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e"

DEPENDS = "rdk-logger rdk-wanmanager"

GIT_TAG = "RC1.1.0b"
GIT_TAG = "v1.1.0"
SRC_URI := "git://github.com/rdkcentral/IPOEHealthCheck.git;branch=main;protocol=https;name=IPoEHealthCheck;tag=${GIT_TAG}"
PV = "${GIT_TAG}+git${SRCPV}"

Expand Down

0 comments on commit 13ae447

Please sign in to comment.