[RLC-LTE] Sequence analysis problem? [closed]
Hi, Could you please help to get the root cause of the following issue: UE has successfully finished the attach procedure. After some time UE goes to IDLE state, we can see RRCConnectionRelease in DL_DCCH. PCAP is OK. After Paging message, UE goes to CONNECTED state:
- RRCConnectioRequest in UL_CCCH
- RRCConnectionSetup in DL_CCCH
But starting from RRCConnectionSetupComplete all LTE RRC DL/UL_DCCH/NAS-EPS packets has rlc-lte.sequence-analysis.ok = False
in RLC-LTE.
UE sends first packet with sn=0
for the new SRB (but it seems wireshark can't detect it), so expectedSequenceNumber != sequenceNumber
.
Does it work as expected?
Will be fixed in new release.