Commit graph

60 commits

Author SHA1 Message Date
tehmaze
ecea90fd79
Merge pull request #1 from yeyus/jft_talker_alias
refactor link control and add talker alias support
2019-09-04 20:50:35 +02:00
tehmaze
f3e5caa7d2
Merge pull request #3 from martinhpedersen/datablock-fixes
DataBlock fixes
2019-09-04 20:49:49 +02:00
Martin Hebnes Pedersen
29c24593f9 Support Rate 1/2 Data CRC Mask
The previous implementation hardcoded the mask for Rate 3/4 Data (0x01ff),
causing CRC check failure for Rate 1/2 on both encode and decode.

This patch also refactors to avoid code copying and fixes a bug where
calling DataBlock.Byte() on the output of Fragment.DataBlocks() produced
an incorrect CRC value due to Bytes() not resetting db.CRC before
performing it's own CRC calculation.
2019-05-13 15:53:04 +02:00
Martin Hebnes Pedersen
2851102398 Fix serialization of Confirmed DataBlock
The serialized form should be 10 octets of user-data plus the two octets
for serial/crc.

Previous implementation forgot to account for the two extra octets when
allocating the final data slice.
2019-05-07 22:38:16 +02:00
tehmaze
68378f8fb4
Merge pull request #2 from martinhpedersen/fixes
Some fixes
2019-04-24 23:38:40 +02:00
Martin Hebnes Pedersen
9f086ae182 Fix BM homebrew compatibility (rptrid comparison)
BM switched from upper case to lower case hexadecimal representation in
BrandMeister release 20190421-185653.

The comparison must be case insensitive according to a member of the BM
dev team (@cyanide-burnout) on Telegram:
"it shoud check on case-insensetive way".
2019-04-23 17:26:09 +02:00
Martin Hebnes Pedersen
eacc75566e Fix test breaking due to vet checks
Some incorrect fmt formatting strings broke tests due to vet checks
being automatically applied since Go 1.10.
2019-04-15 21:38:41 +02:00
Martin Hebnes Pedersen
d782d04296 Fix serialization of SAP in DataHeader 2019-04-01 21:56:06 +02:00
Martin Hebnes Pedersen
f4fff47365 Fix panic in Fragment.DataBlocks() duo to typo
store vs stored
2019-04-01 21:54:59 +02:00
Martin Hebnes Pedersen
d206b8c2bd Fix ParseDataBlock of unconfirmed data
The Data slice was not initialized before calling copy(dst, src)
2019-04-01 21:53:37 +02:00
Jesus F. Trujillo
e270d6ada9 byte encoding for 7bit payloads 2017-02-22 21:39:03 -08:00
Jesus F. Trujillo
836a169ab1 add parsing support for 7 bit character format 2017-02-22 14:32:49 -08:00
Jesus Trujillo
954edcd147 refactor link control and add talker alias support 2017-02-20 16:11:10 -08:00
Wijnand Modderman-Lenstra
9942e7c892 voice: implemented (embedded) link control 2015-12-22 12:32:43 +01:00
Wijnand Modderman-Lenstra
e82c2b2e16 homebrew: reset status on link failure 2015-12-22 12:32:18 +01:00
Wijnand Modderman-Lenstra
74cc42c1b8 terminal: fix data handling 2015-12-21 13:03:35 +01:00
Wijnand Modderman-Lenstra
7bb0dafaf6 homebrew: split off peer 2015-12-21 11:05:08 +01:00
Wijnand Modderman-Lenstra
3fe41e10ef Checkpoint 2015-12-19 00:00:52 +01:00
Wijnand Modderman-Lenstra
599d42dca9 bptc: rewrite; fixed encoder; added tests 2015-12-18 22:16:21 +01:00
Wijnand Modderman-Lenstra
500a97e3f3 Updated .travis.yml 2015-12-18 16:02:09 +01:00
Wijnand Modderman-Lenstra
0fadd4412b Updated .travis.yml 2015-12-18 16:01:11 +01:00
Wijnand Modderman-Lenstra
83714965c5 Added button 2015-12-18 15:58:41 +01:00
Wijnand Modderman-Lenstra
d7fa26dc20 Updated .travis.yml 2015-12-18 15:58:15 +01:00
Wijnand Modderman-Lenstra
c883af72be Updated .travis.yml 2015-12-18 15:49:51 +01:00
Wijnand Modderman-Lenstra
86fa21dc71 Terminal: ported 2015-12-18 15:47:32 +01:00
Wijnand Modderman-Lenstra
127463dd5d Added .travis.yml 2015-12-18 15:43:19 +01:00
Wijnand Modderman-Lenstra
4f2b16dfcb Checkpoint 2015-12-18 15:30:16 +01:00
Wijnand Modderman-Lenstra
cca6817956 Checkpoint 2015-12-17 11:41:06 +01:00
Wijnand Modderman-Lenstra
caa595110d trellis: decoder 2015-12-17 11:40:39 +01:00
Wijnand Modderman-Lenstra
a4db831098 Added MMDVM modem specs 2015-12-16 10:10:00 +01:00
Wijnand Modderman-Lenstra
cba4cf198d Prepare for public release 2015-12-16 10:05:54 +01:00
Wijnand Modderman-Lenstra
493e72583d homebrew: use ID in stead of (redundant) RepeaterID 2015-12-14 16:23:46 +01:00
Wijnand Modderman-Lenstra
63f4d4c602 Added oggfwd 2015-12-14 16:18:32 +01:00
Wijnand Modderman-Lenstra
46d5ddb26a Makefile: updated deps 2015-12-14 16:12:20 +01:00
Wijnand Modderman-Lenstra
3eab182746 Added dmrstream 2015-12-14 16:09:27 +01:00
Wijnand Modderman-Lenstra
d9236ec286 homebrew: allow Close() 2015-12-14 16:08:44 +01:00
Wijnand Modderman-Lenstra
70db2504f9 Removed debug print 2015-12-13 21:54:17 +01:00
Wijnand Modderman-Lenstra
ff51bb1dbd Audible output from AMBE3000 2015-12-13 21:51:22 +01:00
Wijnand Modderman-Lenstra
174b460919 Renamed repo 2015-12-13 11:18:48 +01:00
Wijnand Modderman-Lenstra
f9646e9667 Cleanup 2015-12-11 23:59:24 +01:00
Wijnand Modderman-Lenstra
b7c07ac7b3 bptc: simplified 2015-12-11 23:58:46 +01:00
Wijnand Modderman-Lenstra
1f073cf902 bit: more efficient; debits 2015-12-11 23:58:03 +01:00
Wijnand Modderman-Lenstra
0175d52eca bit: more efficient; debits 2015-12-11 23:57:57 +01:00
Wijnand Modderman-Lenstra
b3e1434b25 Added lots of stuff 2015-12-11 23:57:41 +01:00
Wijnand Modderman-Lenstra
f5ce7276bd Added CRC algos 2015-12-11 23:57:27 +01:00
Wijnand Modderman-Lenstra
7f90da765e Added FEC algos 2015-12-11 23:57:22 +01:00
Wijnand Modderman-Lenstra
a7136447fc Path fixes 2015-12-09 11:55:09 +01:00
Wijnand Modderman-Lenstra
3603905b6f bit: added .Equal() and .Len() 2015-12-09 01:03:39 +01:00
Wijnand Modderman-Lenstra
95fe1d034c bptc: fixes 2015-12-09 01:03:18 +01:00
Wijnand Modderman-Lenstra
250b87e9c0 bit: fixed em 2015-12-09 00:39:44 +01:00