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=c92b421ec9f89e77df36422987e478ed8db85299;hp=7a1f9e0d0eabd6141790c14594cdf6fdd70aecbb;hpb=fca5c3af85c440f6456dcb90f854033fb91349c1;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 } //-----------------------------------------------------------------------------