From e9c27ccecf6f8f954bf48b8967da30a6d2c6f6fb Mon Sep 17 00:00:00 2001 From: SanthoshGujulvajagadeesh <68006718+SanthoshGujulvajagadeesh@users.noreply.github.com> Date: Fri, 29 Nov 2024 21:02:42 +0530 Subject: [PATCH 1/2] Update platform_hal.h change enum from protocol_t to net_proto_t to resolve conflicting datatype --- include/platform_hal.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/platform_hal.h b/include/platform_hal.h index d19ec8a..8a8da1a 100644 --- a/include/platform_hal.h +++ b/include/platform_hal.h @@ -1457,7 +1457,7 @@ typedef enum { typedef enum { PROTOCOL_TCP, /**< Transmission Control Protocol (TCP) */ PROTOCOL_UDP /**< User Datagram Protocol (UDP) */ -} protocol_t; +} net_proto_t; /** * @brief Structure representing network parameters for QoS and traffic management. @@ -1535,7 +1535,7 @@ typedef struct { * Specifies the transport layer protocol used for the network communication, * such as TCP or UDP. */ - protocol_t protocol; /**< Transport protocol (TCP or UDP). */ + net_proto_t protocol; /**< Transport protocol (TCP or UDP). */ /** * @brief Differentiated Services Code Point (DSCP) Value for QoS. From b027bd8e0fb9d451094df4c14a48d685f5ddf444 Mon Sep 17 00:00:00 2001 From: GoutamD2905 <140494857+GoutamD2905@users.noreply.github.com> Date: Fri, 29 Nov 2024 22:37:17 +0530 Subject: [PATCH 2/2] Added Changelog.md --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f03eef..6861aa0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,20 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [1.3.2](https://github.com/rdkcentral/rdkb-halif-platform/compare/1.3.1...1.3.2) + +- Bug : #23 : Update platform_hal.h [`#24`](https://github.com/rdkcentral/rdkb-halif-platform/pull/24) +- Update platform_hal.h [`e9c27cc`](https://github.com/rdkcentral/rdkb-halif-platform/commit/e9c27ccecf6f8f954bf48b8967da30a6d2c6f6fb) +- Merge tag '1.3.1' into develop [`640265f`](https://github.com/rdkcentral/rdkb-halif-platform/commit/640265fa02be37da61ba879acc07063ff5298fd8) + #### [1.3.1](https://github.com/rdkcentral/rdkb-halif-platform/compare/1.3.0...1.3.1) +> 29 November 2024 + - Bug #11 Aligned major version check to main [`#22`](https://github.com/rdkcentral/rdkb-halif-platform/pull/22) - Update build_ut.sh [`450be7d`](https://github.com/rdkcentral/rdkb-halif-platform/commit/450be7d5ac353e704617c315ed3d3b50a8d676b1) +- Added Changelog.md [`5276c57`](https://github.com/rdkcentral/rdkb-halif-platform/commit/5276c57db646360d6722587c25292a90a4e2cbe4) - Update build_ut.sh [`f335823`](https://github.com/rdkcentral/rdkb-halif-platform/commit/f335823ef400fbc7612994952974fcdff5b71d70) -- Update build_ut.sh [`cf12955`](https://github.com/rdkcentral/rdkb-halif-platform/commit/cf129554faf52b751de73df27da02702657356df) #### [1.3.0](https://github.com/rdkcentral/rdkb-halif-platform/compare/1.2.1...1.3.0)