This repository was archived by the owner on Sep 7, 2020. It is now read-only.
Commit f99aec2
committed
agent: backhaul_manager: add READY_FOR_MASTER_DISCOVERY state
https://jira.prplfoundation.org/browse/PPM-143
Add READY_FOR_MASTER_DISCOVERY state to backhaul_manager state machine.
In certification mode the agent state machine should stop before the MASTER_DISCOVERY state
and wait for dev_set_config (wired backhaul) or start_wps_registration (wireless backhaul).
In non-certification mode this state has no meaning,
the state will change to MASTER_DISCOVERY on the next tick of backhaul_manager_thread.
Signed-off-by: Vitalii Komisarenko <vitalii.komisarenko@gmail.com>1 parent 6c9f9d1 commit f99aec2
2 files changed
Lines changed: 19 additions & 4 deletions
File tree
- agent/src/beerocks/slave/backhaul_manager
Lines changed: 18 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
841 | 841 | | |
842 | 842 | | |
843 | 843 | | |
844 | | - | |
| 844 | + | |
845 | 845 | | |
846 | 846 | | |
847 | 847 | | |
| |||
897 | 897 | | |
898 | 898 | | |
899 | 899 | | |
900 | | - | |
| 900 | + | |
901 | 901 | | |
902 | 902 | | |
903 | 903 | | |
904 | 904 | | |
905 | 905 | | |
906 | 906 | | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
| 913 | + | |
| 914 | + | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
| 919 | + | |
| 920 | + | |
907 | 921 | | |
908 | 922 | | |
909 | 923 | | |
| |||
3729 | 3743 | | |
3730 | 3744 | | |
3731 | 3745 | | |
3732 | | - | |
| 3746 | + | |
3733 | 3747 | | |
3734 | 3748 | | |
3735 | 3749 | | |
| |||
3780 | 3794 | | |
3781 | 3795 | | |
3782 | 3796 | | |
3783 | | - | |
| 3797 | + | |
3784 | 3798 | | |
3785 | 3799 | | |
3786 | 3800 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
559 | 559 | | |
560 | 560 | | |
561 | 561 | | |
| 562 | + | |
562 | 563 | | |
563 | 564 | | |
564 | 565 | | |
| |||
0 commit comments