Skip to content

Commit

Permalink
RDKB-57545: Upgrade Wan components from RC1.5.0a to RC1.5.0b (#63)
Browse files Browse the repository at this point in the history
New tags:
https://github.com/rdkcentral/IPOEHealthCheck/releases/tag/RC1.1.0b
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

https://github.com/rdkcentral/RdkGponManager/releases/tag/RC1.3.0a
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/RdkXdslManager/releases/tag/RC1.1.0b
What's Changed
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/RdkPppManager/releases/tag/RC1.2.0a
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/RdkWanManager/releases/tag/RC2.5.0b
What's Changed
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

Signed-off-by: Parthiban Selvaraj <[email protected]>
  • Loading branch information
S-Parthiban-Selvaraj authored Oct 18, 2024
1 parent 8ded3b0 commit ba04e21
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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 = "v1.1.0"
GIT_TAG = "RC1.2.0a"
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-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.0a"
GIT_TAG = "RC2.5.0b"
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 = "v1.2.0"
GIT_TAG = "RC1.3.0a"
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.0"
GIT_TAG = "RC1.1.0b"
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 = "v1.0.0"
GIT_TAG = "RC1.1.0b"
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 ba04e21

Please sign in to comment.