Hi,
I am using TMS320C5535 Rev3.0 CPU functional simulator. "faxlib" has been provided along with example code. Here the inputs are "pcmIn1.pcm" and "pcmIn2.pcm" which gives ot the output files "pcmOut1.pcm" and "pcmOut2.pcm", respectively.
Now we have tapped the packets in the function "siuNetInterface" into two .txt files 'packets1.txt' and 'packets2.txt'.
Here I am trying to analyze these packets, which packets stands for what..
In the function "siuFiuDebugInfo", I observed these parameters : msgType, messageCode, msgLength.
and got to know that, there will be different messages for the same values for the above mentioned parameters.
For example:
1. msgType = 0, messageCode = 98, msgLength=2 : message is : FIU~ Received T.38 packet with new payload type from network: no signal ind.
2. msgType = 0, messageCode = 98, msgLength=2: message is : FIU~ Received T.38 packet with new payload type from network: preamble ind.
3. msgType = 0, messageCode = 98, msgLength=2: message is : FIU~ Received T.38 packet with new payload type from network: V.17 14400bps - short training ind .
And so on...
So, can you please tell me based on what parameter, here we can decide the type of the packet ?
Thanks in Advance,
Sowmya