|
From: Oren B. <or...@av...> - 2012-07-30 10:54:02
|
Hi Nathan, Here's an example of MUXCTRL packet which I get this warning on: AUDIO RX packet dump: TYPE: MUXCTRL NTP: 14717977395807490777 VERSION: 7 PROFILE: 0 (AVP) OPTIONS: 0 XMIT: 2 (0x1002)( CENTER LEGACY ) RECV: 4 (0x101e)( CENTER LEFT RIGHT AUX LEGACY ) CONFID: 0 SHARED: 0 (0x0) WARNING numRcv (4) does not match # of rcv positions (0x101e) Thanks, Oren. From: Nathan Buckles (nbuckles) [mailto:nbu...@ci...] Sent: Monday, July 30, 2012 12:26 PM To: Oren Bakshe Cc: ask-tip(mailer list); David Benham (dbenham); Eyal Sayar; tip...@li... Subject: Re: Tip Library warning hi oren, i believe these are just warnings that can be safely ignored, but i would need to see the entire MUXCTRL packet to be sure. in either case, the library will process the message as normal so they should not cause any deeper issues. nathan. On Jul 29, 2012, at 9:13 AM, Oren Bakshe wrote: Hi, While Tip negotiation starts, I receive a MUXCTRL packet from the CTS (Version 1.8 and 1.8.3). >From the Tip Library I get the following warning: WARNING numRcv (4) does not match # of rcv positions (0x101e) Or: WARNING numRcv (7) does not match # of rcv positions (0x1d1e) (For numRcv and numXmit) Can you tell what's the problem here? Thanks, Oren. |