omec-project / up4

ONOS app and P4 program abstracting a network of switches as one big 4G/5G UPF
https://docs.sd-fabric.org/master/advanced/p4-upf.html
20 stars 13 forks source link

Add logging to show counter writing #290

Closed daniele-moro closed 2 years ago

daniele-moro commented 2 years ago

We still don't support counter writing, but PFCP-agent will start issuing counter write. For debugging, we logs those write request, without doing any action on the data plane, while replying positively to pfcp-agent.

daniele-moro commented 2 years ago

Need: https://github.com/omec-project/upf/pull/607 to be merged first and to change the reference in the .env.stable.

daniele-moro commented 2 years ago

retest this please

codecov[bot] commented 2 years ago

Codecov Report

Merging #290 (16f4153) into master (fc40f5b) will decrease coverage by 0.01%. The diff coverage is 0.00%.

@@             Coverage Diff              @@
##             master     #290      +/-   ##
============================================
- Coverage     41.65%   41.63%   -0.02%     
  Complexity      152      152              
============================================
  Files            15       15              
  Lines          2247     2248       +1     
  Branches        292      292              
============================================
  Hits            936      936              
- Misses         1223     1224       +1     
  Partials         88       88              
Impacted Files Coverage Δ
...va/org/omecproject/up4/impl/Up4NorthComponent.java 57.14% <0.00%> (-0.12%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update fc40f5b...16f4153. Read the comment docs.