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

fix(dp): Add carrier aggregation fields to cbsd write fields #13296

Merged
merged 1 commit into from Jul 14, 2022

Conversation

WojSad
Copy link
Contributor

@WojSad WojSad commented Jul 14, 2022

Signed-off-by: Wojciech Sadowy wojciech.sadowy@freedomfi.com

fix(dp): Add carrier aggregation fields to cbsd write fields

@WojSad WojSad requested review from a team and m-trojanowski July 14, 2022 11:24
@pull-request-size pull-request-size bot added the size/S Denotes a PR that changes 10-29 lines. label Jul 14, 2022
@github-actions
Copy link
Contributor

Thanks for opening a PR! 💯

A couple initial guidelines

Howto

  • Reviews. The "Reviewers" listed for this PR are the Magma maintainers who will shepherd it.
  • Checks. All required CI checks must pass before merge.
  • Merge. Once approved and passing CI checks, use the ready2merge label to indicate the maintainers can merge your PR.

More info

Please take a moment to read through the Magma project's

If this is your first Magma PR, also consider reading

@github-actions github-actions bot added the component: orc8r Orchestrator-related issue label Jul 14, 2022
@@ -205,15 +205,6 @@ func (b *DBCbsdBuilder) WithCbsdCategory(cat string) *DBCbsdBuilder {
return b
}

// func (b *DBCbsdBuilder) WithDefaulValues() *DBCbsdBuilder {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How did it got merged in the first place?

WithIndoorDeployment(false).
WithCarrierAggregationEnabled(true).
WithGrantRedundancy(true).
WithMaxIbwMhx(200).Cbsd)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

200 is too big, max should be 150

@@ -205,6 +219,9 @@ func (s *CbsdManagerTestSuite) TestUpdateCbsd() {
WithNumberOfPorts(cbsdBuilder.Cbsd.NumberOfPorts.Int64+4).
WithSingleStepEnabled(true).
WithIndoorDeployment(true).
WithCarrierAggregationEnabled(true).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

How did this pass before?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it defaulted to false

@github-actions
Copy link
Contributor

github-actions bot commented Jul 14, 2022

dp-workflow

18 tests   18 ✔️  4m 31s ⏱️
  2 suites    0 💤
  2 files      0

Results for commit 08ef972.

♻️ This comment has been updated with latest results.

Signed-off-by: Wojciech Sadowy <wojciech.sadowy@freedomfi.com>
@WojSad WojSad force-pushed the carrier-aggregation-fields-missing branch from 5276d9e to 08ef972 Compare July 14, 2022 11:51
@WojSad WojSad enabled auto-merge (squash) July 14, 2022 12:23
@WojSad WojSad merged commit c2b0c40 into magma:master Jul 14, 2022
emakeev pushed a commit to emakeev/magma that referenced this pull request Aug 5, 2022
…3296)

Signed-off-by: Wojciech Sadowy <wojciech.sadowy@freedomfi.com>

Co-authored-by: Wojciech Sadowy <wojciech.sadowy@freedomfi.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: orc8r Orchestrator-related issue size/S Denotes a PR that changes 10-29 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants