-
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-1175] Allow to modify UPF counters #517
Conversation
Codecov Report
@@ Coverage Diff @@
## main #517 +/- ##
============================================
+ Coverage 69.92% 70.24% +0.31%
- Complexity 739 744 +5
============================================
Files 63 63
Lines 4802 4819 +17
Branches 530 531 +1
============================================
+ Hits 3358 3385 +27
+ Misses 1165 1149 -16
- Partials 279 285 +6
Continue to review full report at Codecov.
|
src/test/java/org/stratumproject/fabric/tna/behaviour/upf/FabricUpfProgrammableTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/stratumproject/fabric/tna/behaviour/upf/FabricUpfProgrammableTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/stratumproject/fabric/tna/behaviour/upf/FabricUpfProgrammableTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/stratumproject/fabric/tna/behaviour/upf/MockWriteResponse.java
Outdated
Show resolved
Hide resolved
src/main/java/org/stratumproject/fabric/tna/behaviour/upf/FabricUpfProgrammable.java
Show resolved
Hide resolved
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.
main comment is related to the copyright headers. Others are minor comments.
src/main/java/org/stratumproject/fabric/tna/behaviour/upf/FabricUpfProgrammable.java
Show resolved
Hide resolved
src/test/java/org/stratumproject/fabric/tna/behaviour/upf/FabricUpfProgrammableTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/stratumproject/fabric/tna/behaviour/upf/FabricUpfProgrammableTest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/stratumproject/fabric/tna/behaviour/upf/MockP4RuntimeClient.java
Outdated
Show resolved
Hide resolved
src/test/java/org/stratumproject/fabric/tna/behaviour/upf/MockP4RuntimeController.java
Outdated
Show resolved
Hide resolved
src/test/java/org/stratumproject/fabric/tna/behaviour/upf/MockReadRequest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/stratumproject/fabric/tna/behaviour/upf/MockReadResponse.java
Outdated
Show resolved
Hide resolved
src/test/java/org/stratumproject/fabric/tna/behaviour/upf/MockWriteRequest.java
Outdated
Show resolved
Hide resolved
src/test/java/org/stratumproject/fabric/tna/behaviour/upf/MockWriteResponse.java
Outdated
Show resolved
Hide resolved
retest this please |
src/test/java/org/stratumproject/fabric/tna/behaviour/upf/MockP4RuntimeClient.java
Show resolved
Hide resolved
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.
minor
retest this please |
1 similar comment
retest this please |
UPF counters now can be modified via the apply method of the UpfProgrammable APIs.
Related with: omec-project/up4#279