-
Notifications
You must be signed in to change notification settings - Fork 292
Unknown burst type: 1101 (mototurbo from rtl dongle) #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The latest DMR standard
|
According to my dock it has the following details (DMR_Air_interface_ts_10236102v020201p) 1011 Group data activity on BS time slot 1 hope this help On Tue, Jul 7, 2015 at 1:14 AM, Jared Szechy notifications@github.com
|
@antonjan you are looking at the wrong part of the protocol. Refer to the following sections of
|
I've just confirmed in v2.3.1 of the standard, and it's still labelled as "Reserved for future use", yet 95% of all DMR traffic in my area now comes up this way. There just isn't a Linux option that I can find that lets me listen to Amateur DMR here in the US. |
any update to theses feature labeled "Reserved for future use" They are most used in cap+ systems, 1111,1101 [2022-05-28 23:41:16] Sync: +DMR mod: C4FM inlvl: 26% slot1 [slot2] | Color Code=05 (CRC ERR) | RATE 1/2 DATA |
I don't think this issue is with DSD itself, I think it's an issue with rtl_fm's output. DMR requires more bandwidth and deviation than standard narrow FM. I used to have "Unknown Burst Type" problems when using DSD with Gqrx. The default Narrow FM settings resulted in garbage being fed into DSD, which it interpreted as unknown burst types. I resolved the issue by setting "Filter Width" to 12.5k, "Max Dev" (under Narrow FM Mode Options) to 17kHz, and Tau to 0. Unfortunately I don't have a SDR that's compatible with rtl_fm, so I can't test this theory personally. But I can say that it's working great now that I have Gqrx configured properly. |
When decoding mototurbo on Linux. I normally get the following error on the first two lines of decoding.
Linux uname -a
Linux anton-Laptop-sdr-610 3.8.0-33-generic Fixed 12.5KHz NXDN poor performance due to the 6.25KHz filter being used... #48~precise1-Ubuntu SMP Thu Oct 24 16:31:16 UTC 2013 i686 i686 i386 GNU/Linux
DSD 1.7.0-dev
RTL v0.5.3
sudo rtl_fm -d0 -f 438.225M -p39 -s 48K | sudo dsd -fr -i - -o pa:1
Error from dsd
Sync: +DMR mod: QPSK inlvl: 10% slot0 [slot1] Unknown burst type: 1101
Sync: +DMR mod: C4FM inlvl: 9% [slot0] slot1 Unknown burst type: 1101
Sync: +DMR mod: GFSK inlvl: 8% slot0 [slot1] Slot idle
Sync: +DMR mod: GFSK inlvl: 8% [slot0] slot1 RATE 3/4 DATA
Sync: +DMR mod: GFSK inlvl: 9% slot0 [slot1] RATE 3/4 DATA
Sync: +DMR mod: GFSK inlvl: 9% [slot0] slot1 RATE 3/4 DATA
Sync: +DMR mod: GFSK inlvl: 8% slot0 [slot1] Slot idle
Sync: +DMR mod: GFSK inlvl: 8% [slot0] slot1 Slot idle
Sync: +DMR mod: GFSK inlvl: 8% slot0 [slot1] Slot idle
Can get audio from websdr http://zr6aic.giga.co.za:8902 frequency at 438.225Mhz (DMR sdr)
The text was updated successfully, but these errors were encountered: