X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=e2ap%2Fpkg%2Fe2ap%2Fmsg_e2ap_subscription.go;h=8c6910eb1a02e66809e4ab3593a4dc62c9611a1c;hb=dce97d040839d06292cb0bdf7e62e3d7ac942854;hp=7a1f9e0d0eabd6141790c14594cdf6fdd70aecbb;hpb=ff8dccd02d76eebfccc0b509ce0b42a2c1760e12;p=ric-plt%2Fsubmgr.git diff --git a/e2ap/pkg/e2ap/msg_e2ap_subscription.go b/e2ap/pkg/e2ap/msg_e2ap_subscription.go index 7a1f9e0..8c6910e 100644 --- a/e2ap/pkg/e2ap/msg_e2ap_subscription.go +++ b/e2ap/pkg/e2ap/msg_e2ap_subscription.go @@ -35,8 +35,8 @@ type E2APSubscriptionRequest struct { type E2APSubscriptionResponse struct { RequestId FunctionId - ActionAdmittedList - ActionNotAdmittedList + ActionAdmittedList ActionAdmittedList // SDL JSON encode requires this format (name data-type) to work correctly + ActionNotAdmittedList ActionNotAdmittedList // SDL JSON encode requires this format (name data-type) to work correctly } //-----------------------------------------------------------------------------