File tree 1 file changed +7
-1
lines changed
1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -1780,11 +1780,17 @@ static THREAD_F cmd_listen_thread (void *arg)
1780
1780
// 00=Port 1
1781
1781
// 16=Port 2
1782
1782
//
1783
- // I don't know what that means ; we already a port number in the header.
1783
+ // The seems to be redundant ; we already a port number in the header.
1784
1784
// Anyhow, the original code here added one to cmd.data to get the
1785
1785
// first byte of the frame. Unfortunately, it did not subtract one from
1786
1786
// cmd.hdr.data_len so we ended up sending an extra byte.
1787
1787
1788
+ // TODO: Right now I just use the port (channel) number in the header.
1789
+ // What if the second one is inconsistent?
1790
+ // - Continue to ignore port number at beginning of data?
1791
+ // - Use second one instead?
1792
+ // - Error message if a mismatch?
1793
+
1788
1794
memset (& alevel , 0xff , sizeof (alevel ));
1789
1795
pp = ax25_from_frame ((unsigned char * )cmd .data + 1 , data_len - 1 , alevel );
1790
1796
You can’t perform that action at this time.
0 commit comments