← Back to team overview

rohc team mailing list archive

rohc_feedback in 1.7

 

Hey

I am attempting a brave move from 1.7 to 2.1 on ARM.
One thing that has popped up straight away was the absence of the rohc_feedback. The following snippet is from 1.7,

#if !defined(ROHC_ENABLE_DEPRECATED_API) || ROHC_ENABLE_DEPRECATED_API == 1
            /* feedback-related variables: */

            /** The ring of outgoing feedbacks */
            struct rohc_feedback feedbacks[FEEDBACK_RING_SIZE];
            /** The index of the oldest feedback in the feedback ring */
            size_t feedbacks_first;
            /** The index of the oldest unlocked feedback in the feedback ring */
            size_t feedbacks_first_unlocked;
            /** @brief The index of the next empty location in the feedback ring */
            size_t feedbacks_next;
#endif /* !ROHC_ENABLE_DEPRECATED_API */

Post 1.7, has the feedback handling been made implicit?

PS. BTW, thanks for other 32bit CPU kernel div64 fix --- will test this soon

Regards,
Yakir Matusovsky
MiMOMax Wireless Ltd

Follow ups