Attention is currently required from: pespin.
osmith has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41723?usp=email )
Change subject: RAN_Emulation: Support Tx RESET retries in RANAP ......................................................................
Patch Set 1: Code-Review+1
(2 comments)
Patchset:
PS1: Thanks for adding this, I ran into such reset errors because of no retries quite a lot!
File library/RAN_Emulation.ttcnpp:
https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41723/comment/0ce4fdb9_4fc95... : PS1, Line 821: [] as_reset_ack();
Otherwise we are not rescheduling the timer properly.
Not sure if this means rescheduling T (5s), but if yes, then it probably doesn't make sense to reschedule it? It seems to me that if the whole reset routine takes more than 5s, we should get an error instead of retrying.