maybe, just maybe if I were a better engineer I would have caught this (probably months ago), ignore opcode $00 and $01 (for now) these are the whitelist and blacklist RID sub functions;

master
Bryan Biedenkapp 1 week ago
parent 763f84488b
commit d4b15e118e

@ -657,6 +657,11 @@ namespace fnecore
// process incoming message subfunction opcodes
switch (fneHeader.SubFunction)
{
case Constants.NET_MASTER_SUBFUNC_WL_RID: // Whitelisted Radio IDs
case Constants.NET_MASTER_SUBFUNC_BL_RID: // Blacklisted Radio IDs
// ignore these
break;
case Constants.NET_MASTER_SUBFUNC_ACTIVE_TGS: // Talkgroup Active IDs
{
uint len = FneUtils.ToUInt32(message, 6);

Loading…
Cancel
Save

Powered by TurnKey Linux.