SSI:1050553 D_SDS_Data Party_SSI:1050100 Type:UDT-4 Length:81 Protocol:Simple_location_system LocationSystemCodingScheme:User defined (128 = unknown data) TEXT:'Undefined_protocol' DATA:'01100001011100110101111100011011100111111111001100001000000011110'ok thanks, it has already been applied in other projects as it is a common system in Sepura Europe.
Example:
source of information: osmo-tetra-sq5bpf/tetra_sds.c at master · sq5bpf/osmo-tetra-sq5bpf
case 0x80: /* some proprietary system seen in the wild in Spain, Itlay and France * some speculate it's either from DAMM or SEPURA */ m=12; unk_flags=bits_to_uint(bits+n,m); n=n+m; /* skip some unknown part */ m=24; loc_lattitude=bits_to_uint(bits+n,m); n=n+m; m=24; loc_longtitude=bits_to_uint(bits+n,m); n=n+m; /* i didn't figure out yet what the other bits mean yet */ if (loc_lattitude&(1<<23)) { lattitude=(((1<<24)-loc_lattitude)*180.0)/(1.0*(1<<24)); latdir='S'; } else { lattitude=(loc_lattitude*180.0)/(1.0*(1<<24)); latdir='N'; } if (loc_longtitude&(1<<23)) { longtitude=(((1<<24)-loc_longtitude)*360.0)/(1.0*(1<<24)); londir='W'; } else { longtitude=(loc_longtitude*360.0)/(1.0*(1<<24)); londir='E'; } if ((lattitude==90)&&(longtitude==0)) is_invalid=1; if ((lattitude==0)&&(longtitude==0)) is_invalid=1; snprintf(out,outlen,"PROPRIETARY_0x80 %sunknown_flags:0x%4.4x lat:%.6f%c lon:%.6f%c",is_invalid?"INVALID_POSITION ":"",unk_flags,lattitude,latdir,longtitude,londir); dump=0; break; default: snprintf(out,outlen,"proprietary coding scheme 0x%2.2x: ",locsystem_coding_scheme); outlen=outlen-33; }
I will be happy with the result.
thank you.
SSI:1050553 D_SDS_Data Party_SSI:1050100 Type:UDT-4 Length:81 Protocol:Simple_location_system LocationSystemCodingScheme:User defined (128 = unknown data) TEXT:'Undefined_protocol' DATA:'01100001011100110101111100011011100111111111001100001000000011110'
SSI:1050553 D_SDS_Data Party_SSI:1050248 Type:UDT-4 Length:81 Protocol:Simple_location_system LocationSystemCodingScheme:User defined (128 = unknown data) TEXT:'Undefined_protocol' DATA:'10001001111000110101011011111010000011111111000110010110010000100'
SSI:1050553 D_SDS_Data Party_SSI:1050248 Type:UDT-4 Length:81 Protocol:Simple_location_system LocationSystemCodingScheme:User defined (128 = unknown data) TEXT:'Undefined_protocol' DATA:'10001001111000110101011011111010000011111111000110010110010000100'
I am also having the same problem as you and from what I see you are also from my area or close ( CT )