X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=src%2Femuvim%2Fapi%2Fsonata%2Fdummygatekeeper.py;h=c3d88023e66f500d0a2a416e5f27a0064e4095b6;hp=db67518fab21a3f881b5189ee78ca99e98015a0a;hb=7e2187d4bf5e2c7b6377000d42a3ae3f45bb3742;hpb=241ccd30c89da776bc0debb34282abd631211944 diff --git a/src/emuvim/api/sonata/dummygatekeeper.py b/src/emuvim/api/sonata/dummygatekeeper.py index db67518..c3d8802 100755 --- a/src/emuvim/api/sonata/dummygatekeeper.py +++ b/src/emuvim/api/sonata/dummygatekeeper.py @@ -392,6 +392,8 @@ class Service(object): for sap in SAPs: # endpoints needed in this service sap_vnf_id, sap_vnf_interface = sap.split(':') + # Fix: lets fix the name of the SAP interface to "sap0" + sap_vnf_interface = "sap0" # set of the connection_point ids found in the nsd (in the examples this is 'ns') self.sap_identifiers.add(sap_vnf_id)