I'm seeing these unknown link control messages carried in a contiguous chunk of TDULC messaging on some Phase 1 traffic channels. In both examples, it was immediately following an AES-256 encrypted group call.
Within sdrtrunk I'm calling these RADIO REPROGRAM, but I'm not yet certain of the function.
LCO 0x15 seems to be a header and LCO 0x17 seems to be a variable length message fragment.
When I combine the fragments, they seem to start with addressing the fully qualified subscriber (wacn, system, address) that was talking in the preceding encrypted call. The two examples I have are:
Example 1:
Example 2:
I wonder if this might be an OTA encryption update? Any ideas?
Denny
Within sdrtrunk I'm calling these RADIO REPROGRAM, but I'm not yet certain of the function.
Code:
NAC:449/x1C1 LDU1 VOICE LSD:C9C2 GROUP VOICE CHANNEL USER FM:80331 TO:4073 SERVICE OPTIONS:PRI4 ENCRYPTED CIRCUIT 1 1 0
NAC:449/x1C1 TDULC MOTOROLA RADIO REPROGRAM HEADER TG:4073 RECORD COUNT:6 SEQUENCE:11 MSG:15900FE9060100B05A 1 1 0
NAC:449/x1C1 TDULC MOTOROLA RADIO REPROGRAM RECORD:1 OF SEQUENCE:11 MSG:179001BBEE001C7013
NAC:449/x1C1 TDULC MOTOROLA RADIO REPROGRAM RECORD:2 OF SEQUENCE:11 MSG:179002B9CB7D5F2D48
NAC:449/x1C1 TDULC MOTOROLA RADIO REPROGRAM RECORD:3 OF SEQUENCE:11 MSG:179003B23695F7ED49
NAC:449/x1C1 TDULC MOTOROLA RADIO REPROGRAM RECORD:4 OF SEQUENCE:11 MSG:179004B9EA998F8748
NAC:449/x1C1 TDULC MOTOROLA RADIO REPROGRAM RECORD:5 OF SEQUENCE:11 MSG:179005BE6DAB167FAC
NAC:449/x1C1 TDULC MOTOROLA RADIO REPROGRAM RECORD:6 OF SEQUENCE:11 MSG:179006B15EC2C6222E
LCO 0x15 seems to be a header and LCO 0x17 seems to be a variable length message fragment.
When I combine the fragments, they seem to start with addressing the fully qualified subscriber (wacn, system, address) that was talking in the preceding encrypted call. The two examples I have are:
Example 1:
Code:
BEE001C70139CB7D5F2D4823695F7ED499EA998F8748E6DAB167FAC15EC2C6222E
WACN: BEE00
SYSTEM: 1C7
ADDRESS: 0139CB (corresponds to radio 80331 that just completed an AES256 encrypted call)
UNKNOWN: 7D5F2D4823695F7ED499EA998F8748E6DAB167FAC15EC2C6222E
Example 2:
Code:
BEE002AEE6785283ED1081E33C03E9B3E35647DE0C00C8A83E351E4079F592CF3794B30000000
WACN: BEE00
SYSTEM: 2AE
ADDRESS: E67852 (corresponds to radio 15104082 that just completed an AES256 encrypted call)
UNKNOWN: 83ED1081E33C03E9B3E35647DE0C00C8A83E351E4079F592CF3794B30000000
I wonder if this might be an OTA encryption update? Any ideas?
Denny