Skip to content
Snippets Groups Projects
Commit 89255463 authored by Hoelscher's avatar Hoelscher
Browse files

add RECONFIG_RESPONSE to testcases

parent f613aefa
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
srs_flags=SCTP_STREAM_RESET_OUTGOING, srs_flags=SCTP_STREAM_RESET_OUTGOING,
srs_number_streams=2, srs_number_streams=2,
srs_stream_list=[0, 1]}, 12) = 0 srs_stream_list=[0, 1]}, 12) = 0
+0.0 > sctp: RECONFIG[flgs=0, OUTGOING_SSN_RESET[reqsn=1, respsn=0, last_tsn=2, sids=[]]] +0.0 > sctp: RECONFIG[flgs=0, OUTGOING_SSN_RESET[req_sn=1, resp_sn=0, last_tsn=2, sids=[]]]
+0.0 < sctp: RECONFIG[flgs=0, RECONFIG_RESPONSE[resp_sn=0, result=1]]
+1.0 close(3) = 0 +1.0 close(3) = 0
...@@ -34,4 +34,5 @@ ...@@ -34,4 +34,5 @@
* > sctp: SACK[flgs=0, cum_tsn=2, a_rwnd=..., gaps=[], dups=[]] * > sctp: SACK[flgs=0, cum_tsn=2, a_rwnd=..., gaps=[], dups=[]]
+0.0 read(4, ..., 1000) = 1000 +0.0 read(4, ..., 1000) = 1000
+0.0 < sctp: RECONFIG[flgs=0, OUTGOING_SSN_RESET[reqsn=0, respsn=10, last_tsn=2, sids=[0]]] +0.0 < sctp: RECONFIG[flgs=0, OUTGOING_SSN_RESET[req_sn=0, resp_sn=10, last_tsn=2, sids=[0]]]
+0.0 > sctp: RECONFIG[flgs=0, RECONFIG_RESPONSE[resp_sn=10, result=0]]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment