[code sync] Merge code from sonic-net/sonic-platform-common:202505 to 202506#102
Merged
mssonicbld merged 1 commit intoAzure:202506from Aug 6, 2025
Merged
Conversation
…#589) <!-- Provide a general summary of your changes in the Title above --> #### Description <!-- Describe your changes in detail --> We need to add XCVR_IDENTIFIER_ABBRV code for Custom Amphenol Backplane Cartridge https://github.com/sonic-net/sonic-platform-common/blob/4af4791f602e1684ea2aa940b73a50d9c8910f86/sonic_platform_base/sonic_xcvr/codes/public/sff8024.py#L45-L76 ``` >>> print("Module type is {}".format(platform_chassis.get_sfp(port_num).get_xcvr_api().get_module_type_abbreviation())) Module type is Unknown >>> ``` #### Motivation and Context <!-- Why is this change required? What problem does it solve? If this pull request closes/resolves an open Issue, make sure you include the text "fixes #xxxx", "closes #xxxx" or "resolves #xxxx" here --> #### How Has This Been Tested? <!-- Please describe in detail how you tested your changes. Include details of your testing environment, and the tests you ran to see how your change affects other areas of the code, etc. --> ``` >>> print("Module type is {}".format(platform_chassis.get_sfp(port_num).get_xcvr_api().get_module_type_abbreviation())) Module type is BP >>> ``` #### Additional Information (Optional) MSFT ADO - 34111221
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
<br>* 0e28a85 - (HEAD -> 202506, origin/202505) Add abbreviation identifier for Custom Amphenol backplane cartridge (#589) (2025-08-06) [mssonicbld]<br>