Skip to content
Snippets Groups Projects
Commit 222f67f8 authored by BRONES Romain's avatar BRONES Romain
Browse files

Cleaning trail of CLI script

parent 0c428c4f
No related branches found
No related tags found
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment