X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=test%2Fusecases%2Fodusliceassurance%2Fgoversion%2Fmessages%2FstdVesMessage.go;h=5c4a3b0d890236424d9d52b627c7cc7a0d36d09d;hb=70163eee3fc693fe4df1172127ce3b107e585026;hp=c2c58496b61bcd9ccd6e95ad9265c2acc2c71813;hpb=09a330ba372e9400522fa38184b3c0ef536972d5;p=nonrtric.git diff --git a/test/usecases/odusliceassurance/goversion/messages/stdVesMessage.go b/test/usecases/odusliceassurance/goversion/messages/stdVesMessage.go index c2c58496..5c4a3b0d 100644 --- a/test/usecases/odusliceassurance/goversion/messages/stdVesMessage.go +++ b/test/usecases/odusliceassurance/goversion/messages/stdVesMessage.go @@ -30,8 +30,24 @@ type Event struct { } type CommonEventHeader struct { - Domain string `json:"domain"` - StndDefinedNamespace string `json:"stndDefinedNamespace"` + Domain string `json:"domain"` + EventId string `json:"eventId"` + EventName string `json:"eventName"` + EventType string `json:"eventType"` + Sequence int `json:"sequence"` + Priority string `json:"priority"` + ReportingEntityId string `json:"reportingEntityId"` + ReportingEntityName string `json:"reportingEntityName"` + SourceId string `json:"sourceId"` + SourceName string `json:"sourceName"` + StartEpochMicrosec int64 `json:"startEpochMicrosec"` + LastEpochMicrosec int64 `json:"lastEpochMicrosec"` + NfNamingCode string `json:"nfNamingCode"` + NfVendorName string `json:"nfVendorName"` + StndDefinedNamespace string `json:"stndDefinedNamespace"` + TimeZoneOffset string `json:"timeZoneOffset"` + Version string `json:"version"` + VesEventListenerVersion string `json:"vesEventListenerVersion"` } type StndDefinedFields struct { @@ -41,8 +57,14 @@ type StndDefinedFields struct { } type Data struct { - DataId string `json:"id"` - Measurements []Measurement `json:"measurements"` + DataId string `json:"id"` + StartTime string `json:"start-time"` + AdministrativeState string `json:"administrative-state"` + OperationalState string `json:"operational-state"` + UserLabel string `json:"user-label"` + JobTag string `json:"job-tag"` + GranularityPeriod int `json:"granularity-period"` + Measurements []Measurement `json:"measurements"` } type Measurement struct {