Loading src/main.py +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading Loading
src/main.py +1 −1 Original line number Diff line number Diff line Loading @@ -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. Loading