From: Benjamin Diaz Date: Wed, 3 Oct 2018 14:38:18 +0000 (-0300) Subject: Replaces vdu-id-ref for name during VDU lookup X-Git-Tag: v5.0.0~36 X-Git-Url: https://osm.etsi.org/gitweb/?a=commitdiff_plain;h=3dd2f6e81fd4997d0d1bb655534677e464072215;hp=3dd2f6e81fd4997d0d1bb655534677e464072215;p=osm%2FMON.git Replaces vdu-id-ref for name during VDU lookup Vdus were being looked up using the vdu-id-ref param, which corresponds to the name used in the vnfd to define that vdu. That was not the intended behaviour, because that param is clearly not unique. It has been replaced with the name param, which is unique to each vdu record. Signed-off-by: Benjamin Diaz ---