about feedback

Asked by regulararmy

Hello Didier,

In two communication equipments A and B,each of them has Rohc entity (compressor and decompressor) , If a feedback channel is not defined (= decompressor is not associated with another local
compressor) in A, just did not configure a feedback channel for your
decompressors, However, B entity has configured a feedback channel .If so, when they communicate with each other, there should be some feedback datas between them, can they communicate with each other without abnormity? or some problems
will appear? can you give me a statement , thanks.

Regards,
cxs

Question information

Language:
English Edit question
Status:
Solved
For:
rohc Edit question
Assignee:
No assignee Edit question
Solved by:
regulararmy
Solved:
Last query:
Last reply:

This question was reopened

Revision history for this message
regulararmy (regulararmy) said :
#1

Following the assumption above,
When testing in my lab, yes, the equipment A (a production, femto cell, make use of your rohc library codes) call the function 'rohc_decompress(...)' to decompress the feedback datas from B(TM500, like UE ) , is it right? if so , however, A can not process feedback datas successfully at all , the funciton always returns error, what can I do for it, please help me, Thank you.

Revision history for this message
Didier Barvaux (didier-barvaux) said :
#2

Hello,

Disabling feedback channel on one side only should work. The feedback will be ignored on the other side.

Regards,
Didier

Revision history for this message
regulararmy (regulararmy) said :
#3

Thanks Didier Barvaux, that solved my question.

Revision history for this message
regulararmy (regulararmy) said :
#4

"The feedback will be ignored on the other side.", what is the meaning of "ignored'? can you tell me which function should I call to process the feedback datas from other side?

Revision history for this message
Didier Barvaux (didier-barvaux) said :
#5

Ignored means discarded by decompressor. The decompressor discards any feedback bytes if no compressor is associated. Feedback bytes are handled by the rohc_decompress() function.

Regards,
Didier

Revision history for this message
regulararmy (regulararmy) said :
#6

Thanks