Hello,
Some useful scribbles as programs decoding NexEdge trunking become available.
NexEdge trunking has a dedicated control channel.
NexEdge is defined as Type-C in Parts 1-A and 1-C of the NXDN Technical Specifications.
The System ID is split into three Categories based on system size. This determines the number of system and site ids.
The Radio Access Number (RAN) used is the Site Id modulus 64. A RAN of zero does not mean monitor all RAN values, but rather the RAN for Sites 64, 128, etc.
Channel numbers range from 1 to 1023 with 0 being used as a filler value. There seems to be a couple of pre-defined channel to frequency maps defined for UHF.
I have monitored systems on other bands where all the channel numbers appear to be mapped to custom frequencies. This will make it difficult to easily determine site frequencies. More observation is needed.
Group Ids have a normal range from 1 to 65519. A Value of 0 is used as a filler value. Values 65520 to 65534 are used for special purposes. A value of 65535 is used for "All Groups".
Unit Ids have a normal range from 1 to 65519. A Value of 0 is used as a filler value. Values 65520 to 65534 are used for special purposes. A value of 65535 is used for "All Units".
73 Eric
Some useful scribbles as programs decoding NexEdge trunking become available.
NexEdge trunking has a dedicated control channel.
NexEdge is defined as Type-C in Parts 1-A and 1-C of the NXDN Technical Specifications.
The System ID is split into three Categories based on system size. This determines the number of system and site ids.
Code:
Global - System Ids 1 to 1022 with Site Ids 1 to 4094
Regional - System Ids 1 to 16382 with Site Ids 1 to 254
Local - System Ids 1 to 131070 with Site Ids 1 to 30
Channel numbers range from 1 to 1023 with 0 being used as a filler value. There seems to be a couple of pre-defined channel to frequency maps defined for UHF.
Code:
6.25KHz NexEdge
Channel Frequency Step
1 450.000 0.0125
401 460.000 0.0125
801 to 1023 for Custom Frequencies
Code:
12.5KHz NexEdge (incomplete)
Channel Frequency Step
1 451.000 0.0125
401 461.000 0.0125
Group Ids have a normal range from 1 to 65519. A Value of 0 is used as a filler value. Values 65520 to 65534 are used for special purposes. A value of 65535 is used for "All Groups".
Unit Ids have a normal range from 1 to 65519. A Value of 0 is used as a filler value. Values 65520 to 65534 are used for special purposes. A value of 65535 is used for "All Units".
73 Eric