rohc team mailing list archive
-
rohc team
-
Mailing list archive
-
Message #02363
Issues with feedback-2 when dropping context on compressor
-
To:
Rohc <rohc@xxxxxxxxxxxxxxxxxxx>, "didier@xxxxxxxxxxx" <didier@xxxxxxxxxxx>
-
From:
Yakir Matusovsky <yakir.matusovsky@xxxxxxxxxxx>
-
Date:
Wed, 4 Mar 2020 22:49:39 +0000
-
Accept-language:
en-NZ, en-US
-
Arc-authentication-results:
i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=mimomax.com; dmarc=pass action=none header.from=mimomax.com; dkim=pass header.d=mimomax.com; arc=none
-
Arc-message-signature:
i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=KS37gM2HuPO2GnZS+dd7pTLvYku2G/UC/rPIoCzVENQ=; b=ZOv1HD7wieyXDYfuAgjuzARelK9I13IZ4vuqA2mUlws5oHtfswpP6X3CNLYs9PPn519qLAyNOAdlJudZd7smXY9b/HM1Kexq9hG4TM2z4EXTsdQlycZ2dULA5Xc0LkKP9ABeLtAdyQDk9SYfvcZ9Bu4Irpzi2OSE4m9ljZ51UUvT+FGriDIpHTXOvxkfwKBNWY6QZmEraCrK4h46ysSg8KS1b+8fzBIvq+UXVsVc+S1o27k3JCUt+mF+T1Z6phQuPagF5dM389A/zbs4puKKSoRsetw4y86N4jx08Xxy46N/TBD6HipInVKSxgqPH3WdCq9AnIgYsmQXp4xwNmva4Q==
-
Arc-seal:
i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Mnhecjw+l+QyDLD3XYLb4a7bag8V+3hqHOV838WDW8GQy+RemzS2+NY3HOh7s3Skq5isMp040W7oO8wcapea+fH6AmdPQF640E6t7EF2r0R8gi46E2nR4H4kv5Z+QZzv3Qqf3VU1l6riz25le/Itm87mHQi2Hs9S4l2HpP1BYOnjx5NyCyrUm+s8wqlv3nd321Q4444A2VHNNJeXPc1ZKaq3l1LqP2micrdLHlrn3NwVj2YW0GInBWynn07a0+DfPuplKbH4I7ccN/H+yn2e1LJl+KI9MOD4mQ9fxcU59DbAmPvRWKXBnLEdHooC5a6KlgSsDHHMVUFRvbSOfm9CQg==
-
Authentication-results:
spf=none (sender IP is ) smtp.mailfrom=yakir.matusovsky@xxxxxxxxxxx;
-
Thread-index:
AQHV8ncvPwQVcV+QU0eaUyJirGSFgA==
-
Thread-topic:
Issues with feedback-2 when dropping context on compressor
Experiencing an issue with RoHC 2.1.x code over a radio link, where if IPv4 pinging across a near end to the far end, after a reboot on the near end the compressor receives a malformed feedback from a far end decomp and seems that it can’t reduce its compression state, used optimistic mode,
rohc_comp.c:3108 rohc_comp_feedback_parse_opts()] malformed FEEDBACK-2: packet too short for 6-byte option 15, o
rohc_comp_rfc3095.c:961 rohc_comp_rfc3095_feedback_2()] malformed FEEDBACK-2: failed to parse options
rohc_comp_rfc3095.c:903 rohc_comp_rfc3095_feedback()] failed to handle FEEDBACK-2
rohc_comp.c:2004 __rohc_comp_deliver_feedback()] failed to deliver feedback: failed to handle FEEDBACK-2
rohc_comp.c:2101 rohc_comp_deliver_feedback2()] failed to deliver feedback item #1
rohc_comp.c:3108 rohc_comp_feedback_parse_opts()] malformed FEEDBACK-2: packet too short for 9-byte option 4, on
rohc_comp_rfc3095.c:961 rohc_comp_rfc3095_feedback_2()] malformed FEEDBACK-2: failed to parse options
rohc_comp_rfc3095.c:903 rohc_comp_rfc3095_feedback()] failed to handle FEEDBACK-2
rohc_comp.c:2004 __rohc_comp_deliver_feedback()] failed to deliver feedback: failed to handle FEEDBACK-2
rohc_comp.c:2101 rohc_comp_deliver_feedback2()] failed to deliver feedback item #1
rohc_comp.c:3108 rohc_comp_feedback_parse_opts()] malformed FEEDBACK-2: packet too short for 9-byte option 4, on
rohc_comp_rfc3095.c:961 rohc_comp_rfc3095_feedback_2()] malformed FEEDBACK-2: failed to parse options
rohc_comp_rfc3095.c:903 rohc_comp_rfc3095_feedback()] failed to handle FEEDBACK-2
rohc_comp.c:2004 __rohc_comp_deliver_feedback()] failed to deliver feedback: failed to handle FEEDBACK-2
rohc_comp.c:2101 rohc_comp_deliver_feedback2()] failed to deliver feedback item #1
rohc_comp.c:3108 rohc_comp_feedback_parse_opts()] malformed FEEDBACK-2: packet too short for 9-byte option 4, on
rohc_comp_rfc3095.c:961 rohc_comp_rfc3095_feedback_2()] malformed FEEDBACK-2: failed to parse options
rohc_comp_rfc3095.c:903 rohc_comp_rfc3095_feedback()] failed to handle FEEDBACK-2
rohc_comp.c:2004 __rohc_comp_deliver_feedback()] failed to deliver feedback: failed to handle FEEDBACK-2
rohc_comp.c:2101 rohc_comp_deliver_feedback2()] failed to deliver feedback item #1
The ping is stuck.
The product is about to go on 2.3.1 in future, however, could this be resolved in the current version mentioned?
Regards
Yakir