Actions
Bug #5348
closedclient reconnects to fast
Start date:
12/09/2021
Due date:
% Done:
0%
Spec Reference:
Description
If there is no mapping for a client, the client retries in a loop.
- connect client - create a mapping for the client - sleep 1 - destroy the mapping
DRSPRO NOTICE ../rspro_client_fsm.c:128 RSPRO_CLIENT(bankd){REESTABLISH}: RSPRO link to 192.168.154.156:9999 UP DRSPRO ERROR ../rspro_client_fsm.c:297 RSPRO_CLIENT(bankd){REESTABLISH}: Event SRVC_E_KA_TERMINATED not permitted DRSPRO INFO ../rspro_client_fsm.c:302 RSPRO_CLIENT(bankd){REESTABLISH}: Destroying existing connection to server DRSPRO INFO ../rspro_client_fsm.c:308 RSPRO_CLIENT(bankd){REESTABLISH}: Creating TCP connection to server at 192.168.154.156:9999 DLINP NOTICE input/ipa.c:128 192.168.154.156:9999 connection done DRSPRO NOTICE ../rspro_client_fsm.c:128 RSPRO_CLIENT(bankd){REESTABLISH}: RSPRO link to 192.168.154.156:9999 UP DRSPRO ERROR ../rspro_client_fsm.c:297 RSPRO_CLIENT(bankd){REESTABLISH}: Event SRVC_E_KA_TERMINATED not permitted DRSPRO INFO ../rspro_client_fsm.c:302 RSPRO_CLIENT(bankd){REESTABLISH}: Destroying existing connection to server DRSPRO INFO ../rspro_client_fsm.c:308 RSPRO_CLIENT(bankd){REESTABLISH}: Creating TCP connection to server at 192.168.154.156:9999
Related issues
Updated by jtavares about 1 year ago
Submitted patchset to address this issue with a poor-man's exponential backoff in the RSPRO client state machine. Both bankd and the client share the same RSPRO client station machine and so both get the benefit of this change.
Please see: https://gerrit.osmocom.org/c/osmo-remsim/+/30138
This issue is related to #5610.
Updated by laforge about 1 year ago
- Category set to remsim-client
- Status changed from New to Resolved
- Assignee set to jtavares
Updated by laforge about 1 year ago
- Related to Bug #5610: no back-off in osmo-remsim client reconnect to bankd added
Actions