Skip to content

[code sync] Merge code from sonic-net/sonic-platform-common:202505 to 202506#102

Merged
mssonicbld merged 1 commit intoAzure:202506from
mssonicbld:sonicbld/202506-merge
Aug 6, 2025
Merged

[code sync] Merge code from sonic-net/sonic-platform-common:202505 to 202506#102
mssonicbld merged 1 commit intoAzure:202506from
mssonicbld:sonicbld/202506-merge

Conversation

@mssonicbld
Copy link
Collaborator

<br>* 0e28a85 - (HEAD -> 202506, origin/202505) Add abbreviation identifier for Custom Amphenol backplane cartridge (#589) (2025-08-06) [mssonicbld]<br>

…#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
@mssonicbld mssonicbld merged commit 7a94f19 into Azure:202506 Aug 6, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant