X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=E2Manager%2Fmodels%2Fnotification_request.go;h=b275587035857723cbe15e3a8400b066f97eaf2c;hb=372a275602ae05da22130a4601709291c7fbbaa6;hp=7e3892a4f74b6ab6045c7999a579afeecd43a995;hpb=2c9d450c93e4f0b312a68d39429efb685ec02022;p=ric-plt%2Fe2mgr.git diff --git a/E2Manager/models/notification_request.go b/E2Manager/models/notification_request.go index 7e3892a..b275587 100644 --- a/E2Manager/models/notification_request.go +++ b/E2Manager/models/notification_request.go @@ -27,10 +27,10 @@ type NotificationRequest struct { Len int Payload []byte StartTime time.Time - TransactionId string + TransactionId []byte } -func NewNotificationRequest(ranName string, payload []byte, startTime time.Time, transactionId string) *NotificationRequest { +func NewNotificationRequest(ranName string, payload []byte, startTime time.Time, transactionId []byte) *NotificationRequest { return &NotificationRequest{ ranName, len(payload),