Searched refs:error (Results 1 – 2 of 2) sorted by relevance
| /babblesim_ext_2G4_phy_v1-latest/src/ |
| D | p2G4_channel_and_modem.c | 77 char *error; in channel_and_modem_init() local 96 if ((error = dlerror()) != NULL) { in channel_and_modem_init() 97 bs_trace_error_line("%s\n",error); in channel_and_modem_init() 102 if ((error = dlerror()) != NULL) { in channel_and_modem_init() 103 bs_trace_error_line("%s\n",error); in channel_and_modem_init() 107 if ((error = dlerror()) != NULL) { in channel_and_modem_init() 108 bs_trace_error_line("%s\n",error); in channel_and_modem_init() 112 if ((error = dlerror()) != NULL) { in channel_and_modem_init() 113 bs_trace_error_line("%s\n",error); in channel_and_modem_init() 135 if ((error = dlerror()) != NULL) { in channel_and_modem_init() [all …]
|
| /babblesim_ext_2G4_phy_v1-latest/docs/ |
| D | README_dumps.md | 46 * header_threshold: How many errors do we accept in the header before giving a header error (automa… 58 * status: Reception status. One of P2G4_RXSTATUS*: 1:Ok, 2: CRC error, 3: Header Error, 4: No sync 103 * header_threshold: How many errors do we accept in the header before giving a header error (automa… 117 * status: Reception status. One of P2G4_RXSTATUS*: 1:Ok, 2: CRC/Payload error, 3: Header Error, 4: …
|