-
Notifications
You must be signed in to change notification settings - Fork 15
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
[SDFAB-1178] Allow and write in/e-gress counter separately #519
base: main
Are you sure you want to change the base?
Conversation
src/main/java/org/stratumproject/fabric/tna/behaviour/upf/FabricUpfProgrammable.java
Outdated
Show resolved
Hide resolved
src/main/java/org/stratumproject/fabric/tna/behaviour/upf/FabricUpfProgrammable.java
Show resolved
Hide resolved
src/main/java/org/stratumproject/fabric/tna/behaviour/upf/FabricUpfProgrammable.java
Outdated
Show resolved
Hide resolved
src/main/java/org/stratumproject/fabric/tna/behaviour/upf/FabricUpfProgrammable.java
Outdated
Show resolved
Hide resolved
@@ -559,6 +562,39 @@ private Collection<UpfEntity> getUpfTerminationsDownlink() throws UpfProgrammabl | |||
return upfTerminations; | |||
} | |||
|
|||
private void applyUpfCounter(UpfCounter upfCounter) throws UpfProgrammableException { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be updated when we'll have the counter subsystem in ONOS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wondering if we want to merge this for now by adding a logic similar to the admin port state management in DeviceManager
Codecov Report
@@ Coverage Diff @@
## main #519 +/- ##
============================================
+ Coverage 69.92% 70.47% +0.54%
- Complexity 739 768 +29
============================================
Files 63 63
Lines 4802 4844 +42
Branches 530 538 +8
============================================
+ Hits 3358 3414 +56
+ Misses 1165 1145 -20
- Partials 279 285 +6
Continue to review full report at Codecov.
|
Depends on the changes in the
mod_cntr
branch.