Fix: Name SAP's interfaces always: sap0
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 @@
         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)