Skip to content

Commit

Permalink
Merge branch 'release/1.3.2'
Browse files Browse the repository at this point in the history
  • Loading branch information
GoutamD2905 committed Nov 29, 2024
2 parents 6537f3d + b027bd8 commit 3d306a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions include/platform_hal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 3d306a6

Please sign in to comment.