Bug #6254
openReconnects of the ttcn3 aren't handled
60%
Description
When the mme drops the connection and tries to reconnect it doesn't work.
Same for ttcn3 tests
Updated by lynxis about 1 month ago
- Status changed from New to In Progress
- Assignee set to lynxis
Updated by lynxis about 1 month ago
- Subject changed from Reconnects of the open5gs-mmed aren't handled to Reconnects of the ttcn3 aren't handled
The reconnect from the open5gs-mmed is working. But ttcn3 has still problems.
I've tried to set origin_state_id to (1,2,3,...) , but it still doesn't work.
Updated by laforge about 1 month ago
Hi Lynxis,
On Fri, Nov 10, 2023 at 06:58:46PM +0000, lynxis wrote:
The reconnect from the open5gs-mmed is working. But ttcn3 has still problems.
I'm not familiar with the detailed code, but in case you have any specific questions on TTCN3, feel free to ask.
Updated by lynxis 30 days ago
- % Done changed from 0 to 60
The problem lies in the connect/watchdog timer as specified by the diameter.
Either we add an explicit disconnect in the ttcn3 code or we just reduce the timers to <=1s and sleep in the test code.
Or we use a different connection/identity (?) in every test.