Commit 5da3255f authored by Javier Velázquez's avatar Javier Velázquez
Browse files

Fix bug in rebasing

parent af7c7845
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@ class NSController:
        self.end_time = 0
        self.setup_time = 0

    def nsc(self, intent_json, slice_id=None, old_service_id=None, old_service_id=None):
    def nsc(self, intent_json, slice_id=None, old_service_id=None):
        """
        Main Network Slice Controller method to process and realize network slice intents.