Submgr restart improvement
[ric-plt/submgr.git] / e2ap / pkg / e2ap / msg_e2ap_subscription.go
index 7a1f9e0..8c6910e 100644 (file)
@@ -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
 }
 
 //-----------------------------------------------------------------------------