Main state when serving files
(self)
| 817 | |
| 818 | @ATMT.state() |
| 819 | def SERVING(self): |
| 820 | """ |
| 821 | Main state when serving files |
| 822 | """ |
| 823 | pass |
| 824 | |
| 825 | @ATMT.receive_condition(SERVING) |
| 826 | def receive_logoff_request(self, pkt): |
no outgoing calls
no test coverage detected