To reproduce:
- Set up MDB to have a container with defined telemetry rate.
- Set up at least two parameters, X and Y in the container.
- Create a parameter subscription to X, specifying update_on_expiration=True.
- Add Y to the subscription.
- Manipulate telemetry to exhibit expiration of the container.
Expected result: Parameters X and Y both get updates with validity_status = EXPIRED.
Actual result: X gets updates with validity_status=EXPIRED, but Y does not.