Is your feature request related to a problem? Please describe.
The astm-utm CSTM0085 requirement states the following
A USS performing the Constraint Management role shall (CSTM0085) send a notification to the authorized con-
straint provider of each instance where it could not successfully send the details of a constraint to a relevant USS within UnableToDeliverConstraintDetails seconds, 95 % of the time.
When the constraint management updates a constraint, the DSS returns the notifications as SubscriberToNotify with
- list of subscription ids / index
- base url
In case of USS notification failure, the constraint management can only report calls to base urls that fail to the provider. Identifying 'relevant USS' from the base URL is not ideal.
Describe the solution you'd like
The subscription's manager should be added
- In the Subscription itself (rid Subscription contains
owner)
- In the SubscriberToNotify
Is your feature request related to a problem? Please describe.
The astm-utm CSTM0085 requirement states the following
When the constraint management updates a constraint, the DSS returns the notifications as
SubscriberToNotifywithIn case of USS notification failure, the constraint management can only report calls to base urls that fail to the provider. Identifying 'relevant USS' from the base URL is not ideal.
Describe the solution you'd like
The subscription's manager should be added
owner)