diff options
author | eb | 2007-02-21 23:53:01 +0000 |
---|---|---|
committer | eb | 2007-02-21 23:53:01 +0000 |
commit | 47752e96f57bdc534fe766baaf9d1d162432bf69 (patch) | |
tree | 6ce925f4f6700859a770e725438f77c047c89255 /usrp/doc/inband-signaling-usb | |
parent | e533a26acc3ceb41c558a50ab3550710b2f948e3 (diff) | |
download | gnuradio-47752e96f57bdc534fe766baaf9d1d162432bf69.tar.gz gnuradio-47752e96f57bdc534fe766baaf9d1d162432bf69.tar.bz2 gnuradio-47752e96f57bdc534fe766baaf9d1d162432bf69.zip |
work-in-progress on specifying inband-signaling
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4568 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'usrp/doc/inband-signaling-usb')
-rw-r--r-- | usrp/doc/inband-signaling-usb | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/usrp/doc/inband-signaling-usb b/usrp/doc/inband-signaling-usb index 420ba753e..d49daed47 100644 --- a/usrp/doc/inband-signaling-usb +++ b/usrp/doc/inband-signaling-usb @@ -10,7 +10,7 @@ format across the USB. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ - |O|U|E|D| mbz | Chan | mbz | Tag | Payload Len | + |O|U|D|S|E| mbz | Chan | mbz | Tag | Payload Len | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ | Timestamp | +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+ @@ -46,14 +46,19 @@ format across the USB. when the FPGA runs out of samples, and it's not between bursts. See the "End of Burst flag" below. + D Dropped Packet Flag: Set in an IN packet if the FPGA + discarded an OUT packet because its timestamp had already + passed. + + S Start of Burst Flag: Set in an OUT packet if the data is the + first segment of what is logically a continuous burst of data. + Must be zero in IN packets. + E End of Burst Flag: Set in an OUT packet if the data is the last segment of what is logically a continuous burst of data. Must be zero in IN packets. Underruns are not reported when the FPGA runs out of samples between bursts. - D Dropped Packet Flag: Set in an IN packet if the FPGA - discarded an OUT packet because its timestamp had already - passed. Chan 5-bit logical channel number. Channel number 0x1f is reserved for control information. See "Control Channel" below. Other |