kopia lustrzana https://github.com/M17-Project/M17_spec
commit
093afbfa2f
|
@ -14,11 +14,27 @@ addresses) are encoded into these 6 bytes in the following ways:
|
|||
* Address values between 262144000000000 (:math:`40^9`) and
|
||||
281474976710654 (:math:`2^{48}-2`) are invalid
|
||||
|
||||
.. todo:: Can we think of something to do with these 19330976710654 addresses?
|
||||
.. todo:: Can we think of something to do with these 19330976710655 addresses?
|
||||
|
||||
* An address of 0xFFFFFFFFFFFF is a broadcast. All stations should
|
||||
receive and listen to this message.
|
||||
|
||||
.. table:: Address scheme
|
||||
|
||||
+------------------------------+---------------+-------------------+-------------------+
|
||||
|Address Range |Category |Number of addresses |Remarks |
|
||||
+==============================+===============+===================+===================+
|
||||
|0x000000000000 |RESERVED |1 |For future use |
|
||||
+------------------------------+---------------+-------------------+-------------------+
|
||||
|0x000000000001-0xee6b27ffffff |Unit ID |262143999999999 | |
|
||||
+------------------------------+---------------+-------------------+-------------------+
|
||||
|0xee6b28000000-0xfffffffffffe |RESERVED |19330976710655 |For future use |
|
||||
+------------------------------+---------------+-------------------+-------------------+
|
||||
|0xffffffffffff |Broadcast |1 |Valid only for |
|
||||
| | | |destination field |
|
||||
+------------------------------+---------------+-------------------+-------------------+
|
||||
|
||||
|
||||
Callsign Encoding: base40
|
||||
-------------------------
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ The bit-to-symbol mapping is shown in the table below.
|
|||
|Information bits |Symbol |4FSK deviation |
|
||||
+---------------+---------------+ | |
|
||||
|Bit 1 | Bit 0 | | |
|
||||
+---------------+---------------+---------------+---------------+
|
||||
+===============+===============+===============+===============+
|
||||
|0 |1 |+3 |+2.4 kHz |
|
||||
+---------------+---------------+---------------+---------------+
|
||||
|0 |0 |+1 |+0.8 kHz |
|
||||
|
@ -194,6 +194,10 @@ is for frames (excluding LICH chunks, which are coded differently).
|
|||
|
||||
.. todo:: explain what’s the X for
|
||||
|
||||
Interleaving
|
||||
~~~~~~~~~~~~
|
||||
|
||||
To be Documented.
|
||||
|
||||
Data Whitening
|
||||
~~~~~~~~~~~~~~
|
||||
|
|
Ładowanie…
Reference in New Issue