Jonathan Naylor
|
fb6c2e7911
|
Use dummy non encryption headers for the Header and LDU2.
|
2016-09-27 07:00:09 +01:00 |
|
Jonathan Naylor
|
de3d9d46b3
|
Set the packet timer correctly.
|
2016-09-27 06:45:42 +01:00 |
|
Jonathan Naylor
|
e1af1894a5
|
Correct D-Star silence infilling.
|
2016-09-26 18:10:51 +01:00 |
|
Jonathan Naylor
|
9408367a0f
|
Allow for remote System Fusion gateway operation.
|
2016-09-26 18:07:06 +01:00 |
|
Jonathan Naylor
|
3a20b886d4
|
Merge pull request #156 from g0wfv/develop
Attempt to recover from ring buffer overflows (#141)
|
2016-09-23 15:03:59 +01:00 |
|
Tony Corbett G0WFV
|
7ae770a79e
|
Attempt to recover from ring buffer overflows (#141)
|
2016-09-23 14:48:44 +01:00 |
|
Jonathan Naylor
|
2aa3156d59
|
Merge pull request #155 from g0wfv/develop
Fix compiler warnings for DMRAccessControl
|
2016-09-23 13:44:40 +01:00 |
|
Tony Corbett G0WFV
|
cfe5230182
|
Fix compiler warnings for DMRAccessControl
|
2016-09-23 12:47:13 +01:00 |
|
Jonathan Naylor
|
f6a485fe6b
|
Merge pull request #154 from phl0/P25bugfix
Fix memset and memcpy errors
|
2016-09-23 11:48:28 +01:00 |
|
phl0
|
e7e9cabe8d
|
Fix memset and memcpy errors
|
2016-09-23 12:12:39 +02:00 |
|
Jonathan Naylor
|
312e9eca43
|
Merge pull request #153 from vk4tux/patch-17
Create DMRIds.dat
|
2016-09-23 09:26:54 +01:00 |
|
vk4tux
|
596fd0ef4c
|
Create DMRIds.dat
|
2016-09-23 17:47:46 +10:00 |
|
Jonathan Naylor
|
ab8b261aa6
|
Merge pull request #152 from vk4tux/patch-16
Delete DMRIds.dat
|
2016-09-23 08:34:40 +01:00 |
|
vk4tux
|
83ea4f5f01
|
Delete DMRIds.dat
delete and redo without name component after deletion complete, due to file size constraints.
|
2016-09-23 08:47:27 +10:00 |
|
Jonathan Naylor
|
ffa5f47be2
|
Compare incoming YSF packets with callsign instead of GATEWAY.
|
2016-09-22 22:38:59 +01:00 |
|
Jonathan Naylor
|
64ee6e56af
|
Merge pull request #151 from hacknix/master
Fix reading of IDs
|
2016-09-22 22:02:58 +01:00 |
|
Jonathan Naylor
|
3577fbb14b
|
Compare the created network packets with a reference.
|
2016-09-22 21:26:03 +01:00 |
|
Jonathan Naylor
|
98ab0845f3
|
Clean up of processing.
|
2016-09-22 20:31:25 +01:00 |
|
Simon
|
434e516357
|
Fix reading of IDs
|
2016-09-22 20:21:26 +01:00 |
|
Jonathan Naylor
|
55a34bc995
|
Remove the P25 debugging code.
|
2016-09-22 19:43:55 +01:00 |
|
Jonathan Naylor
|
21ce2abcb2
|
Finish off the basics of the P25 network handling.
|
2016-09-22 19:39:19 +01:00 |
|
Jonathan Naylor
|
9364dfc113
|
Merge pull request #149 from hacknix/master
Updates to TG Rewrite
|
2016-09-22 16:54:46 +01:00 |
|
Simon
|
dfb3630315
|
Tidy up as per Jonathan's comments
|
2016-09-22 16:47:04 +01:00 |
|
Simon
|
020948cf63
|
Merge remote-tracking branch 'upstream/master'
|
2016-09-22 12:45:01 +01:00 |
|
Simon
|
e87eae94a1
|
Next release of TG Rewrite
|
2016-09-21 19:35:13 +01:00 |
|
Simon
|
65bdc54997
|
Adding ini options for TGRewrite code
|
2016-09-21 16:33:35 +01:00 |
|
Jonathan Naylor
|
1ff9095b09
|
Skeleton P25 audio transmission.
|
2016-09-21 07:51:13 +01:00 |
|
Jonathan Naylor
|
3011ff4a11
|
Add the IMBE packing/unpacking code.
|
2016-09-21 07:04:12 +01:00 |
|
Jonathan Naylor
|
4c5d1492ce
|
More work on constructing RF P25 from network data.
|
2016-09-20 20:13:13 +01:00 |
|
Jonathan Naylor
|
1c7fbc0de5
|
Adjust size of latitude and longitude in the DMR info message.
|
2016-09-20 18:57:47 +01:00 |
|
Jonathan Naylor
|
2bdef012c0
|
Start the network transmission.
|
2016-09-20 18:46:28 +01:00 |
|
Jonathan Naylor
|
e9b330f01e
|
Start work on the outgoing network data.
|
2016-09-20 07:53:16 +01:00 |
|
Jonathan Naylor
|
34bf8f18a7
|
Handle the P25 low speed data.
|
2016-09-20 06:53:30 +01:00 |
|
Jonathan Naylor
|
c8cb7a5429
|
Change the semantics of the NID processor.
|
2016-09-19 22:26:42 +01:00 |
|
Jonathan Naylor
|
3567d83349
|
Add the P25 NID BCH encoder.
|
2016-09-19 21:41:34 +01:00 |
|
Simon
|
aa69f1a660
|
Disabled broken memcpy() causing segfault
|
2016-09-19 18:07:14 +01:00 |
|
Jonathan Naylor
|
c757c41754
|
Handle zero block length.
|
2016-09-19 17:55:28 +01:00 |
|
Simon
|
fa010caab8
|
found it
|
2016-09-19 16:35:01 +01:00 |
|
Simon
|
46194fff15
|
still trying
|
2016-09-19 16:16:50 +01:00 |
|
Simon
|
75f4632fd1
|
Fix random stopworking
|
2016-09-19 15:58:31 +01:00 |
|
Simon
|
2f0baeed3a
|
Fixed bad bracketry in DMRAccessControl::DstIdRewrite
|
2016-09-19 15:33:47 +01:00 |
|
Simon
|
90bad8d9c8
|
wip
|
2016-09-19 13:39:51 +01:00 |
|
Simon
|
ec1692608d
|
Conf options
|
2016-09-19 12:54:41 +01:00 |
|
Simon
|
0fa117969e
|
Added separate config section for DMR TG Rewrite
|
2016-09-18 21:59:05 +01:00 |
|
Simon
|
40a9a2c562
|
Direct dial, logic changes
|
2016-09-18 21:47:03 +01:00 |
|
Jonathan Naylor
|
730d14fde2
|
Clean up TG rewrite code.
|
2016-09-17 16:29:43 +01:00 |
|
Simon
|
fbcc72420d
|
TGRewrite: add rewrite of inbound reflector voice prompts to TG9
|
2016-09-17 13:35:35 +01:00 |
|
Simon
|
a5f86c15bb
|
Allow TG IDs > 5000 in TG Rewrite
|
2016-09-17 11:19:17 +01:00 |
|
Simon
|
aa3e592ebb
|
Added check to exclude private calls from TG rewrite. (FLCO_GROUP)
|
2016-09-17 11:07:23 +01:00 |
|
Simon
|
79e24fe5ef
|
Merge remote-tracking branch 'upstream/master'
|
2016-09-17 10:01:14 +01:00 |
|