Kludge Tracker: Gnuradio - v3.4.0-101-g7e2b45b
Parent Directory
(gnuradio/usrp2/firmware/apps)
Kludge Summary of gnuradio/usrp2/firmware/apps/bitrot
| Total Kludges |
2 |
| Total Subdirs |
0 |
All Directories within gnuradio/usrp2/firmware/apps/bitrot
All Files within gnuradio/usrp2/firmware/apps/bitrot
Kludge Snippets in gnuradio/usrp2/firmware/apps/bitrot
gnuradio/usrp2/firmware/apps/bitrot/tx_drop.c
| Category |
FIXME |
| Committer |
jcorgan |
| Commit ID |
e0fcbaee124d3e8c4c11bdda662f88e082352058 |
158 {
159 uint32_t status = buffer_pool_status->status;
160
161 if (status & BPS_ERROR_ALL){
162 // FIXME rare path, handle error conditions
163 putstr("Errors! status = ");
164 puthex32_nl(status);
165
166 printf("total_rx_pkts = %d\n", total_rx_pkts);
gnuradio/usrp2/firmware/apps/bitrot/tx_drop2.c
| Category |
FIXME |
| Committer |
jcorgan |
| Commit ID |
e0fcbaee124d3e8c4c11bdda662f88e082352058 |
188 {
189 uint32_t status = buffer_pool_status->status;
190
191 if (status & BPS_ERROR_ALL){
192 // FIXME rare path, handle error conditions
193 putstr("Errors! status = ");
194 puthex32_nl(status);
195
196 printf("total_rx_pkts = %d\n", total_rx_pkts);