diff --git a/FofbTool/CommandLineInterface.py b/FofbTool/CommandLineInterface.py index 30f1bef4e8916f461edd5770e0936663eeb7e406..30d364ece2436f10f46af55311b2ee917bd07191 100755 --- a/FofbTool/CommandLineInterface.py +++ b/FofbTool/CommandLineInterface.py @@ -96,22 +96,3 @@ if __name__ == '__main__': if args.start or args.start_ccn: FofbTool.Utils.start_all_ccn() - exit(0) - - if args.stop: - for cnp in cellnode_subscribers: - cellnode_stop_ccn(cnp) - cellnode_stop_combpm(cnp) - centralnode_stop_ccn(centralnode_subscriber) - - if not args.respmat is None: - centralnode_configure_respmat(centralnode_subscriber, args.respmat) - - - if args.start: - for cnp in cellnode_subscribers: - cellnode_start_ccn(cnp) - cellnode_start_combpm(cnp) - cellnode_ack_ccn(cnp) - centralnode_start_ccn(centralnode_subscriber) -