Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert the tx/rx power unit to the dBm unit #377

Merged
merged 8 commits into from
Aug 17, 2023

Commits on May 18, 2023

  1. JIRA-SONIC-7072: Convert the tx/rx power unit to the dBm unit in get_…

    …transceiver_bulk_status().
    
    The tx/rx power unit in the eeprom is mW, and the tx/rx power unit for the API is dBm.
    It should be converted to the dBm in get_transceiver_bulk_status().
    
    Signed-off-by: chiourung_huang <chiourung_huang@edge-core.com>
    chiourung committed May 18, 2023
    Configuration menu
    Copy the full SHA
    4ed58a5 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2023

  1. When retriving tx/rx power is not supported by the transceiver,

      the content of rx_power[x] or tx_power[x] will be "N/A"
    chiourung committed May 29, 2023
    Configuration menu
    Copy the full SHA
    9f796e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdd1633 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Add unit test

    chiourung committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    ba1a666 View commit details
    Browse the repository at this point in the history
  2. Fix conflicts

    chiourung committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    3b12f48 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dc9a0d4 View commit details
    Browse the repository at this point in the history
  4. Fix test error

    chiourung committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e3c6059 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    03ab51a View commit details
    Browse the repository at this point in the history