X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=pkg%2Fxapp%2Ftypes.go;fp=pkg%2Fxapp%2Ftypes.go;h=b517ff30471276eb589b6388809a6338f87ece9f;hb=060448c051013852d463bc13bfc5f0aa3696ac9c;hp=fa88de7bb1aadc85a24f2a1248f2c49a26dd14bc;hpb=0ce03386e6dbdb82b88406b22bb91c8cbe18e349;p=ric-plt%2Fxapp-frame.git diff --git a/pkg/xapp/types.go b/pkg/xapp/types.go index fa88de7..b517ff3 100755 --- a/pkg/xapp/types.go +++ b/pkg/xapp/types.go @@ -83,9 +83,10 @@ type PortData struct { } type SymptomDataParams struct { - Timeout uint64 - FromTime uint64 - ToTime uint64 + Timeout uint64 + FromTime uint64 + ToTime uint64 + importantOnly bool } // @todo: read these from config or somewhere else