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

[cbf] Added initial CBF support #2

Merged
merged 8 commits into from
Apr 6, 2021
Merged

[cbf] Added initial CBF support #2

merged 8 commits into from
Apr 6, 2021

Commits on Apr 5, 2021

  1. [cbf] Skeleton code for CBF

    * Added CbfOrch skeleton code
    
    Signed-off-by: Alexandru Banu <Alexandru.Banu@metaswitch.com>
    abanu-ms committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    5ae7e6b View commit details
    Browse the repository at this point in the history
  2. [cbf] Added DSCP_TO_FC table functionality

    * Implemented doTask() for DSCP_TO_FC
    
    Signed-off-by: Alexandru Banu <Alexandru.Banu@metaswitch.com>
    abanu-ms committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    586df39 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2021

  1. [cbf] Added EXP_TO_FC functionality + bug fixing

    * Implemented doExpTask
    * Minor bug fixing
    
    Signed-off-by: Alexandru Banu <Alexandru.Banu@metaswitch.com>
    abanu-ms committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    e9244d8 View commit details
    Browse the repository at this point in the history
  2. [cbf] Refactored CbfOrch

    * Implemented MapHandler class
    
    Signed-off-by: Alexandru Banu <Alexandru.Banu@metaswitch.com>
    abanu-ms committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    7cd7711 View commit details
    Browse the repository at this point in the history
  3. [cbf] Fix typos

    Signed-off-by: Alexandru Banu <Alexandru.Banu@metaswitch.com>
    abanu-ms committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    620cba3 View commit details
    Browse the repository at this point in the history
  4. [cbf] Added UT

    * Added UT for EXP_TO_FC and DSCP_TO_FC maps
    
    Signed-off-by: Alexandru Banu <Alexandru.Banu@metaswitch.com>
    abanu-ms committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    2ef81bd View commit details
    Browse the repository at this point in the history
  5. [cbf] Move CBF tables from APPL_DB to CONFIG_DB

    Signed-off-by: Alexandru Banu <Alexandru.Banu@metaswitch.com>
    abanu-ms committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    d866d60 View commit details
    Browse the repository at this point in the history
  6. [cbf] Code updates after review

    * Improved comments and general code
    
    Signed-off-by: Alexandru Banu <Alexandru.Banu@metaswitch.com>
    abanu-ms committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    f94e7ac View commit details
    Browse the repository at this point in the history